rm5248 commented on code in PR #527:
URL: https://github.com/apache/logging-log4cxx/pull/527#discussion_r2305973757
##########
src/main/cpp/domconfigurator.cpp:
##########
@@ -840,13 +846,6 @@ spi::ConfigurationStatus DOMConfigurator::doConfigure
{
m_priv->repository = repository ? repository :
LogManager::getLoggerRepository();
m_priv->repository->setConfigured(true);
- if (LogLog::isDebugEnabled())
Review Comment:
do we print this message out(what file is being used for configuration)
anyplace else? That can be useful to know when you're unsure which file is
being used
--
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]