We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e37df6 + 38a8b75 commit 6876a82Copy full SHA for 6876a82
articles/iot-edge/troubleshoot.md
@@ -128,6 +128,20 @@ On Windows:
128
. {Invoke-WebRequest -useb aka.ms/iotedge-win} | Invoke-Expression; Get-IoTEdgeLog -StartTime ([datetime]::Now.AddMinutes(-5))
129
```
130
131
+* View more detailed logs of the IoT Edge security manager:
132
+
133
+ * Add a system-level environment variable:
134
135
+ ```powershell
136
+ [Environment]::SetEnvironmentVariable("IOTEDGE_LOG", "edgelet=debug", [EnvironmentVariableTarget]::Machine)
137
+ ```
138
139
+ * Restart the IoT Edge Security Daemon:
140
141
142
+ Restart-Service iotedge
143
144
145
### If the IoT Edge security manager is not running, verify your yaml configuration file
146
147
> [!WARNING]
0 commit comments