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

Increase log file maxsize from 16KB to 1MB (#6458)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2022-10-24 14:47:34 +03:00 committed by GitHub
parent 4f7776789b
commit 8a2492a24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}),