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]
|
[handler_file]
|
||||||
# File handler
|
# File handler
|
||||||
class = FileHandler
|
class = FileHandler
|
||||||
level=DEBUG
|
|
||||||
args = ('/var/log/radicale',)
|
args = ('/var/log/radicale',)
|
||||||
formatter = full
|
formatter = full
|
||||||
|
|
||||||
|
@ -55,9 +54,7 @@ formatter=full
|
||||||
[formatter_simple]
|
[formatter_simple]
|
||||||
# Simple output format
|
# Simple output format
|
||||||
format = %(message)s
|
format = %(message)s
|
||||||
datefmt=
|
|
||||||
|
|
||||||
[formatter_full]
|
[formatter_full]
|
||||||
# Full output format
|
# Full output format
|
||||||
format = %(asctime)s - %(levelname)s: %(message)s
|
format = %(asctime)s - %(levelname)s: %(message)s
|
||||||
datefmt=
|
|
Loading…
Add table
Add a link
Reference in a new issue