This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 3907b04c4 [MINOR] fix(doc): fix docs build issue (#5579)
3907b04c4 is described below
commit 3907b04c403725ce1e8cb00b33bd4b44ea0b98eb
Author: Qian Xia <[email protected]>
AuthorDate: Thu Nov 14 18:13:42 2024 +0800
[MINOR] fix(doc): fix docs build issue (#5579)
### What changes were proposed in this pull request?
fix docs `name undefined` issue
### Why are the changes needed?
N/A
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
N/A
---
docs/gravitino-server-config.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/gravitino-server-config.md b/docs/gravitino-server-config.md
index 55bb49bf3..f4f274dc7 100644
--- a/docs/gravitino-server-config.md
+++ b/docs/gravitino-server-config.md
@@ -169,7 +169,7 @@ The Formatter defines an interface that formats metadata
audit logs into a unifi
The `AuditLogWriter` defines an interface that enables the writing of metadata
audit logs to different storage mediums such as files, databases, etc.
-Writer configuration begins with `gravitino.audit.writer.${name}`, where
${name} is replaced with the actual writer name defined in method `name()`.
`FileAuditWriter` is a default implement to log audit information, whose name
is `file`.
+Writer configuration begins with `gravitino.audit.writer.${name}`, where
`${name}` is replaced with the actual writer name defined in method `name()`.
`FileAuditWriter` is a default implement to log audit information, whose name
is `file`.
| Property name | Description
| Default value |
Required | Since Version |
|-------------------------------------------------|-------------------------------------------------------------------------------|---------------------|----------|------------------|