nicolaferraro opened a new issue #2000: URL: https://github.com/apache/camel-k/issues/2000
Setting `logging.level.org.apache.camel=DEBUG` does not affect integration logs. So if users set flag `--logging-level org.apache.camel=DEBUG`, that is currently translated into the property above and does not work. The correct mapping should be something like: `quarkus.log.category."org.apache.camel".level=DEBUG` We should also change the doc to point to the Quarkus documentation for configuring the log via properties. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
