1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 10:32:29 +03:00

removed duplicate logging

This commit is contained in:
Eugene Pankov 2019-06-04 17:10:50 +02:00
parent 807cb0aac4
commit 673cc2f9f9

View File

@ -20,11 +20,6 @@ const initializeWinston = (electron: ElectronService) => {
handleExceptions: false,
maxsize: 5242880,
maxFiles: 5,
}),
new winston.transports.Console({
level: 'debug',
handleExceptions: false,
format: winston.format.colorize(),
})
],
exitOnError: false