conf(): updated comments in config file, fixes #4933

This commit is contained in:
Torkel Ödegaard
2016-05-09 09:21:33 +02:00
parent 04ef25b6ff
commit c6c07599c7
2 changed files with 2 additions and 2 deletions

View File

@@ -241,7 +241,7 @@ templates_pattern = emails/*.html
#################################### Logging ##########################
[log]
# Either "console", "file", default is "console"
# Either "console", "file", "syslog". Default is console and file
# Use comma to separate multiple modes, e.g. "console, file"
mode = console, file

View File

@@ -223,7 +223,7 @@ check_for_updates = true
#################################### Logging ##########################
[log]
# Either "console", "file", default is "console"
# Either "console", "file", "syslog". Default is console and file
# Use comma to separate multiple modes, e.g. "console, file"
;mode = console, file