mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 07:28:02 -03:30
Merge pull request #5200 from ryanpetrello/quiet-celery
get rid of a loud celery error in the dev environment Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
ed39a127e7
@ -52,6 +52,9 @@ COLOR_LOGS = True
|
||||
# Pipe management playbook output to console
|
||||
LOGGING['loggers']['awx.isolated.manager.playbooks']['propagate'] = True # noqa
|
||||
|
||||
# celery is annoyingly loud when docker containers start
|
||||
LOGGING['loggers'].pop('celery', None) # noqa
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
mimetypes.add_type("image/svg+xml", ".svg", True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user