Skip to content

fix: use log level 1 for debug#3039

Merged
acpana merged 3 commits into
masterfrom
acpana-patch-1
Oct 9, 2023
Merged

fix: use log level 1 for debug#3039
acpana merged 3 commits into
masterfrom
acpana-patch-1

Conversation

@acpana
Copy link
Copy Markdown
Contributor

@acpana acpana commented Oct 5, 2023

Verbosity log levels (V level) are additive so starting at 2 is actually a higher level than Debug. So in effect, today, if users use log-level=DEBUG any log line that uses loggging.Debug as its V level will not see the line since we don't have a control for higher verbosity (>1) yet.

Not sure why it was 2 to begin with but I think it may have been missed on the original PR that introduced it #482.

todo

Signed-off-by: alex <8968914+acpana@users.noreply.github.com>
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 5, 2023

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.46%. Comparing base (5c99159) to head (d61780f).
⚠️ Report is 728 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3039      +/-   ##
==========================================
- Coverage   52.49%   52.46%   -0.03%     
==========================================
  Files         134      134              
  Lines       11937    11948      +11     
==========================================
+ Hits         6266     6269       +3     
- Misses       5179     5188       +9     
+ Partials      492      491       -1     
Flag Coverage Δ
unittests 52.46% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Member

@sozercan sozercan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM

Copy link
Copy Markdown
Contributor

@maxsmythe maxsmythe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@acpana acpana merged commit e18ebbc into master Oct 9, 2023
@sozercan sozercan deleted the acpana-patch-1 branch October 10, 2023 01:02
Mattes83 pushed a commit to Mattes83/gatekeeper that referenced this pull request Oct 25, 2023
Signed-off-by: alex <8968914+acpana@users.noreply.github.com>
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.

4 participants