test: test failed with_mfa

This commit is contained in:
zhongwencool 2024-06-13 09:50:52 +08:00
parent c72b455a83
commit 800a79adde
2 changed files with 2 additions and 2 deletions

View File

@ -399,7 +399,6 @@ compat_windows(Fun) when is_function(Fun, 0) ->
0.0 0.0
end; end;
compat_windows(Fun) -> compat_windows(Fun) ->
?SLOG(warning, "Invalid function: ~p", [Fun]),
error({badarg, Fun}). error({badarg, Fun}).
load(Avg) -> load(Avg) ->

View File

@ -133,7 +133,8 @@ log.file_handlers {
single_line => true, single_line => true,
template => ["[", level, "] ", msg, "\n"], template => ["[", level, "] ", msg, "\n"],
time_offset => TimeOffset, time_offset => TimeOffset,
timestamp_format => auto timestamp_format => auto,
with_mfa => false
}} }}
). ).