How to monitor server logs where hosted in galaxy.meteor.com[Help]

We have hosted our project in galaxy.meteor.com. In there I need to monitor server log. Is there any way to see the log from terminal or using 3rd party service like logentries

thanks in advance

meteor logs doesn’t appear to work with Galaxy, so by default you can only access your logs through the Galaxy admin. That being said you could look into using something like winston to capture all logging, then fire it wherever you want (e.g. to logentries using winston-logentries).