mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 07:57:29 -02:30
get rid of a loud celery error in the dev environment
This commit is contained in:
@@ -52,6 +52,9 @@ COLOR_LOGS = True
|
|||||||
# Pipe management playbook output to console
|
# Pipe management playbook output to console
|
||||||
LOGGING['loggers']['awx.isolated.manager.playbooks']['propagate'] = True # noqa
|
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 = ['*']
|
ALLOWED_HOSTS = ['*']
|
||||||
|
|
||||||
mimetypes.add_type("image/svg+xml", ".svg", True)
|
mimetypes.add_type("image/svg+xml", ".svg", True)
|
||||||
|
|||||||
Reference in New Issue
Block a user