mirror of
https://github.com/Eugeny/tabby.git
synced 2025-03-31 15:50:28 +08:00
higher log verbosity
This commit is contained in:
parent
fa4c59e3c0
commit
2881481fc2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user