Class LoggingConfig

java.lang.Object
net.andresbustamante.yafoot.commons.web.config.LoggingConfig

@Configuration public class LoggingConfig extends Object
Logging configuration for incoming requests on web applications.
  • Constructor Details

    • LoggingConfig

      public LoggingConfig()
  • Method Details

    • logFilter

      @Bean public org.springframework.web.filter.CommonsRequestLoggingFilter logFilter()
      Builds a logging filter using the given parameters.
      Returns:
      Logging filter to use with the given parameters