mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #6641] Disable generate_chat_tags logging (or respect logging level settings) #14431
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bgeneto on GitHub (Nov 1, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6641
Bug Report
Installation Method
Docker compose
Environment
Open WebUI Version: v0.3.35
Ollama (if applicable): n/a
Operating System: Debian 12
Browser (if applicable): Chrome 130.0
Confirmation:
Expected Behavior:
Nothing should be printed in the logs if logging level settings (
GLOBAL_LOG_LEVEL, e.g.) is set to ERROR or CRITICAL.Actual Behavior:
generate_chat_tags logs every request like this:
Description
Bug Summary:
generate_chat_tags logs every request like this:
Reproduction Details
Steps to Reproduce:
just chat with any model and check your logs with
docker logs open-webuiLogs and Screenshots
Browser Console Logs:
n/a
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):
n/a