mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
warn loudly if celerybeat encounters AMQP connection issues
related: https://github.com/ansible/awx/pull/4857
This commit is contained in:
parent
80a17987ff
commit
27c4e35ee4
@ -1103,6 +1103,10 @@ LOGGING = {
|
||||
'handlers': ['console', 'file', 'tower_warnings'],
|
||||
'level': 'WARNING',
|
||||
},
|
||||
'celery': { # for celerybeat connection warnings
|
||||
'handlers': ['console', 'file', 'tower_warnings'],
|
||||
'level': 'WARNING',
|
||||
},
|
||||
'kombu': {
|
||||
'handlers': ['console', 'file', 'tower_warnings'],
|
||||
'level': 'WARNING',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user