Skip to content

Commit b7f766f

Browse files
authored
Merge pull request #108341 from veyalla/master
language tweaks
2 parents d5e9f5f + 59b411f commit b7f766f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-edge/troubleshoot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ For a complete list of diagnostic checks, see [Built-in troubleshooting function
4242

4343
## Gather debug information with iotedge 'support-bundle' command
4444

45-
When you need to gather logs from an IoT Edge device, the most convenient way is to use the `support-bundle` command. By default, this command collects module, `iotedged` and container engine logs, 'iotedge check' JSON output and other useful debug information. It compresses them into a single file for easy sharing. The `support-bundle` command is available in [release 1.0.9](https://github.com/Azure/azure-iotedge/releases/tag/1.0.9) and later.
45+
When you need to gather logs from an IoT Edge device, the most convenient way is to use the `support-bundle` command. By default, this command collects module, IoT Edge Security Manager and container engine logs, 'iotedge check' JSON output and other useful debug information. It compresses them into a single file for easy sharing. The `support-bundle` command is available in [release 1.0.9](https://github.com/Azure/azure-iotedge/releases/tag/1.0.9) and later.
4646

47-
Run the `support-bundle` command with the `--since` flag to specify how long from the past you want to get logs from. For example `6h` will get logs since the last 6 hours, `6d` since the last 6 days, `6m` since the last 6 minutes and so on. Include the `--help` flag to see a complete list of options.
47+
Run the `support-bundle` command with the `--since` flag to specify how long from the past you want to get logs. For example `6h` will get logs since the last 6 hours, `6d` since the last 6 days, `6m` since the last 6 minutes and so on. Include the `--help` flag to see a complete list of options.
4848

4949

5050
* On Linux:
@@ -60,7 +60,7 @@ Run the `support-bundle` command with the `--since` flag to specify how long fro
6060
```
6161

6262
> [!WARNING]
63-
> Output from the `support-bundle` command can contain information such as host, device and module names, information logged by your modules etc. Please be aware of this if sharing the output in a public forum.
63+
> Output from the `support-bundle` command can contain host, device and module names, information logged by your modules etc. Please be aware of this if sharing the output in a public forum.
6464
6565
## Standard diagnostic steps
6666

0 commit comments

Comments
 (0)