Cache decorator noisily logs lookup errors #10445
Labels
priority-2-high
Bugs impacting wide number of users or very important features
type:bug
Bug fix of existing functionality
How are you running Renovate?
Describe the bug
The new cache decorator logs lookup errors which were previously ignored quietly.
Relevant debug logs
Click me to see logs
Here is one example:
Have you created a minimal reproduction repository?
Please read the minimal reproductions documentation to learn how to make a good minimal reproduction repository.
Additional context
I think we should only log errors in the cache's own logic and not ones returned from datasources.
The text was updated successfully, but these errors were encountered: