I'm currently using Nitrous.io for Meteor pair programming, but the server logs only show up for the user who is running the server. I tried meteor logs
but it didn't work. Is there a log file that I can monitor with tail
?
How do I see Meteor logs when the server is being run by another user?
74 Views Asked by Thiago Duarte At
3
There are 3 best solutions below
0

You can ask your buddy to output the log to a shared folder, dirty and simple solution. You can also use some cloud based log system. Check this article about this topic by Arunoda: Link
I suggest using a terminal multiplexer like Tmux, that way you guys can share the same terminal window.
We have some information on Tmux here:
http://help.nitrous.io/faq-disconnect/