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
dev
logging-improvements
144c905
print()
log()
6 files changed (+31 additions, -16 deletions)
📝 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)
backend/apps/images/main.py
backend/apps/images/utils/comfyui.py
backend/apps/ollama/main.py
backend/apps/rag/main.py
backend/config.py
backend/utils/webhook.py
Move print() statements to appropiate log(). Add COMFYUI and WEBHOOK logging and associated environment variable control. Add WEBHOOK payload & request debug logs. Relates to #1282.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.