yuqi1129 commented on code in PR #5420:
URL: https://github.com/apache/gravitino/pull/5420#discussion_r1825498449
##########
docs/gravitino-server-config.md:
##########
@@ -171,10 +171,10 @@ The `AuditLogWriter` defines an interface that enables
the writing of metadata a
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 |
-|-----------------------------------------------------|-----------------------------------------------------------------------------------------|---------------------|----------|----------------------------|
-| `gravitino.audit.writer.file.fileName` | The audit log file
name, the path is ${sys:gravitino.log.path}/${fileName}. |
gravitino_audit.log | NO | 0.7.0-incubating |
-| `gravitino.audit.writer.file.append` | Whether the log will
be written to the end or the beginning of the file. | true
| NO | 0.7.0-incubating |
+| Property name | Description
| Default
value | Required | Since Version |
+|-----------------------------------------------------|------------------------------------------------------------------------------------------|---------------------|----------|----------------------------|
+| `gravitino.audit.writer.file.fileName` | The audit log file
name, the path is `${sys:gravitino.log.path}/${fileName}`. |
gravitino_audit.log | NO | 0.7.0-incubating |
+| `gravitino.audit.writer.file.append` | Whether the log will
be written to the end or the beginning of the file. | true
| NO | 0.7.0-incubating |
Review Comment:
Can you please remove the redundant trailing empty space in the columns of
this table by the way?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]