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
First of all, I would like to thank the developer for providing the excellent rust library of steno. During my use, I found that the entire log is based on slog. I learned about slog and it is also a very excellent library. However, most of the applications and libraries I built, or almost all of them, are using tracing, and the official slog library no longer recommends using slog but recommends tracing. I hope you can consider changing the log library to tracing.
In my current project, I am making an intermediate layer to convert the steno log library to the tracing library. Although it works, it is a lot more work.