x80486 commented on issue #6881: URL: https://github.com/apache/camel-quarkus/issues/6881#issuecomment-3095109678
For what it's worth, using `.log(/* org.apache.camel */ LoggingLevel.DEBUG, logger, "Hello, Camel")` will work as expected. Here, `logger` refers to the actual SLF4J instance used by the application (not the default `log`), and the log level must be equal to or higher than the level defined for the corresponding category. -- 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]
