From cf1ee7adaada10fd8d37883ee235858e65d65fe8 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Tue, 1 Oct 2019 00:18:44 +0300 Subject: [PATCH] fix --- springboot2-request-logger/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)