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

BREAKING(log): remove NOTSET LogLevel #6078

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

timreichen
Copy link
Contributor

@timreichen timreichen commented Sep 28, 2024

Changes
This PR removes the NOTSET LogLevel.

Reasoning
Instead of NOTSET loggers should be initialized with the default set LogLevel (which is INFO).

Copy link

codecov bot commented Sep 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.56%. Comparing base (a4cd8af) to head (ae6d237).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6078   +/-   ##
=======================================
  Coverage   96.55%   96.56%           
=======================================
  Files         534      534           
  Lines       40589    40588    -1     
  Branches     6093     6093           
=======================================
+ Hits        39190    39192    +2     
+ Misses       1355     1352    -3     
  Partials       44       44           

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

@kt3k kt3k added the feedback welcome We want community's feedback on this issue or PR label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback welcome We want community's feedback on this issue or PR log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants