Skip to content

Commit 4221964

Browse files
committed
updated the info for Logging section
1 parent 098a74f commit 4221964

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/automation/automation-hrw-run-runbooks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Run Azure Automation runbooks on a Hybrid Runbook Worker
33
description: This article describes how to run runbooks on machines in your local datacenter or other cloud provider with the Hybrid Runbook Worker.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 01/01/2025
6+
ms.date: 05/05/2025
77
ms.topic: how-to
88
ms.custom: devx-track-azurepowershell, linux-related-content
99
ms.service: azure-automation
@@ -483,11 +483,11 @@ You can now upload the signed runbook to Azure Automation and execute it like a
483483

484484
## Logging
485485

486-
To help troubleshoot issues with your runbooks running on a hybrid runbook worker, logs are stored locally in the following location:
486+
To help troubleshoot issues with your runbooks running on an extension-based hybrid runbook worker, logs are stored locally in the following location:
487487

488-
* On Windows at `C:\ProgramData\Microsoft\System Center\Orchestrator\<version>\SMA\Sandboxes` for detailed job runtime process logging. High-level runbook job status events are written to the **Application and Services Logs\Microsoft-Automation\Operations** event log.
488+
* On Windows at `C:\WindowsAzure\Logs\Plugins\Microsoft.Azure.Automation.HybridWorker.HybridWorkerForWindows<version>` for detailed extension and job runtime process logging. High-level runbook job status events are written to the **Applications and Services Logs/Microsoft-SMA/Operational** event log.
489489

490-
* On Linux, the user hybrid worker logs can be found at `/home/nxautomation/run/worker.log`, and system runbook worker logs can be found at `/var/opt/microsoft/omsagent/run/automationworker/worker.log`.
490+
* On Linux, the extension-based hybrid worker logs can be found at `/home/hweautomation/run/worker.log`, and /var/log/azure/Microsoft.Azure.Automation.HybridWorker.HybridWorkerForLinux.
491491

492492
## Next steps
493493

0 commit comments

Comments
 (0)