open-webui / pipelines

Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework
MIT License
997 stars 316 forks source link

Do not print body in rate_limit_filter_pipeline #296

Closed diwakar-s-maurya closed 1 month ago

diwakar-s-maurya commented 1 month ago

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.