Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(general): change cache full logging frequency & message #3193

Merged
merged 2 commits into from Aug 3, 2023

Conversation

julio-lopez
Copy link
Collaborator

Followups to #3085

Change cache full logging frequency to once every 10 minutes. Addresses concerns about too many messages in the logs in #3085

Avoid logging cache key. Instead log the cache description, which provides information about the types of contents being cached.

…nutes

Addresses concernes about too many messages in the logs (kopia#3085)
Instead log the cache description, which provides information about
the types of contents being cached.

Followup to kopia#3085
:
@julio-lopez
Copy link
Collaborator Author

@arouene FYI

@julio-lopez julio-lopez enabled auto-merge (squash) August 3, 2023 19:57
@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02% ⚠️

Comparison is base (a9c5a99) 75.41% compared to head (6d25671) 75.39%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3193      +/-   ##
==========================================
- Coverage   75.41%   75.39%   -0.02%     
==========================================
  Files         459      459              
  Lines       36456    36456              
==========================================
- Hits        27494    27487       -7     
- Misses       7047     7050       +3     
- Partials     1915     1919       +4     
Files Changed Coverage Δ
internal/cache/persistent_lru_cache.go 91.56% <0.00%> (ø)

... and 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@julio-lopez julio-lopez merged commit bb7affe into kopia:master Aug 3, 2023
26 of 27 checks passed
@julio-lopez julio-lopez deleted the fix/cache-log branch August 3, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants