How to handle uncaught errors on server side?

By default, meteor will log uncaught errors into console. I use another logger, I want a way to handle all uncaught errors and log them using my logger. It would be better if I could also disable logging them to console.

Do you have any suggestions? Thanks.