Skip to content

Commit 8e7f2d6

Browse files
micahlPatAltimore
andauthored
Update articles/iot-edge/how-to-retrieve-iot-edge-logs.md
Co-authored-by: Pat Altimore <[email protected]>
1 parent dc22c2e commit 8e7f2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The [Logger class in IoT Edge](https://github.com/Azure/iotedge/blob/master/edge
4949
Use the **GetModuleLogs** direct method to retrieve the logs of an IoT Edge module.
5050

5151
>[!TIP]
52-
>Use the `since` and `until` filter options to limit the amount of logs retrieved. Calling this direct method without bounds will retrieve all the logs which may be large, time consuming or costly.
52+
>Use the `since` and `until` filter options to limit the range of logs retrieved. Calling this direct method without bounds retrieves all the logs which may be large, time consuming, or costly.
5353
>
5454
>The IoT Edge troubleshooting page in the Azure portal provides a simplified experience for viewing module logs. For more information, see [Monitor and troubleshoot IoT Edge devices from the Azure portal](troubleshoot-in-portal.md).
5555

0 commit comments

Comments
 (0)