Skip to content

Commit 0f38b5b

Browse files
committed
Update README.md with new formats for FULL and COMPACT logging verbosity levels
1 parent a772165 commit 0f38b5b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

nrich-logging/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ When it is set to COMPACT the output is given bellow:
6666

6767
```shell
6868

69-
ERROR net.croz.nrich.logging.service.Slf4jLoggingService - Exception occurred: [className: net.croz.TestException], message: Something went wrong, additionalInfoData:
69+
ERROR net.croz.nrich.logging.service.Slf4jLoggingService - Exception occurred: [className: net.croz.TestException], [message: Something went wrong], [additionalInfoData: ]
7070

7171
```
7272

@@ -78,9 +78,5 @@ When it is set to FULL the output is given bellow (note that full stacktrace is
7878
net.croz.TestException: Something went wrong
7979
at net.croz.nrich.logging.service.Slf4jLoggingServiceTest.shouldLogOnFullVerbosityLevel(Slf4jLoggingServiceTest.java:121)
8080
.... (rest of stacktrace is omitted for brevity)
81-
09:42:00.841 [main] ERROR net.croz.nrich.logging.service.Slf4jLoggingService - ---------------- Information about above exception Exception occurred: [className: net.croz.TestException], message: Something went wrong:
82-
83-
----------------
84-
85-
81+
09:42:00.841 [main] ERROR net.croz.nrich.logging.service.Slf4jLoggingService - Information about the exception above: [className: net.croz.TestException], [message: Something went wrong], [additionalInfoData: ]
8682
```

0 commit comments

Comments
 (0)