From e9aa502366c570e2ec7bf9f8630ffbab7984e4dd Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 12 Dec 2013 14:24:01 -0500 Subject: Fix settings Fix logging to use right name and value Make all option relative to the base of the tree. Signed-off-by: Simo Sorce --- examples/ipsilon.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/ipsilon.conf b/examples/ipsilon.conf index d536d96..dc45a1b 100644 --- a/examples/ipsilon.conf +++ b/examples/ipsilon.conf @@ -1,5 +1,4 @@ [global] -log.iscreen = "error" +log.screen = True base.dir = "../" -providers.dir = "../src/providers" admin.config.db = "/var/lib/ipsilon/adminconfig.sqlite" -- cgit