How do you log Meteor output permanently?

We use Kadira right now but it doesn’t help when a server crashes. Is there a way to log all output (i.e. console.log) from both client and server in some permanent service and be able to distinguish servers, times, sessions etc? I would also want to log any restart/crashes there.

I have access to AWS CloudWatch and would prefer using it.

You could replace the console functions to send to your log server, instead of the default behaviour.

More info:

1 Like