mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
get rid of a loud celery error in the dev environment
This commit is contained in:
parent
4540cb653e
commit
bd81fda05c
@ -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