Skip to content

Commit

Permalink
make kombu DNS failures louder in the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpetrello committed Sep 30, 2019
1 parent b858001 commit b80eafe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions awx/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,10 @@ def IS_TESTING(argv=None):
'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',
Expand Down

0 comments on commit b80eafe

Please sign in to comment.