mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove change that is not required
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
7b0ac796d2
commit
0582b62a11
@ -63,7 +63,7 @@ if (ipcMain) {
|
|||||||
*/
|
*/
|
||||||
dirname: app.getPath("logs"),
|
dirname: app.getPath("logs"),
|
||||||
maxsize: 16 * 1024,
|
maxsize: 16 * 1024,
|
||||||
maxFiles: 1,
|
maxFiles: 16,
|
||||||
tailable: true,
|
tailable: true,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user