Set default loglevel to `warn` in prod
[akkoma] / config / prod.exs
index 8522c67daee0405804a216ce019e9646670ea702..1179cf3b0a383f36f2084d8ceedc05e69c4f65fd 100644 (file)
@@ -15,14 +15,10 @@ use Mix.Config
 # which you typically run after static files are built.
 config :pleroma, Pleroma.Web.Endpoint,
   http: [port: 4000],
-  protocol: "http",
-  debug_errors: true,
-  code_reloader: true,
-  check_origin: false,
-  watchers: []
+  protocol: "http"
 
 # Do not print debug messages in production
-config :logger, level: :info
+config :logger, level: :warn
 
 # ## SSL Support
 #