mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
Put awx analytics logs also in the task system logger
Errors/warnings when gathering analytics are about 50/50 split between the gathering code in analytics and the task code that calls it, so they should be in the same place for debugging sanity.
This commit is contained in:
@@ -1001,7 +1001,7 @@ LOGGING = {
|
|||||||
'level': 'INFO', # very verbose debug-level logs
|
'level': 'INFO', # very verbose debug-level logs
|
||||||
},
|
},
|
||||||
'awx.analytics': {
|
'awx.analytics': {
|
||||||
'handlers': ['external_logger'],
|
'handlers': ['task_system', 'external_logger'],
|
||||||
'level': 'INFO',
|
'level': 'INFO',
|
||||||
'propagate': False
|
'propagate': False
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user