Multiple logging sextion in default config

This commit is contained in:
Corentin Le Bail 2011-02-16 14:50:42 +01:00
parent 284063a270
commit 35e277252b

View File

@ -63,11 +63,7 @@ INITIAL_CONFIG = {
"authLdap": {
"LDAPServer": "127.0.0.1",
"LDAPPrepend": "uid=",
"LDAPAppend": "ou=users,dc=example,dc=com"},
"logging": {
"logfile": os.path.expanduser("~/.config/radicale/radicale.log"),
"facility": "error"}
}
"LDAPAppend": "ou=users,dc=example,dc=com"}}
# Create a ConfigParser and configure it
_CONFIG_PARSER = ConfigParser()