Skip to content

Commit

Permalink
Remove pretty JSON formatting from formatter (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkrutzer authored Apr 29, 2024
1 parent 29bc599 commit cf2670e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger_json/formatters/basic.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule LoggerJSON.Formatters.Basic do
|> maybe_put(:request, format_http_request(meta))
|> maybe_put(:span, format_span(meta))
|> maybe_put(:trace, format_trace(meta))
|> Jason.encode_to_iodata!(pretty: true)
|> Jason.encode_to_iodata!()

[line, "\n"]
end
Expand Down

0 comments on commit cf2670e

Please sign in to comment.