From 0f3da8c8a6b0da074b4ef2181e17a30d09c52f7c Mon Sep 17 00:00:00 2001 From: Jan Pokorny Date: Dec 07 2010 22:14:23 +0000 Subject: config template: correct two swapped config values --- diff --git a/input_files/config.tmpl/config.tmpl.in b/input_files/config.tmpl/config.tmpl.in index 2ff4ff1..3c3b2ee 100644 --- a/input_files/config.tmpl/config.tmpl.in +++ b/input_files/config.tmpl/config.tmpl.in @@ -134,8 +134,8 @@ sqlalchemy.pool_recycle = 3600 #filter-with = repoze.who_main who.config_file = %(base_config)s -who.log_file = warning -who.log_level = stdout +who.log_file = stdout +who.log_level = warning who.auth_tkt_timeout = %(def.auth_tkt_timeout)s # Important as debug mode will enable the interactive debugging tool, allowing