[PR #1370] [MERGED] Improve logging. #20650

Closed
opened 2026-04-20 03:06:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: logging-improvements


📝 Commits (1)

  • 144c905 Improve logging. Move print() statements to appropiate log().

📊 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: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?

Description

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.


Changelog Entry

Added

  • COMFYUI and WEBHOOK logging and associated environment variable control
  • Add WEBHOOK payload & request debug logs

Fixed

  • Move print() statements to appropiate log()

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/1370 **Author:** [@ghost](https://github.com/ghost) **Created:** 3/31/2024 **Status:** ✅ Merged **Merged:** 3/31/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `logging-improvements` --- ### 📝 Commits (1) - [`144c905`](https://github.com/open-webui/open-webui/commit/144c9059a30193d228a8a2bcf4a1bfe98426aee6) Improve logging. Move `print()` statements to appropiate `log()`. ### 📊 Changes **6 files changed** (+31 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ## Pull Request Checklist - [X] **Description:** Briefly describe the changes in this pull request. - [X] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation? - [X] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? --- ## Description 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. --- ### Changelog Entry ### Added - COMFYUI and WEBHOOK logging and associated environment variable control - Add WEBHOOK payload & request debug logs ### Fixed - Move `print()` statements to appropiate `log()` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 03:06:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#20650