mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +08:00
Update README.md
This commit is contained in:
parent
faecef076b
commit
5512434733
@ -358,7 +358,9 @@ gradle-home-cache-cleanup: true
|
|||||||
## Debugging and Troubleshooting
|
## Debugging and Troubleshooting
|
||||||
|
|
||||||
To debug a failed job, it can be useful to run with [debug logging enabled](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging).
|
To debug a failed job, it can be useful to run with [debug logging enabled](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging).
|
||||||
You can enable debug logging either by adding an `ACTIONS_STEP_DEBUG` variable to your repository configuration, or by re-running a Job and checking the "Enable debug logging" box.
|
You can enable debug logging either by:
|
||||||
|
1. Adding an `ACTIONS_STEP_DEBUG` variable to your repository configuration ([see here](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging)).
|
||||||
|
2. By re-running a Job and checking the "Enable debug logging" box ([see here](https://github.blog/changelog/2022-05-24-github-actions-re-run-jobs-with-debug-logging/)).
|
||||||
|
|
||||||
### Increased logging from Gradle builds
|
### Increased logging from Gradle builds
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user