diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-03-04 10:32:54 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-03-04 10:32:54 +0100 |
| commit | b237fef59031530ad07c33fc0be0fb20b99437a0 (patch) | |
| tree | 1febe8383e4969f8570112e08c056b0b78ef149a /gui/src | |
| parent | 0e63d462e2cb26e299d567fce194ceea89a7069c (diff) | |
| download | mullvadvpn-b237fef59031530ad07c33fc0be0fb20b99437a0.tar.xz mullvadvpn-b237fef59031530ad07c33fc0be0fb20b99437a0.zip | |
Add frontend.log to log file cleanup
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/main/logging.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/main/logging.ts b/gui/src/main/logging.ts index 23c0f6ad1d..79a42b35c1 100644 --- a/gui/src/main/logging.ts +++ b/gui/src/main/logging.ts @@ -4,7 +4,7 @@ import path from 'path'; import { IpcMainEventChannel } from './ipc-event-channel'; import { LogLevel, ILogInput, ILogOutput } from '../shared/logging-types'; -export const OLD_LOG_FILES = ['main.log', 'renderer.log']; +export const OLD_LOG_FILES = ['main.log', 'renderer.log', 'frontend.log']; export class FileOutput implements ILogOutput { private fileDescriptor: number; |
