浏览代码

Default logfile

Corentin Le Bail 15 年之前
父节点
当前提交
6fc00a3197
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      radicale/config.py

+ 1 - 0
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",