Which logger do you use?
I've been exploring deno on one of my side projects. I'm quite in love with it!
But I am struggling with finding a good logger library. Using pino gave me some errors and the @deno-library/logger ist far to light weight for my preference.
Do you have any recommendations for some more log levels, remote logging would be great and also the ability to hook into the logger to write the logs to an additional output.
Thanks
3 Replies
planning to use https://jsr.io/@logtape/logtape
JSR
@logtape/logtape - JSR
@logtape/logtape on JSR: Simple logging library with zero dependencies for Deno/Node.js/Bun/browsers
Check out https://github.com/onjara/optic
GitHub
GitHub - onjara/optic: A powerful logging framework for Deno
A powerful logging framework for Deno. Contribute to onjara/optic development by creating an account on GitHub.
using @std/log, still not stable yet but no complains so far