Skip to content

Commit 7a4b56f

Browse files
committed
1 parent 6362b98 commit 7a4b56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loggers/Loggers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void Loggers::buildLoggers(Poco::Util::AbstractConfiguration & config, Poco::Log
6565

6666
/// Split logs to ordinary log, error log, syslog and console.
6767
/// Use extended interface of Channel for more comprehensive logging.
68-
if (config.getBool("logger.async", true))
68+
if (config.getBool("logger.async", false))
6969
split = new DB::OwnAsyncSplitChannel();
7070
else
7171
split = new DB::OwnSplitChannel();

0 commit comments

Comments
 (0)