DEV Community

Discussion on: What JS Logging library / tool do you use?

Collapse
 
acanimal profile image
Antonio Santiago

I used winston, bunyan and pino (also console.log πŸ˜…) on nodejs apps to log all application activity and storing using some "log rotate" plugin.

Collapse
 
janguianof profile image
Jaime Anguiano

same here! winston, bunyan and pino for da win!