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 don't know where in the chain this breaks, but when using femme as a logger with this only log::info!("hello", {}) works, but log::info!("hello") gets ignored.
The text was updated successfully, but these errors were encountered:
Edit: Leaving this up in case anyone else finds this, but using 1.0.6 solved the issue for me
I ran into this and did a bit of digging before I found this Issue. I'm not sure if this is related, but this state should be impossible, but somehow is not:
I don't know where in the chain this breaks, but when using
femme
as a logger with this onlylog::info!("hello", {})
works, butlog::info!("hello")
gets ignored.The text was updated successfully, but these errors were encountered: