hunyadi-dev commented on a change in pull request #940:
URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r538358865
##########
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:
This brakes C2JstackTest. Once #953 is merged, rebasing on it should
fix this 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]