mirror of
https://github.com/ansible/awx.git
synced 2026-04-26 20:25:24 -02:30
isolated connection timeout and log file for playbook out
This commit is contained in:
@@ -24,6 +24,9 @@ from defaults import * # NOQA
|
||||
LOGGING['handlers']['console']['()'] = 'awx.main.utils.handlers.ColorHandler'
|
||||
COLOR_LOGS = True
|
||||
|
||||
# Pipe management playbook output to console
|
||||
LOGGING['loggers']['awx.isolated.manager.playbooks']['propagate'] = True
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
mimetypes.add_type("image/svg+xml", ".svg", True)
|
||||
|
||||
Reference in New Issue
Block a user