diff --git a/springboot2-request-logger/README.md b/springboot2-request-logger/README.md index b15c07d..a8d91db 100644 --- a/springboot2-request-logger/README.md +++ b/springboot2-request-logger/README.md @@ -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 @@ -147,4 +147,4 @@ public CommonsRequestLoggingFilter logFilter() { Starting our test we have the result: -![](./img/2019-09-30_23-40.png) \ No newline at end of file +![](./img/2019-09-30_23-40.png)