chore: make spellcheck happy
This commit is contained in:
parent
befc484544
commit
1d7aa9495a
|
@ -95,6 +95,8 @@ t_audit_log_conf(_Config) ->
|
|||
<<"enable">> => false,
|
||||
<<"level">> => <<"info">>,
|
||||
<<"path">> => <<"log/audit.log">>,
|
||||
<<"ignore_high_frequency_request">> => true,
|
||||
<<"max_filter_size">> => 5000,
|
||||
<<"rotation_count">> => 10,
|
||||
<<"rotation_size">> => <<"50MB">>,
|
||||
<<"time_offset">> => <<"system">>
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -214,7 +214,7 @@ defmodule EMQXUmbrella.MixProject do
|
|||
:emqx_bridge_azure_event_hub,
|
||||
:emqx_gcp_device,
|
||||
:emqx_dashboard_rbac,
|
||||
:eqmx_dashboard_sso,
|
||||
:emqx_dashboard_sso,
|
||||
:emqx_audit
|
||||
])
|
||||
end
|
||||
|
|
|
@ -732,8 +732,8 @@ audit_log_max_filter_limit.label:
|
|||
"""Max Filter Limit"""
|
||||
|
||||
audit_log_ignore_high_frequency_request.desc:
|
||||
"""Ignore high frequency requests to avoid flooding the audit log.
|
||||
such publish/subscribe kickout http api requests are ignored."""
|
||||
"""Ignore high frequency requests to avoid flooding the audit log,
|
||||
such as publish/subscribe kick out http api requests are ignored."""
|
||||
|
||||
audit_log_ignore_high_frequency_request.label:
|
||||
"""Ignore High Frequency Request"""
|
||||
|
|
Loading…
Reference in New Issue