hunyadi-dev commented on a change in pull request #940:
URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r528651838



##########
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 was added for hiding the `[Component] got sinks from ...`, flooding 
the test logs. If someone finds those log lines helpful, I am happy to restore 
this.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to