Ver código fonte

Default logfile

Corentin Le Bail 15 anos atrás
pai
commit
6fc00a3197
1 arquivos alterados com 1 adições e 0 exclusões
  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",