From b52e4ac99d3448b206229a95409f04ca707b1fe0 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Wed, 27 Sep 2023 20:56:45 +0800 Subject: [PATCH] chore: update apps/emqx_machine/src/emqx_restricted_shell.erl Co-authored-by: Zaiming (Stone) Shi --- apps/emqx_machine/src/emqx_restricted_shell.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_machine/src/emqx_restricted_shell.erl b/apps/emqx_machine/src/emqx_restricted_shell.erl index 07f7507eb..a582a3cb8 100644 --- a/apps/emqx_machine/src/emqx_restricted_shell.erl +++ b/apps/emqx_machine/src/emqx_restricted_shell.erl @@ -112,7 +112,7 @@ max_heap_size_warning(MF, Args) -> log(_, {?MODULE, prompt_func}, [[{history, _}]]) -> ok; log(IsAllow, MF, Args) -> - ?AUDIT(warning, shell, #{ + ?AUDIT(warning, erlang_console, #{ time => logger:timestamp(), function => MF, args => pp_args(Args),