From 5e211359fd6013464925eb66aabe5e95cf8c7439 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 15 Jun 2014 19:44:36 +0000 Subject: [PATCH] We put this in /etc/fedoauth --- roles/fedoauth-stg/templates/fedoauth.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %}