Log most verbose

Stdout for default log output
This commit is contained in:
System User
2011-04-07 16:27:47 +02:00
parent 6fc00a3197
commit 6b8db006b6
2 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ INITIAL_CONFIG = {
"storage": {
"folder": os.path.expanduser("~/.config/radicale/calendars")},
"logging": {
"type": "syslog",
"type": "stdout",
"logfile": os.path.expanduser("~/.config/radicale/radicale.log"),
"facility": 10},
"authLdap": {
@@ -73,7 +73,7 @@ for section, values in INITIAL_CONFIG.items():
_CONFIG_PARSER.set(section, key, value)
_CONFIG_PARSER.read("/etc/radicale/config")
_CONFIG_PARSER.read(os.path.expanduser("~/.config/radicale/config"))
_CONFIG_PARSER.read(os.path.expdanuser("~/.config/radicale/config"))
# Wrap config module into ConfigParser instance
sys.modules[__name__] = _CONFIG_PARSER