chore(trace): always ?SLOG when ?TRACE

This commit is contained in:
zhongwencool 2022-01-12 10:16:11 +08:00
parent 1cfab9fed5
commit dc6c49d7f5
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@
[] -> ok;
List ->
emqx_trace:log(List, Event, Msg, Meta)
end
end,
?SLOG(debug, Meta#{msg => Msg})
end).
%% print to 'user' group leader