[
https://issues.apache.org/jira/browse/CAMEL-16705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17360753#comment-17360753
]
Claus Ibsen commented on CAMEL-16705:
-------------------------------------
Put together a reproducer such as a sample applcation and put on github or
attach as .zip file here and include README how to run and change that logging
at runtime, and what to expect.
> camel-spring-boot - Changing LoggingLevel for Camel Log at runtime
> ------------------------------------------------------------------
>
> Key: CAMEL-16705
> URL: https://issues.apache.org/jira/browse/CAMEL-16705
> Project: Camel
> Issue Type: Bug
> Affects Versions: 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0
> Reporter: Christian Rossius
> Priority: Minor
> Labels: log, log-level, logging
>
> The default LogLevel is INFO. When i want to change this by spring boot
> actuator (JMX) to ERROR or WARN it works, but when i want to change it to
> DEBUG or TRACE it don't.
> If I set the LogLevel at the beginning to TRACE, I can change it down to any
> other Level manually.
> So decreasing works, but increasing the LogLevel dont.
> It only applied to logging in Camel Routes. It works great on any other
> Logging.
> In Version 3.5.0 and below it worked. All versions after that don't work
> anymore.
> It is also descibed hereĀ
> [https://stackoverflow.com/questions/66357203/changing-camel-log-level-at-runtime-using-spring-boot-actuator|Stackoverflow]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)