hunyadi-dev commented on a change in pull request #940:
URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r553392644
##########
File path: libminifi/test/TestBase.h
##########
@@ -200,7 +199,7 @@ class LogTestController {
}
my_properties_->set("logger.root", "ERROR,ostream");
my_properties_->set("logger." + core::getClassName<LogTestController>(),
"INFO");
- my_properties_->set("logger." +
core::getClassName<logging::LoggerConfiguration>(), "DEBUG");
+ my_properties_->set("logger." +
core::getClassName<logging::LoggerConfiguration>(), "INFO");
Review comment:
It is no longer an issue.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]