Skip to content

Commit 7835df8

Browse files
committed
readme
1 parent c79fa8b commit 7835df8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Features/customlogging-yocordapp/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this example not only do the node logs output in json but we can add arbitrar
1919
logger.info("Initializing the transaction.");
2020
```
2121

22-
When we log this informational message, it gets output along with the other key value pairs we've specified in a JSON formatt:
22+
When we log this message, it gets output along with the other key value pairs we've specified in a JSON format:
2323
```
2424
{
2525
"instant": {
@@ -65,7 +65,6 @@ You can end up getting log feeds in json that look something like this:
6565
{"instant":{"epochSecond":1612460472,"nanoOfSecond":428000000},"thread":"pool-10-thread-2","level":"WARN","loggerName":"net.corda.tools.shell.utlities.StdoutANSIProgressRenderer","message":"Cannot find console appender - progre
6666
```
6767

68-
6968
## Usage
7069

7170

0 commit comments

Comments
 (0)