Merge pull request #28 from sharelatex/ja-quieten-logs

Remove another verbose log object
This commit is contained in:
James Allen 2017-09-20 09:56:01 +02:00 committed by GitHub
commit 8f71dcf113

View file

@ -98,7 +98,7 @@ module.exports = DocManager =
update.lines = lines update.lines = lines
if updateRanges if updateRanges
update.ranges = ranges update.ranges = ranges
logger.log { project_id, doc_id, oldDoc: doc }, "updating doc lines and ranges" logger.log { project_id, doc_id }, "updating doc lines and ranges"
modified = true modified = true
rev += 1 # rev will be incremented in mongo by MongoManager.upsertIntoDocCollection rev += 1 # rev will be incremented in mongo by MongoManager.upsertIntoDocCollection