-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Revert #43641 #44079
Revert #43641 #44079
Conversation
This reverts commit 02f7332.
As you mentioned on that PR though, it seem we do expect it to support minlevel and other standard logger features such as maxlog |
Hm ok :). Do we want to keep #43641 then? Do we want this additionally? I do think it's useful on it's own. Maybe I should make these two separate PRs so they can be discussed individually. |
ebb731a
to
d9f4f18
Compare
TestLogger
and LogRecord
; revert #43641
Ok, I made this PR just the revert and pulled the other commit out to #44080. And then I guess maybe we should close this if we want a TestLogger to act kind of like a usual logger, supporting maxlog and minlevel? cc @fredrikekre |
Lets make respecting max log optional, just like the min level then? By default I think it should capture everything, but if you want to test something else you can configure it. |
Sure, do you think just |
Yea, something like that. |
Closing in favor of #44085 |
Reverts #43641 as discussed there and in #44016