mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-05 00:10:27 -05:00
[PR #7274] [MERGED] Fix: logging cleanup #109348
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/7274
Author: @DmitriyAlergant
Created: 11/23/2024
Status: ✅ Merged
Merged: 11/23/2024
Merged by: @tjbck
Base:
dev← Head:fix/logging_cleanup📝 Commits (2)
d24c21bFix374d6caPython Formatting (Failed CI - fixed)📊 Changes
4 files changed (+61 additions, -40 deletions)
View changed files
📝
backend/open_webui/apps/openai/main.py(+0 -2)📝
backend/open_webui/apps/webui/main.py(+13 -4)📝
backend/open_webui/apps/webui/utils.py(+11 -6)📝
backend/open_webui/main.py(+37 -28)📄 Description
Logging cleanup: removed some extraneous hard prints (including some that revealed message content!); improved debug logging a bit + added chat_id to task metadata (helpful for logging/tracking in some pipe functions)
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.