BewareMyPower commented on code in PR #377:
URL: https://github.com/apache/pulsar-client-cpp/pull/377#discussion_r1436415226
##########
lib/LogUtils.cc:
##########
@@ -25,6 +25,7 @@
namespace pulsar {
+static std::atomic<LoggerFactory*> s_defaultLoggerFactory(new
ConsoleLoggerFactory());
Review Comment:
Oh I see. I think currently it's okay. Your fix here is also good.
--
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]