Merge pull request #6795 from hvnsweeting/patch-1

Use space to separate multiple modes
This commit is contained in:
Carl Bergquist 2016-12-03 03:15:31 +01:00 committed by GitHub
commit fbf2113904

View File

@ -289,7 +289,7 @@ templates_pattern = emails/*.html
[log]
# Either "console", "file", "syslog". Default is console and file
# Use space to separate multiple modes, e.g. "console file"
mode = console, file
mode = console file
# Either "debug", "info", "warn", "error", "critical", default is "info"
level = info