Update BaseDaemon.cpp

removed conflict markers from BaseDaemon.cpp
This commit is contained in:
Mallik Hassan 2022-07-26 11:34:17 -03:00 committed by GitHub
parent f7dcf23404
commit 0e68ac4e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1018,10 +1018,6 @@ void BaseDaemon::setupWatchdog()
pf = new OwnJSONPatternFormatter;
else
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));
logger().setChannel(log);
}