Hi
Thanks for your reply!
I checked the docs and came up with this, i haven't tested it yet though
but would this be something that could work?
@Bean
>
> public RequestLogHandler jettyRequestLog() {
> RequestLogHandler logHandler = new RequestLogHandler();
> NCSARequestLog requestLog = new NCSARe
Hi
I would look at the Jetty docs to see what logging they have and see
how to setup that on Jetty.
Then we can see how to do this in camel-jetty afterwards.
On Fri, Feb 25, 2022 at 2:14 PM Daniel Johansson wrote:
>
> Hi
>
> We use camel version 2.23.2 and spring-boot version 2.3.12.
>
> We ca