Merge pull request #9360 from kdelee/log_request_time

create performance logger to log api response time

Reviewed-by: Ryan Petrello
             https://github.com/ryanpetrello
This commit is contained in:
softwarefactory-project-zuul[bot]
2021-03-11 20:02:48 +00:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -1063,6 +1063,11 @@ LOGGING = {
'level': 'INFO',
'propagate': False
},
'awx.analytics.performance': {
'handlers': ['console', 'file', 'tower_warnings', 'external_logger'],
'level': 'DEBUG',
'propagate': False
},
'awx.analytics.job_lifecycle': {
'handlers': ['console', 'job_lifecycle'],
'level': 'DEBUG',