Skip to content

Commit

Permalink
refactor: default logging in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Jan 30, 2024
1 parent 996fef6 commit 96389d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ config :safira, Safira.Repo,
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10"),
ssl: true

# Do not print debug messages in production
config :logger, level: :info

# ## SSL Support
#
# To get SSL working, you will need to add the `https` key
Expand Down

0 comments on commit 96389d9

Please sign in to comment.