notaryproject / notation-core-go

Contains support for Notary Project signature envelope, and format specific implementation
Apache License 2.0
14 stars 28 forks source link

Add log to track if crl cache error is been discarded #242

Closed Two-Hearts closed 2 hours ago

Two-Hearts commented 5 hours ago

Currently, there's no message informing users that the crl cache error has been discarded. We need a way to inform users about this so that they would know their crl cache mechanism is failing.

shizhMSFT commented 2 hours ago

The log should be added in the notation-go repo for the cache implementation. notation-core-go will not add any log implementation.