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:
parent
4f7776789b
commit
8a2492a24a
@ -62,7 +62,7 @@ if (ipcMain) {
|
|||||||
* called in the main process
|
* called in the main process
|
||||||
*/
|
*/
|
||||||
dirname: app.getPath("logs"),
|
dirname: app.getPath("logs"),
|
||||||
maxsize: 16 * 1024,
|
maxsize: 1024 * 1024,
|
||||||
maxFiles: 16,
|
maxFiles: 16,
|
||||||
tailable: true,
|
tailable: true,
|
||||||
}),
|
}),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user