[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. #56123

Closed
opened 2026-05-05 18:45:28 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @madaram1 on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15075

Check Existing Issues

  • I have searched the existing issues and discussions.

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:

  • Track individual user activities
  • Log user-specific requests and responses
  • Monitor per-user usage patterns
  • Generate audit trails for specific users
  • Debug issues related to specific user accounts

Desired Solution you'd like

Current Logging Pattern:

The logs follow this pattern:

[LOG_LEVEL] [component.module] action/message
For true user-level logging, you'd expect to see something like:

[LOG_LEVEL] [component.module] [user:john_doe] action/message

Atleast for important crucial configs.

Alternatives Considered

No response

Additional Context

No response

Originally created by @madaram1 on GitHub (Jun 17, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/15075 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### 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: - Track individual user activities - Log user-specific requests and responses - Monitor per-user usage patterns - Generate audit trails for specific users - Debug issues related to specific user accounts ### Desired Solution you'd like **Current Logging Pattern:** The logs follow this pattern: `[LOG_LEVEL] [component.module] action/message ` **For true user-level logging, you'd expect to see something like:** `[LOG_LEVEL] [component.module] [user:john_doe] action/message` Atleast for important crucial configs. ### Alternatives Considered _No response_ ### Additional Context _No response_
Author
Owner

@Classic298 commented on GitHub (Jun 17, 2025):

Why did you close it? If you found a solution please post it.

<!-- gh-comment-id:2980567634 --> @Classic298 commented on GitHub (Jun 17, 2025): Why did you close it? If you found a solution please post it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#56123