How to monitor Meteor.com server-side logs

2019-02-21 19:30发布

I'm looking for a way to get the server logs from a Meteor app deployed as myapp.meteor.com. Ideally, a configuration or package I can use which will send in real-time the logs of the remote server to a local terminal (Linux/OSX). Is there a straight forward way to achieve this?

1条回答
虎瘦雄心在
2楼-- · 2019-02-21 19:51

Use the built in meteor command to load the most recent logs:

meteor logs myapp.meteor.com

Works with meteor mongo too!

查看更多
登录 后发表回答