You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can imagine it being useful to sometimes log out trace messages from library code (e.g. embedded databases, etc.) Should we perhaps introduce a method / flag that doesn't filter?
The text was updated successfully, but these errors were encountered:
It is my understanding that this is a good default and that it can be overwritten by setting the RUST_LOG env var to something like RUST_LOG=foo=trace. Haven't looked at this in a while though
@killercup you're probably the right person to ask, but: why are we filtering messages in
.setup_env_logger()
?I can imagine it being useful to sometimes log out trace messages from library code (e.g. embedded databases, etc.) Should we perhaps introduce a method / flag that doesn't filter?
The text was updated successfully, but these errors were encountered: