浏览代码

Merge pull request #6795 from hvnsweeting/patch-1

Use space to separate multiple modes
Carl Bergquist 9 年之前
父节点
当前提交
fbf2113904
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      conf/defaults.ini

+ 1 - 1
conf/defaults.ini

@@ -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