Note: This is no longer needed now that now does logging
Using https://logs.now.sh
Meteor project: meteor npm install now-logs --save
Terminal: npm install now-logs -g
Meteor server/main.js: require('now-logs')('your-made-up-secret')
Terminal: now-logs your-made-up-secret
VoilĂ !
Notes: There is no history - realtime only.
Currently I’m adding this into my packages.json:
"logs": "now-logs your-made-up-secret"