Add more cache debug logging

This commit is contained in:
Daz DeBoer 2021-10-15 11:11:05 -06:00
parent 8ab7c9d8dd
commit 53ccc3e0d7
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 48 additions and 36 deletions

View file

@ -122,6 +122,12 @@ export abstract class AbstractCache {
core.saveState(this.cacheKeyStateKey, cacheKey.key)
this.debug(
`Requesting ${this.cacheDescription} with
key:${cacheKey.key}
restoreKeys:[${cacheKey.restoreKeys}]`
)
const cacheResult = await this.restoreCache(
this.getCachePath(),
cacheKey.key,