send our oddball loggers to external logger too

This commit is contained in:
AlanCoding
2018-05-02 15:18:20 -04:00
parent 1d6b15a6a7
commit 59744e421f
4 changed files with 11 additions and 17 deletions

View File

@@ -1161,16 +1161,13 @@ LOGGING = {
'propagate': False
},
'awx.main.tasks': {
'handlers': ['task_system'],
'handlers': ['task_system', 'external_logger'],
'propagate': False
},
'awx.main.scheduler': {
'handlers': ['task_system'],
'handlers': ['task_system', 'external_logger'],
'propagate': False
},
'awx.main.consumers': {
'handlers': ['null']
},
'awx.main.access': {
'handlers': ['null'],
'propagate': False,