summaryrefslogtreecommitdiff
path: root/config/prod.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/prod.exs')
-rw-r--r--config/prod.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/prod.exs b/config/prod.exs
index 9c205cbd2..301d2b9cb 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -20,7 +20,7 @@ config :pleroma, Pleroma.Web.Endpoint,
config :phoenix, serve_endpoints: true
# Do not print debug messages in production
-config :logger, level: :warn
+config :logger, :console, level: :warn
# ## SSL Support
#