mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
Disable message content from DEBUG Logs #3498
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?
Originally created by @The-LittleTeapot on GitHub (Jan 30, 2025).
Hello,
I would like to bring this matter to attention, while it seems subtle it is proving to be a huge issue.
I'm trying to come up with a monitoring solution, the debug logs contain some metada such as user and chat id etc.
The problem is that they also contain the entire chat history as the message content. And this proves to be a huge problem when some users copy paste walls of text or have long winded conversations in a single chat session.
These logs become impossible to parse, they are split into several lines and just make it very difficult to process them.
We need a way to hide or remove the message contents from the logs.
(it would also be nice to get the response times, token etc in the logs aswell).