As a developer, your self-hosted runner sometimes looses connection while running jobs. How should you troubleshoot the issue affecting your self-hosted runner?
A.
Set the DEBUG environment variable to true before starting the self-hosted runner to produce more verbose console output.
B.
Locate the self-hosted runner in your repository's settings page and download its log archive.
C.
Access the self-hosted runner's installation directory and look for log files in the _diag folder.
D.
Start the self-hosted runner with the --debug flag to produce more verbose console output.
When troubleshooting a self-hosted runner, you can access the _diag folder located in the self-hosted runner's installation directory. This folder contains diagnostic logs that can help you identify the root cause of issues, such as connection problems.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit