mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Typo fix in logging default file
This commit is contained in:
parent
899379d073
commit
c0c8ab6bc7
1 changed files with 14 additions and 17 deletions
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…
Add table
Add a link
Reference in a new issue