mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
higher log verbosity
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user