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

Conditionally disable / enable logging #590

Merged
merged 8 commits into from
Dec 7, 2023
Merged

Conversation

errrken
Copy link
Contributor

@errrken errrken commented Nov 23, 2023

If any receiver returns False, no logging will be made. This can be useful if logging should be conditionally enabled / disabled

Closes #589 possibly #586

Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c581a6e) 94.85% compared to head (f580d30) 94.86%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #590      +/-   ##
==========================================
+ Coverage   94.85%   94.86%   +0.01%     
==========================================
  Files          31       31              
  Lines        1011     1013       +2     
==========================================
+ Hits          959      961       +2     
  Misses         52       52              

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

Removed trailing whitespace...
@hramezani
Copy link
Member

Thanks @errrken for this patch. please:

CHANGELOG.md Outdated Show resolved Hide resolved
@errrken
Copy link
Contributor Author

errrken commented Nov 24, 2023 via email

@errrken
Copy link
Contributor Author

errrken commented Dec 7, 2023

Hi,
@aqeelat, @aleh-rymasheuski - any update on this?

Thanks

@errrken
Copy link
Contributor Author

errrken commented Dec 7, 2023

Thanks y'all, may I ask out of curiosity when we can expect it to be merged and when you expect 3.0 to be released?

@hramezani
Copy link
Member

It will be released in the next beta release.
I am not sure about v3 release time

@hramezani hramezani merged commit 140719e into jazzband:master Dec 7, 2023
8 checks passed
@errrken
Copy link
Contributor Author

errrken commented Dec 8, 2023

It will be released in the next beta release. I am not sure about v3 release time

Allright, so there will be one more beta? Any idea when that will be released?

@hramezani
Copy link
Member

probably after we merged #592

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.

Conditionally disable logging
3 participants