Skip to content

Commit c74eb2f

Browse files
authored
Apply suggestions from code review
1 parent 4fa184c commit c74eb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/gateway-log-schema-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following properties are logged for each API request.
4040
| ClientProtocol | string | HTTP protocol version of the incoming request |
4141
| ClientTime | long | Number of milliseconds spent on overall client I/O (connecting, sending, and receiving bytes) |
4242
| ClientTlsVersion | string | TLS version used by client sending request |
43-
| Errors | dynamic | Collection of error occured during request processing |
43+
| Errors | dynamic | Collection of error occurred during request processing |
4444
| IsRequestSuccess | bool | HTTP request completed with response status code within 2xx or 3xx range |
4545
| LastErrorElapsed | long | Number of milliseconds elapsed since gateway received request until the error occurred |
4646
| LastErrorMessage | string | Error message |

0 commit comments

Comments
 (0)