Set default loglevel to `warn` in prod
[akkoma] / config / prod.exs
index e5e5a977e4a0efbe054345f46094c9069c19a622..1179cf3b0a383f36f2084d8ceedc05e69c4f65fd 100644 (file)
@@ -14,12 +14,11 @@ use Mix.Config
 # manifest is generated by the mix phoenix.digest task
 # which you typically run after static files are built.
 config :pleroma, Pleroma.Web.Endpoint,
-  server: true,
   http: [port: 4000],
   protocol: "http"
 
 # Do not print debug messages in production
-config :logger, level: :info
+config :logger, level: :warn
 
 # ## SSL Support
 #