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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]