Skip to content

Commit

Permalink
steamroll
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Aug 11, 2024
1 parent c153cf7 commit 725bd6d
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/logger_formatter_json.erl
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ to_output(_Key, Value, Config) when is_map(Value) ->

to_output(Key, Value, Config) -> iolist_to_binary(to_string(Key, Value, Config)).


to_string({level, OutputFormat}, Value, Config) -> format_level(OutputFormat, Value, Config);
to_string(system_time, Value, Config) -> format_time(Value, Config);
% to_string({system_time, OutputFormat},Value,Config) ->
Expand Down
Loading

0 comments on commit 725bd6d

Please sign in to comment.