Re: Update Logging Levels of Camel routes using Spring Boot Actuator

2021-05-18 Thread Mark Nuttall
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

Re: Update Logging Levels of Camel routes using Spring Boot Actuator

2021-05-18 Thread Simon Loy
- 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

Re: Update Logging Levels of Camel routes using Spring Boot Actuator

2021-05-17 Thread Mark Nuttall
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