orpiske commented on code in PR #11184:
URL: https://github.com/apache/camel/pull/11184#discussion_r1302886747
##########
core/camel-main/src/main/java/org/apache/camel/main/MainDurationEventNotifier.java:
##########
@@ -75,6 +74,7 @@ public void notify(CamelEvent event) throws Exception {
}
protected void doNotify(CamelEvent event) {
+ LOG.info("Notify running by thread: {}", Thread.currentThread());
Review Comment:
This shouldn't be here.
--
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]