Class ManagementAccessLogConfiguration

java.lang.Object
org.apache.camel.spring.boot.actuate.accesslog.ManagementAccessLogConfiguration

@ManagementContextConfiguration(proxyBeanMethods=false) @ConditionalOnWebApplication(type=SERVLET) @EnableConfigurationProperties(ManagementAccessLogProperties.class) public class ManagementAccessLogConfiguration extends Object
Management context configuration for controlling access logging on the management server.

This configuration is only loaded in the management context (when management runs on a separate port) and provides customizers to disable access logging for actuator endpoints while keeping access logs for the main application.

  • Constructor Details

    • ManagementAccessLogConfiguration

      public ManagementAccessLogConfiguration()