1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Logging to stdout, syslog or file

This commit is contained in:
System User 2011-02-22 15:46:42 +01:00
parent bb7f36fc59
commit a4024f8183
3 changed files with 14 additions and 4 deletions

View file

@ -56,7 +56,7 @@ INITIAL_CONFIG = {
"storage": {
"folder": os.path.expanduser("~/.config/radicale/calendars")},
"logging": {
"logfile": os.path.expanduser("~/.config/radicale/radicale.log"),
"type": "syslog",
"facility": 10},
"authLdap": {
"LDAPServer": "127.0.0.1",