All server-side console.<error/info/log/warn> are stored in MongoDB. You also
get a convenience client-side logger which shows the stored logs in the client's
console.
meteor add hansoft:logger-mongoEnable the logger server-side to start storing logs into MongoDB. Enable on client-side to start showing logs in the client's console.
// Enable with default options
Logger.enable();
Logger.disable();Documentation coming soon.