test: test failed with_mfa
This commit is contained in:
parent
c72b455a83
commit
800a79adde
|
@ -399,7 +399,6 @@ compat_windows(Fun) when is_function(Fun, 0) ->
|
|||
0.0
|
||||
end;
|
||||
compat_windows(Fun) ->
|
||||
?SLOG(warning, "Invalid function: ~p", [Fun]),
|
||||
error({badarg, Fun}).
|
||||
|
||||
load(Avg) ->
|
||||
|
|
|
@ -133,7 +133,8 @@ log.file_handlers {
|
|||
single_line => true,
|
||||
template => ["[", level, "] ", msg, "\n"],
|
||||
time_offset => TimeOffset,
|
||||
timestamp_format => auto
|
||||
timestamp_format => auto,
|
||||
with_mfa => false
|
||||
}}
|
||||
).
|
||||
|
||||
|
|
Loading…
Reference in New Issue