[PR #919] [CLOSED] Audit logger docs #907

Closed
opened 2026-02-15 18:16:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/919
Author: @bryanherman
Created: 12/22/2025
Status: Closed

Base: devHead: audit-logger-docs


📝 Commits (1)

  • 681bbab Add 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:

  • Added documentation for the AUDIT_ENABLE_STDOUT variable, allowing audit logs to be included in standard output when enabled.
  • Added documentation for the AUDIT_ENABLE_FILE variable, allowing audit logs to be written to a file when enabled, depending on AUDIT_LOG_LEVEL.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/919 **Author:** [@bryanherman](https://github.com/bryanherman) **Created:** 12/22/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `audit-logger-docs` --- ### 📝 Commits (1) - [`681bbab`](https://github.com/open-webui/docs/commit/681bbab52b373f1317845326127ec307e8f6b56d) Add audit logging configuration options to environment variable documentation ### 📊 Changes **1 file changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/env-configuration.mdx` (+12 -0) </details> ### 📄 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:** * Added documentation for the `AUDIT_ENABLE_STDOUT` variable, allowing audit logs to be included in standard output when enabled. * Added documentation for the `AUDIT_ENABLE_FILE` variable, allowing audit logs to be written to a file when enabled, depending on `AUDIT_LOG_LEVEL`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:16:35 -05:00
yindo closed this issue 2026-02-15 18:16:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#907