What logging system do you use?

Hi there,

I was wondering if any of you use some advanced logging system and what would be your recommendation for Corvid?

There are several options such as:

  1. https://www.npmjs.com/package/log4js

  2. https://www.npmjs.com/package/winston

  3. https://www.npmjs.com/package/bunyan

I’m building larger and larger apps and logging is getting a bit messy as sites grow. I would like to use some complex logging system to keep everything clear

Quentin, if you test any of them, please let us know.

What about the options under Site Monitoring? Advantages/Disadvantages?

The site monitoring is good to view log and to keep log history. I’m more concerne about how to create logs. How to organize them so relevant information is available and easy to explore.

I guess I’m also looking for best practices which, I hope, are enforced in those tools.

Do you have any recommendations about how to build/create logs?

ps: I’ve got to say I don’t master the google stack drive and I’m sure there are many useful features in it but I’ve got to explore it

Can you provide a use-case you have in mind? Might be able to suggest something based on that.

So as the size of the application I develop grow I want to organize logs in an optimal fashion so I can quickly search & read them and understand their context something like

[file][method][section][severity] message

But I want to use some tools so I don’t have to invent that whole system myself something like bunyan seems to be close to what I’m looking for