diff --git a/roles/fedoauth-stg/templates/fedoauth.cfg b/roles/fedoauth-stg/templates/fedoauth.cfg index 58eb210390..6e84f32f4b 100644 --- a/roles/fedoauth-stg/templates/fedoauth.cfg +++ b/roles/fedoauth-stg/templates/fedoauth.cfg @@ -12,7 +12,7 @@ GLOBAL = {'reverse_proxied': True, 'cookies_secure': True, 'transactions_timeout': 5, 'template_dir': '/usr/share/fedoauth/templates/fedora/', - 'logging_config_location': 'fedoauth.log.cfg', + 'logging_config_location': '/etc/fedoauth/fedoauth.log.cfg', 'secret_key': '{{ fedoauth_secret_key }}', {% if env == 'staging' %}