From 35e277252b418ba718edc046717e6cf31b6216f9 Mon Sep 17 00:00:00 2001 From: Corentin Le Bail Date: Wed, 16 Feb 2011 14:50:42 +0100 Subject: [PATCH] Multiple logging sextion in default config --- radicale/config.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/radicale/config.py b/radicale/config.py index b3eb419..ca4b0da 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -63,11 +63,7 @@ INITIAL_CONFIG = { "authLdap": { "LDAPServer": "127.0.0.1", "LDAPPrepend": "uid=", - "LDAPAppend": "ou=users,dc=example,dc=com"}, - "logging": { - "logfile": os.path.expanduser("~/.config/radicale/radicale.log"), - "facility": "error"} - } + "LDAPAppend": "ou=users,dc=example,dc=com"}} # Create a ConfigParser and configure it _CONFIG_PARSER = ConfigParser()