From c6e66ec15ef4846d4daf5596a3e249025f2de9ef Mon Sep 17 00:00:00 2001 From: Viet Hung Nguyen Date: Fri, 2 Dec 2016 13:48:08 +0700 Subject: [PATCH] Update sample.ini Use space to separate multiple modes --- conf/sample.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/sample.ini b/conf/sample.ini index e8c9c990a63..d48c4a270c5 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -272,7 +272,7 @@ [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 "trace", "debug", "info", "warn", "error", "critical", default is "info" ;level = info