Default logfile

This commit is contained in:
Corentin Le Bail 2011-02-22 18:13:35 +01:00
parent 8c21c39d30
commit 6fc00a3197

View File

@ -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",