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

🔧 Logging behavior to be less verbose under INFO and DEBUG #163

Merged
merged 6 commits into from Jan 29, 2022

Conversation

Ousret
Copy link
Owner

@Ousret Ousret commented Jan 29, 2022

Following Issues #162
#145 AND #134

This library will no longer use any logging levels != DEBUG and TRACE.

TRACE is defined at runtime with the following value 5. Like most of the fellows.
This is the final change regarding this subject.

@Ousret Ousret added the enhancement New feature or request label Jan 29, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2022

Codecov Report

Merging #163 (b222605) into master (ce38494) will decrease coverage by 0.03%.
The diff coverage is 81.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #163      +/-   ##
==========================================
- Coverage   89.45%   89.41%   -0.04%     
==========================================
  Files          11       11              
  Lines        1195     1200       +5     
==========================================
+ Hits         1069     1073       +4     
- Misses        126      127       +1     
Impacted Files Coverage Δ
charset_normalizer/api.py 86.99% <80.00%> (-0.22%) ⬇️
charset_normalizer/constant.py 100.00% <100.00%> (ø)
charset_normalizer/version.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce38494...b222605. Read the comment docs.

@Ousret Ousret merged commit 0cc1528 into master Jan 29, 2022
@Ousret Ousret deleted the tweak-logs-trace branch January 29, 2022 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants