Typo fix in logging default file
This commit is contained in:
parent
899379d073
commit
c0c8ab6bc7
3
logging
3
logging
@ -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=
|
Loading…
Reference in New Issue
Block a user