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?
相关问题
- I want to trace logs using a Macro multi parameter
- Error message 'No handlers could be found for
- convert logback.xml to log4j.properties
- Django management command doesn't show logging
- A good way to define default rendering templates i
相关文章
- how do I log requests and responses for debugging
- Android Studio doesn't display logs by package
- External dependencies (like bootstrap) in Meteor
- Stacktrace does not print in Glassfish 4.1 Cluster
- Out of curiosity — why don't logging APIs impl
- Laravel log file based on date
- Java -How to get logger to work in shutdown hook?
- how to properly configure meteor to work with node
Use the built in meteor command to load the most recent logs:
Works with
meteor mongo
too!