mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
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…
Reference in New Issue
Block a user