chore(emqx_tracer): pass proper map

This commit is contained in:
z8674558 2021-03-03 00:31:08 +09:00 committed by Yudai Kiyofuji
parent 1f238f4c26
commit e1b915b91c
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ install_trace_handler(Who, Level, LogFile) ->
case logger:add_handler(handler_id(Who), logger_disk_log_h, case logger:add_handler(handler_id(Who), logger_disk_log_h,
#{level => Level, #{level => Level,
formatter => ?FORMAT, formatter => ?FORMAT,
filesync_repeat_interval => no_repeat,
config => #{type => halt, file => LogFile}, config => #{type => halt, file => LogFile},
filter_default => stop, filter_default => stop,
filters => [{meta_key_filter, filters => [{meta_key_filter,