diff --git a/proposals/new/enhance_audit_log.md b/proposals/new/enhance_audit_log.md index 21617c32..d0aee302 100644 --- a/proposals/new/enhance_audit_log.md +++ b/proposals/new/enhance_audit_log.md @@ -481,7 +481,7 @@ and it returns the `AuditLogEventType` ### Disable Audit Log Event Type Add a new configuration item in the system configuration page to disable the unwanted audit log event type. -Add the `audit_log_disable` configuration item in the Configuration -> System Settings page, the user can select the event type to disable the audit log event, the event type should be separated by comma. Because the event type is the combination of operation and resource type, the user can input the operation and resource type to disable the audit log event. it is a string type configuration item. all audit log event types are retrieved from the API `/api/v2.0/auditlog-exts/eventtypes`. +Add the `audit_log_disable` configuration item in the Configuration -> System Settings page, the user can select the event type to disable the audit log event, the event type should be separated by comma. Because the event type is the combination of operation and resource type, the user can input the operation and resource type to disable the audit log event. it is a string type configuration item. all audit log event types are retrieved from the API `/api/v2.0/auditlog-exts/events`. ![Disable Audit Log Event Type](../images/enhance_auditlog/config_disable_event_type.png)