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

Make logging less verbose #237

Merged
merged 1 commit into from
Mar 23, 2024
Merged

Make logging less verbose #237

merged 1 commit into from
Mar 23, 2024

Conversation

shyamd
Copy link
Owner

@shyamd shyamd commented Mar 23, 2024

This PR makes the logging less verbose by switching a statement from INFO to DEBUG and using one less DEBUG logging statement in the config method.

This should fix #236

Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.97%. Comparing base (9af305a) to head (aed3fb3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #237   +/-   ##
=======================================
  Coverage   97.97%   97.97%           
=======================================
  Files           3        3           
  Lines         198      198           
=======================================
  Hits          194      194           
  Misses          4        4           

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

@shyamd shyamd merged commit 1496fab into main Mar 23, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the logging less verbose
1 participant