record profile data in /var/log/tower, not /var/lib/awx

This commit is contained in:
Ryan Petrello
2019-02-15 14:30:27 -05:00
parent eed94b641e
commit 6f43875e80
5 changed files with 6 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ from awx.main.tasks import profile_sql
class Command(BaseCommand):
"""
Enable or disable SQL Profiling across all Python processes.
SQL profile data will be recorded at /var/lib/awx/profile/
SQL profile data will be recorded at /var/log/tower/profile
"""
def add_arguments(self, parser):