Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger #34

Open
bjohansebas opened this issue Jan 31, 2025 · 1 comment
Open

Logger #34

bjohansebas opened this issue Jan 31, 2025 · 1 comment

Comments

@bjohansebas
Copy link
Contributor

Use a logger like Pino to debug better

@wesleytodd
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants