chore: make spellcheck happy

This commit is contained in:
zhongwencool 2023-10-18 09:10:41 +08:00
parent befc484544
commit 1d7aa9495a
3 changed files with 5 additions and 3 deletions

View File

@ -95,6 +95,8 @@ t_audit_log_conf(_Config) ->
<<"enable">> => false, <<"enable">> => false,
<<"level">> => <<"info">>, <<"level">> => <<"info">>,
<<"path">> => <<"log/audit.log">>, <<"path">> => <<"log/audit.log">>,
<<"ignore_high_frequency_request">> => true,
<<"max_filter_size">> => 5000,
<<"rotation_count">> => 10, <<"rotation_count">> => 10,
<<"rotation_size">> => <<"50MB">>, <<"rotation_size">> => <<"50MB">>,
<<"time_offset">> => <<"system">> <<"time_offset">> => <<"system">>

View File

@ -214,7 +214,7 @@ defmodule EMQXUmbrella.MixProject do
:emqx_bridge_azure_event_hub, :emqx_bridge_azure_event_hub,
:emqx_gcp_device, :emqx_gcp_device,
:emqx_dashboard_rbac, :emqx_dashboard_rbac,
:eqmx_dashboard_sso, :emqx_dashboard_sso,
:emqx_audit :emqx_audit
]) ])
end end

View File

@ -732,8 +732,8 @@ audit_log_max_filter_limit.label:
"""Max Filter Limit""" """Max Filter Limit"""
audit_log_ignore_high_frequency_request.desc: audit_log_ignore_high_frequency_request.desc:
"""Ignore high frequency requests to avoid flooding the audit log. """Ignore high frequency requests to avoid flooding the audit log,
such publish/subscribe kickout http api requests are ignored.""" such as publish/subscribe kick out http api requests are ignored."""
audit_log_ignore_high_frequency_request.label: audit_log_ignore_high_frequency_request.label:
"""Ignore High Frequency Request""" """Ignore High Frequency Request"""