mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-30 00:09:54 +00: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({
|
return new winston.Logger({
|
||||||
transports: [
|
transports: [
|
||||||
new winston.transports.File({
|
new winston.transports.File({
|
||||||
level: 'info',
|
level: 'debug',
|
||||||
filename: path.join(logDirectory, 'log.txt'),
|
filename: path.join(logDirectory, 'log.txt'),
|
||||||
handleExceptions: false,
|
handleExceptions: false,
|
||||||
json: false,
|
json: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user