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:
parent
37eb236948
commit
2403e6d0cb
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user