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

5
config
View File

@@ -53,7 +53,10 @@ LDAPAppend = ou=users,dc=exmaple,dc=dom
folder = ~/.config/radicale/calendars
[Logging]
# Logging filename
# Logging type
# Value: syslog | file | stdout
type = file
# Logging filename (if needed)
logfile = ~/.config/radicale/radicale.log
# Log facility 10: DEBUG, 20: INFO, 30 WARNING, 40 ERROR, 50 CRITICAL
facility = 50