Skip to content

Commit

Permalink
fix: disable JSON pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Aug 29, 2024
1 parent 9264e3d commit 8b19b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cozy_logger/formats/json.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule CozyLogger.Formats.JSON do
|> append_source()
|> append_metadata()
|> append_hostname()
|> encode!(pretty: true)
|> encode!()
|> append_new_line()
rescue
# This function must not fail. If it does, it will bring that particular logger instance down,
Expand Down

0 comments on commit 8b19b3d

Please sign in to comment.