Mod instructions r/t enabling debug runner logging: orgs#44093
Mod instructions r/t enabling debug runner logging: orgs#44093mcummings128 wants to merge 1 commit into
Conversation
Clarified that the secret or variable can be set at the organizational level for enabling runner and step debug logging. As in, you can set ACTIONS_RUNNER_DEBUG to true at organization-level and it will work as expected.
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
@mcummings128 Checking to make sure this is the intended function, and I'll let you know what they tell me. |
|
@mcummings128 The Actions team doesn't want to call this functionality out in the docs, because it "could mean a lot more logs" and "typically debug is for debug, not to always be on, and not for an org but for a specific workflow run." I have to defer to them on this one, so we won't be able to accept this PR, but I'm happy you found the functionality if it's helpful for you. |
Why:
Closes: Issue # TBD
What's being changed (if available, include any code snippets, screenshots, or gifs):
Adds to the documentation regarding enabling runner diagnostic logging for Github Actions. (link below)
https://docs.github.com/en/actions/how-tos/monitor-workflows/enable-debug-logging#enabling-runner-diagnostic-logging
Clarifies that the secret or variable can be set at the organization-level for enabling runner and step debug logging. As in, you can set ACTIONS_RUNNER_DEBUG to true at organization-level and it will work as expected. I'm not married to the wording by any means, but it should be explicit this works at both repo and org levels; the current wording makes it sounds like ACTIONS_RUNNER_DEBUG must be set at repo-level
Check off the following: