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