chore: update apps/emqx_machine/src/emqx_restricted_shell.erl
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
bdf24d0ec8
commit
b52e4ac99d
|
@ -112,7 +112,7 @@ max_heap_size_warning(MF, Args) ->
|
||||||
log(_, {?MODULE, prompt_func}, [[{history, _}]]) ->
|
log(_, {?MODULE, prompt_func}, [[{history, _}]]) ->
|
||||||
ok;
|
ok;
|
||||||
log(IsAllow, MF, Args) ->
|
log(IsAllow, MF, Args) ->
|
||||||
?AUDIT(warning, shell, #{
|
?AUDIT(warning, erlang_console, #{
|
||||||
time => logger:timestamp(),
|
time => logger:timestamp(),
|
||||||
function => MF,
|
function => MF,
|
||||||
args => pp_args(Args),
|
args => pp_args(Args),
|
||||||
|
|
Loading…
Reference in New Issue