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 recommend trying another crate like pretty_env_logger since this one is practically not maintained. I'll keep this issue open though, in case somebody else wants to answer (but I don't expect anybody will).
FYI this is now being passively maintained by WG-CLI.
If someone is willing to write up a proposal on the current behavior and new desired behavior for this, we would be willing to evaluate that before moving on to a PR.
Hi!
I'm currently stuck at configuring the logger. By default, if I write the following code:
It will display:
What I'd like to see is:
Which means not displaying the module the log comes from, but displaying the custom target if any is provided.
How can I achieve that? I use
.format_module_path(false)
but it seemed to have no effect.Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: