fgm / filog

A fine logger package for Meteor.JS applications (client + server)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Cannot read property 'timestamp' of undefined" in MongodbSender.send

yched opened this issue · comments

App works fine with filog 0.1.8.

If upgraded to 0.1.10, we get :

TypeError: Cannot read property 'timestamp' of undefined
  at MongodbSender.send ([...app]/node_modules/filog/lib/Senders/MongodbSender.js:67:18)

on server startup

Duplicate of #18 : until 0.1.11 is released, use the git version from the v0.1.11 branch or the packaged release candidate available on #18.