mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Logging to stdout, syslog or file
This commit is contained in:
parent
bb7f36fc59
commit
a4024f8183
3 changed files with 14 additions and 4 deletions
5
config
5
config
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue