[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:
@@ -48,6 +48,7 @@ const defaultPreferences: ConfigV3 = {
|
||||
lastActiveTeam: 0,
|
||||
downloadLocation: getDefaultDownloadLocation(),
|
||||
startInFullscreen: false,
|
||||
logLevel: 'info',
|
||||
};
|
||||
|
||||
export default defaultPreferences;
|
||||
|
Reference in New Issue
Block a user