Skip to content

Instantly share code, notes, and snippets.

@quezo
Created August 26, 2013 20:22
Show Gist options
  • Save quezo/6346186 to your computer and use it in GitHub Desktop.
Save quezo/6346186 to your computer and use it in GitHub Desktop.
io.configure('production', function() {
process.on('uncaughtException', function(err) {
logger.error('Uncaught exception');
logger.error(err.message);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment