Skip to content

Commit

Permalink
[MINOR] fix(doc): fix docs build issue (#5579)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
LauraXia123 authored Nov 14, 2024
1 parent 76f29c9 commit 3907b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gravitino-server-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|-------------------------------------------------|-------------------------------------------------------------------------------|---------------------|----------|------------------|
Expand Down

0 comments on commit 3907b04

Please sign in to comment.