Просмотр исходного кода

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

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
JianBo He 2 лет назад
Родитель
Сommit
b52e4ac99d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx_machine/src/emqx_restricted_shell.erl

+ 1 - 1
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),