Set Logger level to :info in prod
This commit is contained in:
parent
84f891ea3e
commit
ed92784e7c
2 changed files with 4 additions and 3 deletions
|
|
@ -20,8 +20,8 @@ config :pleroma, Pleroma.Web.Endpoint,
|
|||
config :phoenix, serve_endpoints: true
|
||||
|
||||
# Do not print debug messages in production
|
||||
config :logger, :console, level: :warn
|
||||
config :logger, :ex_syslogger, level: :warn
|
||||
config :logger, :console, level: :info
|
||||
config :logger, :ex_syslogger, level: :info
|
||||
|
||||
# ## SSL Support
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue