From f9abb07cc479008c6ee7f72e0c911768c7c9bd82 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 6 Jun 2014 16:04:15 -0400 Subject: Add server install option to turn on debugging Use this in the testsuite so we can get meaningful output in the logs when something fails. Signed-off-by: Simo Sorce --- templates/install/ipsilon.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/install/ipsilon.conf b/templates/install/ipsilon.conf index 89e14f1..357a3a7 100644 --- a/templates/install/ipsilon.conf +++ b/templates/install/ipsilon.conf @@ -1,7 +1,7 @@ [global] -debug = False +debug = ${debugging} -log.screen = False +log.screen = ${debugging} base.mount = "/${instance}" base.dir = "${staticdir}" admin.config.db = "${datadir}/adminconfig.sqlite" -- cgit