Skip to content

Commit

Permalink
Merge pull request #4857 from ryanpetrello/kombu-dns
Browse files Browse the repository at this point in the history
make kombu DNS failures louder in the logs

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
softwarefactory-project-zuul[bot] committed Sep 30, 2019
2 parents b858001 + b80eafe commit 10a6a29
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 10a6a29

Please sign in to comment.