You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/07/25 14:35:52 UTC

[GitHub] [nifi] markap14 commented on a diff in pull request #6231: NIFI-10261: Ensure that when comparing Sensitive Parameters during fl…

markap14 commented on code in PR #6231:
URL: https://github.com/apache/nifi/pull/6231#discussion_r928959897


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/controller/service/ServiceStateTransition.java:
##########
@@ -76,7 +76,7 @@ public boolean enable(final ControllerServiceReference controllerServiceReferenc
             }
 
             state = ControllerServiceState.ENABLED;
-            logger.debug("{} transitioned to ENABLED", controllerServiceNode);
+            logger.info("{} is now fully ENABLED", controllerServiceNode);

Review Comment:
   That's a good call. I'll change that back to DEBUG. 



-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org