From 81c4a82db8dc12a0a7b4dd54229b6b98a9cb29de Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Mon, 25 Jul 2016 11:22:50 -0400 Subject: [PATCH] fix issue with rbac_migrations logger --- awx/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/settings/production.py b/awx/settings/production.py index 7b07b8d0a7..6efe6c397d 100644 --- a/awx/settings/production.py +++ b/awx/settings/production.py @@ -55,7 +55,7 @@ LOGGING['handlers']['socketio_service']['filename'] = '/var/log/tower/socketio_s LOGGING['handlers']['task_system']['filename'] = '/var/log/tower/task_system.log' LOGGING['handlers']['fact_receiver']['filename'] = '/var/log/tower/fact_receiver.log' LOGGING['handlers']['system_tracking_migrations']['filename'] = '/var/log/tower/tower_system_tracking_migrations.log' -LOGGING['handlers']['rbac_migrations']['filename'] = '/var/log/tower/tower_rbac_migrations.log', +LOGGING['handlers']['rbac_migrations']['filename'] = '/var/log/tower/tower_rbac_migrations.log' # Load settings from any .py files in the global conf.d directory specified in # the environment, defaulting to /etc/tower/conf.d/.