From d93a5255596a87e0eb42675b848385b23ff8a2f3 Mon Sep 17 00:00:00 2001 From: Egor Date: Fri, 12 Dec 2025 21:51:57 -0800 Subject: [PATCH] change openwebui log level to 'warning' to reduce terminal spam --- package.json | 2 +- src/main/modules/openwebui.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 191722b..87814a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gerbil", "productName": "Gerbil", - "version": "1.16.1", + "version": "1.16.2", "description": "Run Large Language Models locally", "main": "out/main/index.js", "homepage": "./", diff --git a/src/main/modules/openwebui.ts b/src/main/modules/openwebui.ts index 8e110f2..f32c3d0 100644 --- a/src/main/modules/openwebui.ts +++ b/src/main/modules/openwebui.ts @@ -108,6 +108,7 @@ export async function startFrontend(args: string[]) { WEBUI_SECRET_KEY: 'gerbil', ENABLE_OLLAMA_API: 'false', USER_AGENT: `Gerbil/${appVersion}`, + GLOBAL_LOG_LEVEL: 'warning', }; if (isImageMode) {