File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -97,16 +97,16 @@ Or [as JSON](https://github.com/serilog/serilog-formatting-compact):
97
97
98
98
``` json
99
99
{
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"
110
110
}
111
111
```
112
112
You can’t perform that action at this time.
0 commit comments