controllers
> TestLoggersController.java
> - routes
> TestLoggersRoute.java
> MyApplication.java
>
> Kind Regards
> Simon
>
> From: Mark Nuttall
> Date: Tuesday, 18 May 2021 at 04:08
> To: users@camel.apache.org
> Subject: Re: U
- controllers
TestLoggersController.java
- routes
TestLoggersRoute.java
MyApplication.java
Kind Regards
Simon
From: Mark Nuttall
Date: Tuesday, 18 May 2021 at 04:08
To: users@camel.apache.org
Subject: Re: Update Logging Levels of Camel routes using Spring Boot
It looks like your route Builder classes in the root package. That usually
is not good as if that's the case. I suggest moving it to the same package
as the controller. I don't know if that will make any difference but
sometimes having classes in the root package causes issues. Other than that
I ca
Hi All,
I’m currently working on a PoC to improve logging capabilities for our Spring
Boot applications.
The idea is that setting up spring boot actuator allows us to update our Camel
routes logging levels without any downtime of manual config changes.
As part of the PoC I have created a simpl