Add logs (fixes #162)

This commit is contained in:
Guillaume Ayoub
2011-04-10 18:17:06 +02:00
parent 7e572f44e4
commit d9ea784e31
9 changed files with 146 additions and 54 deletions

13
config
View File

@ -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