Hello everyone,
So we have multiple camel routes that are configured by logback to log into separate log files. Is there a way to specify a logger into the route itself? The reason I ask is because, when switched to debug, everything other than what we explicitly log from our logger seems to go to the generic log. We'd like to instruct camel to log everything related to a route in to the particular log itself. Thanks.