1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 01:18:39 +03:00

higher log verbosity

This commit is contained in:
Eugene Pankov 2017-11-27 22:37:15 +01:00
parent fa4c59e3c0
commit 2881481fc2

View File

@ -14,7 +14,7 @@ const initializeWinston = (electron: ElectronService) => {
return new winston.Logger({
transports: [
new winston.transports.File({
level: 'info',
level: 'debug',
filename: path.join(logDirectory, 'log.txt'),
handleExceptions: false,
json: false,