mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 20:05:03 -02:30
record profile data in /var/log/tower, not /var/lib/awx
This commit is contained in:
@@ -34,7 +34,7 @@ perf_logger = logging.getLogger('awx.analytics.performance')
|
||||
|
||||
class TimingMiddleware(threading.local):
|
||||
|
||||
dest = '/var/lib/awx/profile'
|
||||
dest = '/var/log/tower/profile'
|
||||
|
||||
def process_request(self, request):
|
||||
self.start_time = time.time()
|
||||
|
||||
Reference in New Issue
Block a user