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

@ -107,7 +107,7 @@ public class WebApplicationConfiguration implements WebMvcConfigurer {
}
```
### Result
### Result
Lets start our test to check out the result!
@ -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
<logger name="org.springframework.web.filter.CommonsRequestLoggingFilter">
@ -147,4 +147,4 @@ public CommonsRequestLoggingFilter logFilter() {
Starting our test we have the result:
![](./img/2019-09-30_23-40.png)
![](./img/2019-09-30_23-40.png)