diff --git a/src/main.js b/src/main.js index cbd08e78..dbfc94cd 100644 --- a/src/main.js +++ b/src/main.js @@ -106,5 +106,5 @@ process.on('SIGUSR2', () => { require('bluebird'); process.on('unhandledRejection', function (reason, promise) { - LOGGER.fatal('Unhandled rejection: %s', reason.stack); + LOGGER.error('Unhandled rejection: %s', reason.stack); });