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
For cli's and tooling, Pino can actually be quite a pain. It is optimized for server and high concurrency use cases, which means it has buffering and back pressure and stuff like that that is 100% not needed in a tool like this. I maintain loggerr which is more well suited for these more simple use cases, might be a good fit here.
Use a logger like Pino to debug better
The text was updated successfully, but these errors were encountered: