mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
Fix task_system logs twice (#14096)
This commit is contained in:
@@ -29,8 +29,6 @@ SHELL_PLUS_PRINT_SQL = False
|
|||||||
# show colored logs in the dev environment
|
# show colored logs in the dev environment
|
||||||
# to disable this, set `COLOR_LOGS = False` in awx/settings/local_settings.py
|
# to disable this, set `COLOR_LOGS = False` in awx/settings/local_settings.py
|
||||||
LOGGING['handlers']['console']['()'] = 'awx.main.utils.handlers.ColorHandler' # noqa
|
LOGGING['handlers']['console']['()'] = 'awx.main.utils.handlers.ColorHandler' # noqa
|
||||||
# task system does not propagate to AWX, so color log these too
|
|
||||||
LOGGING['handlers']['task_system'] = LOGGING['handlers']['console'].copy() # noqa
|
|
||||||
COLOR_LOGS = True
|
COLOR_LOGS = True
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['*']
|
ALLOWED_HOSTS = ['*']
|
||||||
|
|||||||
Reference in New Issue
Block a user