A comparison of the Bunyan and Winston Node.js logging frameworks by Alex Gorbatchev

1,269 views
Skip to first unread message

Shubhra Kar

unread,
Jun 24, 2014, 12:38:50 PM6/24/14
to nod...@googlegroups.com
We often try to choose the right logging framework for Node.js projects. Check this blog out for the gap-fit analysis for making the right decision.


Kind Regards,
Shubhra Kar

Product Manager, StrongLoop

StrongLoop makes it easy to Rapidly develop APIs in Node.js, plus get DevOps capabilities like monitoring, debugging and clustering.

Denis Bardadym

unread,
Jun 24, 2014, 1:54:03 PM6/24/14
to nod...@googlegroups.com
Well, it will be good to include 'intel' logger also, it is quite nice, maybe not popular, but whom came from more old languages will see its advantages from first view.


--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
To post to this group, send email to nod...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/7aea9f1e-5af2-49e5-810d-a4808f4275ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

WooD Fung

unread,
Jun 25, 2014, 6:37:17 AM6/25/14
to nod...@googlegroups.com
i am the author of "ln". ln is a high performance file logging lib for nodejs and it is super fast in file logging and i do prepare a benchmark script for you to compare the speed, memory usage with bunyan, winston and others. mine did the best.

Other than that, ln does support log rotation on a single file under cluster module and it is not using master logging mechanism. you can also customize the filename with date. I made a test case which will rotate the log file every millisecond and it does not throw any errors

for the details, please check http://github.com/wood1986/ln

Reply all
Reply to author
Forward
0 new messages