[PR #296] [CLOSED] Do not print body in rate_limit_filter_pipeline #365

Closed
opened 2026-02-15 20:15:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/296
Author: @diwakar-s-maurya
Created: 10/14/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 03b91bd Do not print body in rate_limit_filter_pipeline

📊 Changes

1 file changed (+0 additions, -2 deletions)

View changed files

📝 examples/filters/rate_limit_filter_pipeline.py (+0 -2)

📄 Description

This PR removes logging the variable "body" and "user". These contains userinfo and full conversation respectively. Logging them always without any control is not best practice.


🔄 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/pipelines/pull/296 **Author:** [@diwakar-s-maurya](https://github.com/diwakar-s-maurya) **Created:** 10/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`03b91bd`](https://github.com/open-webui/pipelines/commit/03b91bde661d9032f96a9985485efe502bc73512) Do not print body in rate_limit_filter_pipeline ### 📊 Changes **1 file changed** (+0 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `examples/filters/rate_limit_filter_pipeline.py` (+0 -2) </details> ### 📄 Description This PR removes logging the variable "body" and "user". These contains userinfo and full conversation respectively. Logging them always without any control is not best practice. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:16 -05:00
yindo closed this issue 2026-02-15 20:15:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#365