mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #10860] [MERGED] feat: add audit logging feature #22607
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/10860
Author: @tjbck
Created: 2/27/2025
Status: ✅ Merged
Merged: 2/27/2025
Merged by: @tjbck
Base:
dev← Head:audit-log-dev📝 Commits (3)
39c6ecbfeat: add audit logger middleware and custom logger using loguru76e90d9Merge pull request #10436 from victorstevansuse/feat/audits2d379cbchore: pyproject📊 Changes
6 files changed (+437 additions, -0 deletions)
View changed files
📝
backend/open_webui/env.py(+22 -0)📝
backend/open_webui/main.py(+20 -0)➕
backend/open_webui/utils/audit.py(+249 -0)➕
backend/open_webui/utils/logger.py(+140 -0)📝
backend/requirements.txt(+3 -0)📝
pyproject.toml(+3 -0)📄 Description
#10436
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.