1
0
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:
Ryan Petrello 2019-09-30 16:33:43 -04:00
parent b858001c8f
commit b80eafe4a1
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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',