Meteor development server logs

Hi Folks! I’m new to meteor but I’ve done rails development in the past. I’m wondering if there is a way to display the server side access logs and transaction when running the development server. In rails when you start your development server you see all the underlying transactions the rails engine is processing for every request to the server. Is there something similar to this in meteor? Thanks!

In general you can do that by hand. Also the chrome inspector can be of use.

To monitor the data you could look at: https://meteorhacks.com/discover-meteor-ddp-in-realtime.html