From 6fc00a3197bdee4cf5c725bfbcee1a9a3ca9dab5 Mon Sep 17 00:00:00 2001 From: Corentin Le Bail Date: Tue, 22 Feb 2011 18:13:35 +0100 Subject: [PATCH] Default logfile --- radicale/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/radicale/config.py b/radicale/config.py index 17735a09..c6bbee45 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -57,6 +57,7 @@ INITIAL_CONFIG = { "folder": os.path.expanduser("~/.config/radicale/calendars")}, "logging": { "type": "syslog", + "logfile": os.path.expanduser("~/.config/radicale/radicale.log"), "facility": 10}, "authLdap": { "LDAPServer": "127.0.0.1",