diff --git a/src/common/logger.ts b/src/common/logger.ts index fd9345d61e..d9d2c7fa1a 100644 --- a/src/common/logger.ts +++ b/src/common/logger.ts @@ -62,7 +62,7 @@ if (ipcMain) { * called in the main process */ dirname: app.getPath("logs"), - maxsize: 16 * 1024, + maxsize: 1024 * 1024, maxFiles: 16, tailable: true, }),