Re: camel-jetty and access log

2022-02-28 Thread Daniel Johansson
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

Re: camel-jetty and access log

2022-02-25 Thread Claus Ibsen
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

camel-jetty and access log

2022-02-25 Thread Daniel Johansson
Hi We use camel version 2.23.2 and spring-boot version 2.3.12. We can log get access logs for Spring Boot Web Server according to: https://docs.spring.io/spring-boot/docs/2.3.x/reference/html/howto.html#howto-configure-accesslogs