Skip to content

Commit de9b523

Browse files
authored
Merge pull request #373 from Leonarduino87/patch-1
Fix log file path in Linux Run Command troubleshooting
2 parents f837eec + 20469ea commit de9b523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/run-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can use one of the [built-in roles](/azure/role-based-access-control/built-i
114114

115115
## Action Run Command Linux troubleshooting
116116

117-
When troubleshooting action run command for Linux environments, refer to the *handler* log file typically located in the following directory: `/var/log/azure/run-command-handler/handler.log` for further details.
117+
When troubleshooting action run command for Linux environments, refer to the *handler* log file typically located in the following directory: `/var/log/azure/run-command/handler.log` for further details.
118118

119119
### Known issues
120120
The Linux action run command logs have a few notable differences compared to the action run command Windows logs:

0 commit comments

Comments
 (0)