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

@@ -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