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:
parent
bb7f36fc59
commit
a4024f8183
3 changed files with 14 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue