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
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
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