mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
record profile data in /var/log/tower, not /var/lib/awx
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user