Skip to content

Commit e43c85b

Browse files
Merge pull request #125367 from changeworld/patch-81
Fix typo
2 parents 120b468 + 6a95147 commit e43c85b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-web-pubsub/howto-troubleshoot-resource-logs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ The real-time resource logs captured by live trace tool contain detailed informa
9898
| User ID | User identity |
9999
| IP | Client IP address |
100100
| Route Template | The route template of the API |
101-
| Http Method | The Http method (POST/GET/PUT/DELETE) |
101+
| HTTP Method | The HTTP method (POST/GET/PUT/DELETE) |
102102
| URL | The uniform resource locator |
103103
| Trace ID | The unique identifier to the invocation |
104-
| Status Code | The Http response code |
104+
| Status Code | The HTTP response code |
105105
| Duration | The duration between receiving the request and processing the request |
106106
| Headers | The additional information passed by the client and the server with an HTTP request or response |
107107

@@ -155,10 +155,10 @@ Archive log JSON strings include elements listed in the following tables:
155155
| message | Detailed message of log event |
156156
| hub | User-defined Hub Name |
157157
| routeTemplate | The route template of the API |
158-
| httpMethod | The Http method (POST/GET/PUT/DELETE) |
158+
| httpMethod | The HTTP method (POST/GET/PUT/DELETE) |
159159
| url | The uniform resource locator |
160160
| traceId | The unique identifier to the invocation |
161-
| statusCode | The Http response code |
161+
| statusCode | The HTTP response code |
162162
| duration | The duration between the request is received and processed |
163163
| headers | The additional information passed by the client and the server with an HTTP request or response |
164164

0 commit comments

Comments
 (0)