diff --git a/invokeai/frontend/web/src/features/system/store/systemSlice.ts b/invokeai/frontend/web/src/features/system/store/systemSlice.ts index a74e6dca7e..41cb33f88c 100644 --- a/invokeai/frontend/web/src/features/system/store/systemSlice.ts +++ b/invokeai/frontend/web/src/features/system/store/systemSlice.ts @@ -107,7 +107,7 @@ const initialSystemState: SystemState = { subscribedNodeIds: [], wereModelsReceived: false, wasSchemaParsed: false, - consoleLogLevel: 'error', + consoleLogLevel: 'debug', shouldLogToConsole: true, statusTranslationKey: 'common.statusDisconnected', canceledSession: '',