mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Merge pull request #4857 from ryanpetrello/kombu-dns
make kombu DNS failures louder in the logs Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
10a6a29a07
@ -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