Search code examples
meteornitrousio

How do I see Meteor logs when the server is being run by another user?


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?


Solution

  • 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/