Hide message contents from debug logs #546
Replies: 1 comment 4 replies
-
I don't know where did you get the logs, probably you are using another library? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Is it possible to hide or supress the messages contents from the DEBUG logs?
DEBUG [open_webui.utils.middleware] form_data: {'stream': True, 'model': 'llama3.1:latest', 'messages': [{'role': 'user', 'content': 'Hi chat hows it gong'}, {'role': 'assistant', 'content': "It's going great, thanks for asking! I'm a large language model, so I don't have feelings or emotions like humans do, but I'm always happy to chat with you and help with any questions or topics you'd like to discuss. How about you? How's your day going so far?"}], 'features': {'web_search': False}, 'metadata': {'user_id': '3bca1cf1-d5e6-4784-9f4f-c07077634e2d', 'chat_id': '5656a26e-9d34-4534-88fc-b6f4a1f192c8', 'message_id': '546bfc64-95b4-45b2-8de4-116a51b17572', 'session_id': 'u9uI5KPwgRm0kcOdAAAB', 'tool_ids': None, 'files': None, 'features': {'web_search': False}}, 'options': {}}
Beta Was this translation helpful? Give feedback.
All reactions