chore: update apps/emqx_machine/src/emqx_restricted_shell.erl

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
JianBo He 2023-09-27 20:56:45 +08:00 committed by JianBo He
parent bdf24d0ec8
commit b52e4ac99d
1 changed files with 1 additions and 1 deletions

View File

@ -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),