mongodb - Check if what collection is updated in the database -


i trying edit work created using mean stack. comparing database local , database server. how can know collection being updated everytime doing in server?

everytime trying check webservice, server returns value, while local returns 0.

p.s. copy of project in local same copy of project in server

add logging backend layer. update , create methods in restful service. looking @ logs can tell called.

you can have lastupdated datetime field each collection , query collections later see 1 got updated when.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -