Document the CACHE_DEBUG_ENABLED flag

This commit is contained in:
Daz DeBoer 2021-10-14 10:39:12 -06:00 committed by GitHub
parent 29894757f3
commit 78e25cd233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,6 +182,15 @@ You can enable read-only caching for any of the caches as follows:
cache-read-only: true
```
### Cache debugging
It is possible to enable additional debug logging for cache operations. You do via the `CACHE_DEBUG_ENABLED` environment variable:
```yaml
env:
CACHE_DEBUG_ENABLED: true
```
## Build scans
If your build publishes a [build scan](https://gradle.com/build-scans/) the `gradle-build-action` action will: