chore: Update apps/emqx_enterprise/src/emqx_enterprise_schema.erl
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
5e6397b843
commit
1a96a5990b
|
@ -41,7 +41,7 @@ fields("log_audit_handler") ->
|
||||||
emqx_conf_schema:log_level(),
|
emqx_conf_schema:log_level(),
|
||||||
#{
|
#{
|
||||||
default => info,
|
default => info,
|
||||||
desc => ?DESC("audit_handler_level"),
|
desc => ?DESC(emqx_conf_schema, "audit_handler_level"),
|
||||||
importance => ?IMPORTANCE_HIDDEN
|
importance => ?IMPORTANCE_HIDDEN
|
||||||
}
|
}
|
||||||
)},
|
)},
|
||||||
|
|
Loading…
Reference in New Issue