[ad_1]
I'm planning to use log4javascript
or JSNLog
for frontend logging in my project. I want to send the log messages from the frontend to the server, so that I can use them for debugging in production. Both of these libraries provide this functionality but I'm looking for a solution to manage these log messages after they are on the server. Initially, I plan to store these log messages in a database but I don't want to see just a whole stack of error messages as that wouldn't help much in debugging.
So, what do you use for managing this?
[ad_2]
لینک منبع