claudio4j commented on code in PR #1660:
URL: 
https://github.com/apache/camel-spring-boot/pull/1660#discussion_r2799895193


##########
core/camel-spring-boot/src/main/docs/spring-boot.adoc:
##########
@@ -487,6 +487,21 @@ management.server.accesslog.enabled=false
 
 Result: Main app logs to `logs/access_log.log`, actuator has no access logs.
 
+==== Camel Logging to Control Management Access Log
+
+This is valid only when using `spring-boot-starter-undertow`.
+
+If you want to defer the http access log control to whatever camel logging 
mechanism, you have to set 
`management.server.undertow.accesslog.use-camel-logging=true`.
+Optionally you can set a message pattern with 
`management.server.undertow.accesslog.pattern=combined`.

Review Comment:
   Yes, although there is no such property in ManagementAccessLogProperties, 
but the property is required in the `@ConditionalOnProperty` of 
`managementAccessLogProvider` customizer.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to