1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Change log level to file always be debug (#6462)

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-26 16:02:39 -04:00 committed by GitHub
parent 37eb236948
commit 2403e6d0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ if (ipcMain) {
transports.push( transports.push(
new winston.transports.File({ new winston.transports.File({
handleExceptions: false, handleExceptions: false,
level: logLevel, level: "debug",
filename: "lens.log", filename: "lens.log",
/** /**
* SAFTEY: the `ipcMain` check above should mean that this is only * SAFTEY: the `ipcMain` check above should mean that this is only