Log management for the server
It is the first time I need to implement logging and I am not sure who to ask.
There is a 2 kind of informations I want to track :
- how long each request take server side
- for each user what are the request they make and on which frequency
I am not sure if both of those information can be tracked with the same tool.
Also should I just implement it myself by adding a line in my database every time I get a request ?
I am in the process of migrating my apps so for now I can't use axiom next on the server, at least for a few more weeks I will need to use express still, and axiom send me in a rabbit hole of adding winston, and may morgan ? This seems complicated, and for a problem as common as simple server logs I don't think it should be that complicated, what am I missing ?
0 Replies