get rid of a loud celery error in the dev environment

This commit is contained in:
Ryan Petrello 2019-10-31 14:13:39 -04:00
parent 4540cb653e
commit bd81fda05c
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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)