mirror of
https://github.com/ansible/awx.git
synced 2026-04-04 09:45:06 -02:30
record profile data in /var/log/tower, not /var/lib/awx
This commit is contained in:
@@ -17,7 +17,7 @@ __all__ = ['DatabaseWrapper']
|
||||
|
||||
class RecordedQueryLog(object):
|
||||
|
||||
def __init__(self, log, db, dest='/var/lib/awx/profile'):
|
||||
def __init__(self, log, db, dest='/var/log/tower/profile'):
|
||||
self.log = log
|
||||
self.db = db
|
||||
self.dest = dest
|
||||
|
||||
Reference in New Issue
Block a user