change openwebui log level to 'warning' to reduce terminal spam

This commit is contained in:
Egor 2025-12-12 21:51:57 -08:00
parent 6fe6e76a38
commit d93a525559
2 changed files with 2 additions and 1 deletions

View file

@ -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": "./",

View file

@ -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) {