mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #14032] issue: Logging Backend Config for no apparent reason #17114
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 @MariusWilsch on GitHub (May 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14032
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.9
Ollama Version (if applicable)
N/A
Operating System
Ubuntu 22.04
Browser (if applicable)
Arc
Confirmation
README.md.Expected Behavior
No logging of backend config to browser console.
Actual Behavior
The backend config is being logged to the browser console, exposing sensitive configuration data that should not be visible to users. The following code in the frontend is causing the issue:
Setting
GLOBAL_LOG_LEVELtoWARNINGorCRITICALdoes not affect frontend logging behavior.Steps to Reproduce
Logs & Screenshots
Security Concern
This exposes potentially sensitive configuration details to anyone who opens the browser console, which presents a security risk.
@tjbck commented on GitHub (May 19, 2025):
Intended behaviour and is not a security concern.