diff options
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/main/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts index c707f29cf6..ede8384e67 100644 --- a/gui/src/main/index.ts +++ b/gui/src/main/index.ts @@ -354,8 +354,8 @@ class ApplicationMain { backupLogFile(mainLogPath); backupLogFile(rendererLogPath); - log.addOutput(new FileOutput(LogLevel.debug, mainLogPath)); - this.rendererLog.addOutput(new FileOutput(LogLevel.debug, rendererLogPath)); + log.addOutput(new FileOutput(LogLevel.verbose, mainLogPath)); + this.rendererLog.addOutput(new FileOutput(LogLevel.verbose, rendererLogPath)); } catch (e) { const error = e as Error; console.error('Failed to initialize logging:', error); |
