Skip to content

Commit

Permalink
Update log level for debugging built app
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Feb 20, 2024
1 parent 4b8f793 commit 80858ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/electron/config/logger.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export const LOG_FILE_NAME = {
// see: https://github.com/megahertz/electron-log#log-levels
export const LOG_LEVEL = {
CONSOLE: 'silly' as LevelOption,
FILE: 'info' as LevelOption
FILE: 'silly' as LevelOption
};

0 comments on commit 80858ca

Please sign in to comment.