Add logs (fixes #162)
This commit is contained in:
13
config
13
config
@ -28,8 +28,8 @@ stock = utf-8
|
||||
|
||||
[acl]
|
||||
# Access method
|
||||
# Value: fake | htpasswd
|
||||
type = fake
|
||||
# Value: None | htpasswd
|
||||
type = None
|
||||
# Personal calendars only available for logged in users (if needed)
|
||||
personal = False
|
||||
# Htpasswd filename (if needed)
|
||||
@ -43,4 +43,13 @@ encryption = crypt
|
||||
# created if not present
|
||||
folder = ~/.config/radicale/calendars
|
||||
|
||||
[logging]
|
||||
# Logging configuration file
|
||||
# If no config is given, simple information is printed on the standard output
|
||||
# For more information about the syntax of the configuration file, see:
|
||||
# http://docs.python.org/library/logging.config.html
|
||||
config = /etc/radicale/logging
|
||||
# Set the default logging level to debug
|
||||
debug = False
|
||||
|
||||
# vim:ft=cfg
|
||||
|
Reference in New Issue
Block a user