mirror of
https://github.com/kopia/kopia.git
synced 2026-03-05 14:57:36 -05:00
fix(general): change cache full logging frequency to once every 10 minutes Addresses concerns about too many messages in the logs (#3085) fix(general): avoid logging cache key. Instead log the cache description, which provides information about the types of contents being cached. Followups to #3085