mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
make kombu DNS failures louder in the logs
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user