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

refactor(logging): Reduce loglevel of blob GC #1866

Merged
merged 3 commits into from
Dec 7, 2023
Merged

refactor(logging): Reduce loglevel of blob GC #1866

merged 3 commits into from
Dec 7, 2023

Conversation

flub
Copy link
Contributor

@flub flub commented Dec 6, 2023

Description

The blob GC was logging at info level, filling the info-level log with
tons of repeated messages that are pretty useless. They probably all
belong on debug, or maybe even below.

Notes & open questions

Possibly some of these might be info if they carry something useful,
like showing a number that's not 0 or so. But as a first
approximation reducing everything to debug seems about right.

Change checklist

  • Self-review.
  • Documentation updates if relevant.
  • Tests if relevant.

The blob GC was logging at info level, filling the info-level log with
tons of repeated messages that are pretty useless.  They probably all
belong on debug, or maybe even below.
@flub flub requested a review from rklaehn December 6, 2023 10:54
@flub flub enabled auto-merge December 7, 2023 09:29
@flub flub added this pull request to the merge queue Dec 7, 2023
Merged via the queue into main with commit 3b1652c Dec 7, 2023
@flub flub deleted the flub/gc-log-level branch December 7, 2023 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants