mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #9001 from chrismeyersfsu/fix-iso_manager_log
specify isolated_manager.log path Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
c6e61395f5
@ -54,6 +54,7 @@ LOGGING['handlers']['task_system']['filename'] = '/var/log/tower/task_system.log
|
||||
LOGGING['handlers']['management_playbooks']['filename'] = '/var/log/tower/management_playbooks.log' # noqa
|
||||
LOGGING['handlers']['system_tracking_migrations']['filename'] = '/var/log/tower/tower_system_tracking_migrations.log' # noqa
|
||||
LOGGING['handlers']['rbac_migrations']['filename'] = '/var/log/tower/tower_rbac_migrations.log' # noqa
|
||||
LOGGING['handlers']['isolated_manager']['filename'] = '/var/log/tower/isolated_manager.log' # noqa
|
||||
|
||||
# Store a snapshot of default settings at this point before loading any
|
||||
# customizable config files.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user