Skip to content

Commit 8a7a20a

Browse files
authored
Update iot-edge-install-linux.md
1 parent dfbbfc7 commit 8a7a20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/iot-edge-install-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Install the Moby engine.
7474
sudo apt-get install moby-engine
7575
```
7676
---
77-
Once the Moby engine is successfully installed, configure it to use [`local` logging driver](https://docs.docker.com/config/containers/logging/local/) as the logging mechanism. To learn more about logging configuration, see [Production Deployment Checklist](../articles/iot-edge/production-checklist.md#place-limits-on-log-size).
77+
Once the Moby engine is successfully installed, configure it to use [`local` logging driver](https://docs.docker.com/config/containers/logging/local/) as the logging mechanism. To learn more about logging configuration, see [Production Deployment Checklist](../articles/iot-edge/production-checklist.md#set-up-default-logging-driver).
7878

7979
* Create or open the Docker daemon's config file at `/etc/docker/daemon.json`.
8080
* Set the default logging driver to the `local` logging driver as shown in the example below.

0 commit comments

Comments
 (0)