BewareMyPower commented on code in PR #377:
URL: https://github.com/apache/pulsar-client-cpp/pull/377#discussion_r1436415778
##########
lib/LogUtils.cc:
##########
@@ -25,6 +25,7 @@
namespace pulsar {
+static std::atomic<LoggerFactory*> s_defaultLoggerFactory(new
ConsoleLoggerFactory());
Review Comment:
Then this patch LGTM no matter if this fix is applied.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]