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 <https://docs.spring.io/spring-boot/docs/2.0.3.RELEASE/reference/html/howto-embedded-web-servers.html#howto-configure-accesslogs> (and also https://howtodoinjava.com/spring-boot2/logging/embedded-server-logging-config/ ) How do we get access logs for Camel REST APIs when using camel-jetty, i.e. <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jetty</artifactId> </dependency> BR /Daniel