mirror of
https://github.com/eugeny/tabby
synced 2026-08-25 15:26:36 +00:00
removed duplicate logging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user