master
bvn13 2019-10-01 00:18:44 +03:00
parent bc3e718f7e
commit cf1ee7adaa
1 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ public CommonsRequestLoggingFilter logFilter() {
} }
``` ```
... and then set uo logging level into [`logback-spring.xml`](./src/main/resources/logback-spring.xml) located into `resources` or providing it externally ... ... and then set up logging level into [`logback-spring.xml`](./src/main/resources/logback-spring.xml) located into `resources` or providing it externally ...
```xml ```xml
<logger name="org.springframework.web.filter.CommonsRequestLoggingFilter"> <logger name="org.springframework.web.filter.CommonsRequestLoggingFilter">