To view live logging for Edge drivers, you must use the SmartThings Command Line Interface (CLI).
- Download the most recent release from https://github.com/SmartThingsCommunity/smartthings-cli/releases.
- Open a Command Prompt window and navigate to the directory where the CLI was downloaded.
- The first time you use the CLI, you will be prompted to log into your SmartThings account. Run a list of your devices by typing:
smartthings devices
- After authenticating the CLI, start live logging by running the command below, entering the IP address of your ST Hub in place of <HubIP>:
smartthings edge:drivers:logcat --hub-address <HubIP>
- Choose the driver to log from the menu and hit Enter, or hit Enter with no selection to log all drivers.