Skip to content

Commit 76a1c53

Browse files
authored
Merge pull request #63842 from naiteeks/patch-4
Update troubleshoot-how-to.md
2 parents 61e6434 + a38752b commit 76a1c53

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/media-services/live-video-analytics-edge/troubleshoot-how-to.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,12 @@ To configure the Live Video Analytics on IoT Edge module to generate debug logs,
318318
`"DebugLogsDirectory": "/var/lib/azuremediaservices/logs"`
319319
320320
> [!NOTE]
321-
> This command binds the logs folders between the Edge device and the container. If you want to collect the logs in a different location, use the following command, replacing **$DEBUG_LOG_LOCATION_ON_EDGE_DEVICE** with the location you want to use:
322-
> `"DebugLogsDirectory": "/var/$DEBUG_LOG_LOCATION_ON_EDGE_DEVICE"`
323-
321+
> This command binds the logs folders between the Edge device and the container. If you want to collect the logs in a different location on the device:
322+
> 1. Create a binding for the Debug Log location in the **Binds** section, replacing the **$DEBUG_LOG_LOCATION_ON_EDGE_DEVICE** and **$DEBUG_LOG_LOCATION** with the location you want:
323+
> `/var/$DEBUG_LOG_LOCATION_ON_EDGE_DEVICE:/var/$DEBUG_LOG_LOCATION`
324+
> 2. Use the following command, replacing **$DEBUG_LOG_LOCATION** with the location used in the previous step:
325+
> `"DebugLogsDirectory": "/var/$DEBUG_LOG_LOCATION"`
326+
324327
d. Select **Save**.
325328
326329
1. Reproduce the issue.

0 commit comments

Comments
 (0)