mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
added helpful messaging using profile sql
This commit is contained in:
parent
b009b01251
commit
9b06fb1e6a
@ -19,3 +19,7 @@ class Command(BaseCommand):
|
||||
profile_sql.delay(
|
||||
threshold=options['threshold'], minutes=options['minutes']
|
||||
)
|
||||
print(f"Logging initiated with a threshold of {options['threshold']} second(s) and a duration of"
|
||||
f" {options['minutes']} minute(s), any queries that meet criteria can"
|
||||
f" be found in /var/log/tower/profile/."
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user