Tuesday, 2 May 2017

Storing log data with mongoose after every creation or update

I'm using nodejs and mongodb, I wan to create a log system that stores data when mongoose fires queries(creating entry or update fields) so I can keep track of users.

is there a certain plugin for mongoose or I have to do my own system from scratch ?

Thanks in advance



via user3711521

No comments:

Post a Comment