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):
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
You can’t perform that action at this time.
0 commit comments