mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-29 18:08:31 +00:00
Put the comments on empty lines
Comments are not officially allowed at the end of content lines
This commit is contained in:
parent
7f67f3953c
commit
00c9fa48ad
3 changed files with 14 additions and 7 deletions
|
@ -32,12 +32,14 @@ keys = file
|
|||
keys = full
|
||||
|
||||
[logger_root]
|
||||
level = WARNING # Change this to DEBUG or INFO for higher verbosity.
|
||||
# Change this to DEBUG or INFO for higher verbosity.
|
||||
level = WARNING
|
||||
handlers = file
|
||||
|
||||
[handler_file]
|
||||
class = FileHandler
|
||||
args = ('/var/log/radicale/log',) # Specify the output file here.
|
||||
# Specify the output file here.
|
||||
args = ('/var/log/radicale/log',)
|
||||
formatter = full
|
||||
|
||||
[formatter_full]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue