Typo fix in logging default file

This commit is contained in:
Guillaume Ayoub 2011-05-07 13:42:58 +02:00
parent 899379d073
commit c0c8ab6bc7

View File

@ -45,7 +45,6 @@ formatter=simple
[handler_file]
# File handler
class = FileHandler
level=DEBUG
args = ('/var/log/radicale',)
formatter = full
@ -55,9 +54,7 @@ formatter=full
[formatter_simple]
# Simple output format
format = %(message)s
datefmt=
[formatter_full]
# Full output format
format = %(asctime)s - %(levelname)s: %(message)s
datefmt=