[MM-54170] Automatically set the logging level to info if not specified (#2811)

* [MM-54170] Automatically set the logging level to info if not specified

* Fix test
This commit is contained in:
Devin Binnie
2023-09-01 11:52:11 -04:00
committed by GitHub
parent 80fcbf27c3
commit 06872452f4
3 changed files with 12 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ const defaultPreferences: ConfigV3 = {
lastActiveTeam: 0,
downloadLocation: getDefaultDownloadLocation(),
startInFullscreen: false,
logLevel: 'info',
};
export default defaultPreferences;