mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Logging broken in 0.3.8? #1504
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 @clang88 on GitHub (Jul 12, 2024).
Bug Report
Description
It appears that when upgrading from 0.3.8 broke logging. Eventhough DEBUG is enabled, almost no new logs are visible.
Bug Summary:
Here is a comparison between the logs in 0.3.7 and 0.3.8:
0.3.7
0.3.8
(Nothing new is ever added after this...)
Steps to Reproduce:
Update to 0.3.8 and set log level to DEBUG (any log-level really doesn't work) (docker env: GLOBAL_LOG_LEVEL=DEBUG=
Expected Behavior:
To see more logs.
Actual Behavior:
Shows no (or almost no) new logs)
Environment
Open WebUI Version: 0.3.8
Operating System: Ubuntu 22.04
Browser (if applicable): Chrome