jayblanc commented on code in PR #696: URL: https://github.com/apache/unomi/pull/696#discussion_r1778193568
########## extensions/router/router-core/src/main/java/org/apache/unomi/router/core/event/UpdateCamelRouteEventHandler.java: ########## @@ -30,23 +30,23 @@ * @author dgaillard */ public class UpdateCamelRouteEventHandler extends CellarSupport implements EventHandler<UpdateCamelRouteEvent> { - private static final Logger logger = LoggerFactory.getLogger(UpdateCamelRouteEventHandler.class.getName()); + private static final Logger LLOGGER = LoggerFactory.getLogger(UpdateCamelRouteEventHandler.class.getName()); Review Comment: In fact there is already a LOGGER (protected) in the extended class that makes a conflict on the variable name... LLOGGER is for LOCAL_LOGGER -- 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: dev-unsubscr...@unomi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org