Skip to content

Commit 9408de3

Browse files
committed
Formatting
1 parent 83191d4 commit 9408de3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/iot-edge/how-to-retrieve-iot-edge-logs.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,7 @@ A successful request to upload logs returns a **"status": 200** followed by a pa
200200
| message | string | Message if there's an error, or an empty string otherwise. |
201201
| correlationId | string | ID to check the status of the upload request. |
202202

203-
For example:
204-
205-
The following invocation uploads the last 100 log lines from all modules in compressed JSON format:
203+
For example, the following invocation uploads the last 100 log lines from all modules in compressed JSON format:
206204

207205
```azurecli
208206
az iot hub invoke-module-method --method-name UploadModuleLogs -n <hub name> -d <device id> -m '$edgeAgent' --method-payload \
@@ -319,8 +317,6 @@ A successful upload logs request returns a **"status": 200** and a payload with
319317
| message | string | Message if error, empty string otherwise. |
320318
| correlationId | string | ID to query to status of the upload request. |
321319

322-
For example:
323-
324320
In the following example, replace the placeholder text *`<hub name>`* and *`<device id>`* with your own values.
325321

326322
```azurecli

0 commit comments

Comments
 (0)