Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
groupcache: reduce log severity (#5323)
Sometimes certain operations can fail with some error(-s) being expected e.g. a deletion marker might or might not exist. Thus, these log lines could get triggered even though nothing bad is happening. Since the expected errors are known only at the very end, near the call site, and because `error`s are already logged in other places, and because these Fetch()/Store() functions are working in best-effort scenario, I propose reducing the severity of these log lines to `debug`. Fixes #5265. Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com> Signed-off-by: Wiard van Rij <wvanrij@roku.com>
- Loading branch information