mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix unit test failure
Signed-off-by: Trevor Nichols <trevor@nichols.id.au>
This commit is contained in:
parent
b1d15d44fe
commit
42f352b73a
@ -11,7 +11,7 @@ const fileOptions: winston.transports.FileTransportOptions = {
|
||||
handleExceptions: false,
|
||||
level: isDebugging ? "debug" : "info",
|
||||
filename: "lens.log",
|
||||
dirname: (app || remote.app).getPath("logs"),
|
||||
dirname: (app ?? remote?.app)?.getPath("logs"),
|
||||
maxsize: 16 * 1024,
|
||||
maxFiles: 16,
|
||||
tailable: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user