mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #15075] feat: Add granular user-level logging capabilities to Open WebUI that allows administrators to track and log actions, requests, and usage patterns on a per-user basis. #32986
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 @madaram1 on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15075
Check Existing Issues
Problem Description
Currently, Open WebUI only provides system-level and component-level logging through environment variables like GLOBAL_LOG_LEVEL, MODELS_LOG_LEVEL, etc. There is no way to:
Desired Solution you'd like
Current Logging Pattern:
The logs follow this pattern:
[LOG_LEVEL] [component.module] action/messageFor true user-level logging, you'd expect to see something like:
[LOG_LEVEL] [component.module] [user:john_doe] action/messageAtleast for important crucial configs.
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Jun 17, 2025):
Why did you close it? If you found a solution please post it.