Log level change to bridge sysout errors to logging framework #20960
Log level change to bridge sysout errors to logging framework #20960renjth-81 wants to merge 2 commits intoapache:mainfrom
Conversation
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🤖 CI automation will test this PR automatically. 🐫 Apache Camel Committers, please review the following items:
|
|
We are deploying Camel JBang applications to k8s with Opentelemetry and Loki. If there is an error on startup, some of the camel logs are getting printed to System.err . These logs are not getting exported to Loki. Changing log level to error in this commit will help capture these logs. I used the below integration yaml to recreate the scenario where an exception is printed to System.err and the pod will restart. `
|
|
the camel framework is on purpose as-is |
Description
Target
mainbranch)Tracking
Apache Camel coding standards and style
mvn clean install -DskipTestslocally from root folder and I have committed all auto-generated changes.