Added sentry.io logger option

This commit is contained in:
NGPixel
2017-03-29 21:49:30 -04:00
parent 4dd79170c5
commit d13085ac1b
5 changed files with 31 additions and 3 deletions

View File

@@ -212,8 +212,6 @@ server.on('error', (error) => {
server.on('listening', () => {
winston.info('[SERVER] HTTP/WS server started successfully! [RUNNING]')
winston.warn('Something went wrong!')
winston.error('An big error occured!')
})
// ----------------------------------------