From 2403e6d0cbfba01d15e403ecc7efb092a991bdae Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 26 Oct 2022 16:02:39 -0400 Subject: [PATCH] Change log level to file always be debug (#6462) Signed-off-by: Sebastian Malton Signed-off-by: Sebastian Malton --- src/common/logger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/logger.ts b/src/common/logger.ts index d9d2c7fa1a..231729cc44 100644 --- a/src/common/logger.ts +++ b/src/common/logger.ts @@ -55,7 +55,7 @@ if (ipcMain) { transports.push( new winston.transports.File({ handleExceptions: false, - level: logLevel, + level: "debug", filename: "lens.log", /** * SAFTEY: the `ipcMain` check above should mean that this is only