mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
[PR #919] [CLOSED] Audit logger docs #907
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/docs/pull/919
Author: @bryanherman
Created: 12/22/2025
Status: ❌ Closed
Base:
dev← Head:audit-logger-docs📝 Commits (1)
681bbabAdd audit logging configuration options to environment variable documentation📊 Changes
1 file changed (+12 additions, -0 deletions)
View changed files
📝
docs/getting-started/env-configuration.mdx(+12 -0)📄 Description
Merge when the following Open WebUI PR gets merged: https://github.com/open-webui/open-webui/pull/20114
This pull request adds documentation for two new environment variables that control where audit logs are output: to standard output and/or to a file. These options give users more flexibility in configuring audit log destinations.
Audit logging configuration:
AUDIT_ENABLE_STDOUTvariable, allowing audit logs to be included in standard output when enabled.AUDIT_ENABLE_FILEvariable, allowing audit logs to be written to a file when enabled, depending onAUDIT_LOG_LEVEL.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.