Skip to content

Commit

Permalink
Removed deprecated levelpad
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Nov 20, 2023
1 parent be7c864 commit ba7846d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config :logger,
truncate: 8000,
format: "$time $metadata[$level] $message"

config :logger, :console, format: "$time $metadata[$level] $levelpad$message\n"
config :logger, :console, format: "$time $metadata[$level] $message\n"

case Mix.env() do
:benchmark ->
Expand Down

0 comments on commit ba7846d

Please sign in to comment.