Skip to content

Commit

Permalink
Removed duplicated code in the configuration file. (#21)
Browse files Browse the repository at this point in the history
The logger configuration was duplicated in the same config file.
  • Loading branch information
htmfilho authored and scrogson committed Feb 5, 2018
1 parent 9ff1992 commit 1e5a044
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ config :logger, :console,
format: "$time $metadata[$level] $message\n",
metadata: [:request_id]

# Configures Elixir's Logger
config :logger, :console,
format: "$time $metadata[$level] $message\n",
metadata: [:request_id]

# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env}.exs"

0 comments on commit 1e5a044

Please sign in to comment.