mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +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'],
|
'handlers': ['console', 'file', 'tower_warnings'],
|
||||||
'level': 'WARNING',
|
'level': 'WARNING',
|
||||||
},
|
},
|
||||||
|
'kombu': {
|
||||||
|
'handlers': ['console', 'file', 'tower_warnings'],
|
||||||
|
'level': 'WARNING',
|
||||||
|
},
|
||||||
'rest_framework.request': {
|
'rest_framework.request': {
|
||||||
'handlers': ['console', 'file', 'tower_warnings'],
|
'handlers': ['console', 'file', 'tower_warnings'],
|
||||||
'level': 'WARNING',
|
'level': 'WARNING',
|
||||||
|
Loading…
Reference in New Issue
Block a user