Commit 21581a4b3f0ae9ff2e179c4a8f23eb7a7bd8556a

Thomas de Grivel 2022-02-09T10:09:30

now that we log errors in discord we can reduce the phoenix log

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/config/prod.exs b/config/prod.exs
index cc48240..8e0b240 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -20,7 +20,7 @@ config :kmxgit, KmxgitWeb.Endpoint,
 
 # Do not print debug messages in production
 config :logger, level: :info
-config :logger, level: :debug
+#config :logger, level: :debug
 
 # ## SSL Support
 #