mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
make kombu DNS failures louder in the logs
This commit is contained in:
parent
b858001c8f
commit
b80eafe4a1
@ -1103,6 +1103,10 @@ LOGGING = {
|
||||
'handlers': ['console', 'file', 'tower_warnings'],
|
||||
'level': 'WARNING',
|
||||
},
|
||||
'kombu': {
|
||||
'handlers': ['console', 'file', 'tower_warnings'],
|
||||
'level': 'WARNING',
|
||||
},
|
||||
'rest_framework.request': {
|
||||
'handlers': ['console', 'file', 'tower_warnings'],
|
||||
'level': 'WARNING',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user