chore: Update apps/emqx_enterprise/src/emqx_enterprise_schema.erl

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
JianBo He 2023-09-26 21:44:40 +08:00 committed by GitHub
parent 5e6397b843
commit 1a96a5990b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ fields("log_audit_handler") ->
emqx_conf_schema:log_level(),
#{
default => info,
desc => ?DESC("audit_handler_level"),
desc => ?DESC(emqx_conf_schema, "audit_handler_level"),
importance => ?IMPORTANCE_HIDDEN
}
)},