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
It looks like the only issue is related to the formatting of seconds? It looks like the crate we use to format time may have had some modifications. I'll take a look.
@EvilWatermelon I took a look and chrono has not changed their formatting. I ran some tests and believe "{h({d(%Y-%m-%d %H:%M:%S)} [{l:<5.5}] {M} - {m})}{n}" is the pattern you're looking for. I used the compile_time_config example to test it.
I want that my log looks like this:
But that does not work and looks like this:
And I also want to use colors but that does not work either. What am I doing wrong?
The text was updated successfully, but these errors were encountered: