Skip to content

Commit

Permalink
Rettet bean.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Feb 23, 2024
1 parent f5e3a20 commit dde97a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class RequestLoggingFilterConfig {

@Bean
PostOnlyRequestLoggingFilter logFilter(FilterChainProxy filterChainProxy) {
CommonsRequestLoggingFilter logFilter(FilterChainProxy filterChainProxy) {

log.info("Filter chain: {}", filterChainProxy.getFilterChains());

Expand Down

0 comments on commit dde97a3

Please sign in to comment.