Skip to content

Commit bed8daf

Browse files
authored
JSON formatting [skip ci]
1 parent 380a0ed commit bed8daf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,16 @@ Or [as JSON](https://github.com/serilog/serilog-formatting-compact):
9797

9898
```json
9999
{
100-
"@t":"2019-06-26T06:05:54.6881162Z",
101-
"@mt":"HTTP {RequestMethod} {RequestPath} responded {StatusCode} in {Elapsed:0.0000} ms",
102-
"@r":["224.5185"],
103-
"RequestMethod":"GET",
104-
"RequestPath":"/",
105-
"StatusCode":200,
106-
"Elapsed":224.5185,
107-
"RequestId":"0HLNPVG1HI42T:00000001",
108-
"CorrelationId":null,
109-
"ConnectionId":"0HLNPVG1HI42T"
100+
"@t": "2019-06-26T06:05:54.6881162Z",
101+
"@mt": "HTTP {RequestMethod} {RequestPath} responded {StatusCode} in {Elapsed:0.0000} ms",
102+
"@r": ["224.5185"],
103+
"RequestMethod": "GET",
104+
"RequestPath": "/",
105+
"StatusCode": 200,
106+
"Elapsed": 224.5185,
107+
"RequestId": "0HLNPVG1HI42T:00000001",
108+
"CorrelationId": null,
109+
"ConnectionId": "0HLNPVG1HI42T"
110110
}
111111
```
112112

0 commit comments

Comments
 (0)