Logs
What you will need
- ADB command line utility (Instructions)
Review logs and progress of the IoT Edge Agent
adb shell docker logs -f edgeAgent
-
After you see a “Start module (your module name)” message, you can use
adb shell docker logs -f <your module name>
to review logs for your module(s).