mattyb149 commented on a change in pull request #3874: NIFI-6842 - Introduce
MetricsEventReportingTask
URL: https://github.com/apache/nifi/pull/3874#discussion_r343769472
##########
File path:
nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/src/main/java/org/apache/nifi/rules/handlers/LogHandler.java
##########
@@ -42,23 +42,26 @@
public class LogHandler extends AbstractActionHandlerService {
public static final PropertyDescriptor DEFAULT_LOG_LEVEL = new
PropertyDescriptor.Builder()
- .name("Log Level")
+ .name("logger-default-log-level")
+ .displayName("Log Level")
Review comment:
Should this be Default Log Level? Also we might want to mention in the
description that depending on the rules, the logging level may be set there and
in that case this property is ignored.
----------------------------------------------------------------
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]
With regards,
Apache Git Services