Skip to content

Commit 489c760

Browse files
committed
added about log collector tool
1 parent 98d4630 commit 489c760

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/automation/troubleshoot/extension-based-hybrid-runbook-worker.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ To help troubleshoot issues with extension-based Hybrid Runbook Workers:
3535
- For Windows: check the `Hybrid Worker Service` service.
3636
- For Linux: check the `hwd.` service.
3737

38-
- Run the log collector tool and review the collected logs.
39-
- For Windows: the logs are located at `C:\HybridWorkerExtensionLogs`. The tool is at `C:\Packages\Plugins\Microsoft.Azure.Automation.HybridWorker.HybridWorkerForWindows\<version>\bin\troubleshooter\PullLogs.ps1`.
40-
- For Linux: the logs are located at `/home/nxautomation/run`. The tool is at `/var/lib/waagent/Microsoft.Azure.Automation.HybridWorker.HybridWorkerForLinux/logcollector.py`.
38+
- Collect logs:
39+
- For Windows: Run the log collector tool in </br>`C:\Packages\Plugins\Microsoft.Azure.Automation.HybridWorker.HybridWorkerForWindows\<version>\bin\troubleshooter\PullLogs.ps1` </br>
40+
Logs are in `C:\HybridWorkerExtensionLogs.`
41+
- For Linux: Logs are in folders </br>`/var/log/azure/Microsoft.Azure.Automation.HybridWorker.HybridWorkerForLinux` and `/home/hweautomation` (entire folders).
4142

4243
### Scenario: Hybrid Worker deployment fails with Private Link error
4344

0 commit comments

Comments
 (0)