mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #1370] [MERGED] Improve logging. #20650
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/1370
Author: @ghost
Created: 3/31/2024
Status: ✅ Merged
Merged: 3/31/2024
Merged by: @tjbck
Base:
dev← Head:logging-improvements📝 Commits (1)
144c905Improve logging. Moveprint()statements to appropiatelog().📊 Changes
6 files changed (+31 additions, -16 deletions)
View changed files
📝
backend/apps/images/main.py(+3 -3)📝
backend/apps/images/utils/comfyui.py(+13 -7)📝
backend/apps/ollama/main.py(+1 -1)📝
backend/apps/rag/main.py(+3 -3)📝
backend/config.py(+2 -0)📝
backend/utils/webhook.py(+9 -2)📄 Description
Pull Request Checklist
Description
Move
print()statements to appropiatelog(). Add COMFYUI and WEBHOOK logging and associated environment variable control. Add WEBHOOK payload & request debug logs. Relates to #1282.Changelog Entry
Added
Fixed
print()statements to appropiatelog()🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.