mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 14:42:02 +00:00
Update BaseDaemon.cpp
removed conflict markers from BaseDaemon.cpp
This commit is contained in:
parent
f7dcf23404
commit
0e68ac4e4d
@ -1018,10 +1018,6 @@ void BaseDaemon::setupWatchdog()
|
|||||||
pf = new OwnJSONPatternFormatter;
|
pf = new OwnJSONPatternFormatter;
|
||||||
else
|
else
|
||||||
pf = new OwnPatternFormatter(true);
|
pf = new OwnPatternFormatter(true);
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> removed pFormattterJSON pointer from OwnFormattingChannel and reformatted Loggers and BaseDaemon to look nicer
|
|
||||||
Poco::AutoPtr<DB::OwnFormattingChannel> log = new DB::OwnFormattingChannel(pf, new Poco::ConsoleChannel(std::cerr));
|
Poco::AutoPtr<DB::OwnFormattingChannel> log = new DB::OwnFormattingChannel(pf, new Poco::ConsoleChannel(std::cerr));
|
||||||
logger().setChannel(log);
|
logger().setChannel(log);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user