summaryrefslogtreecommitdiff
path: root/config/prod.exs
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2023-05-06 11:00:06 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2023-05-06 11:00:09 -0700
commit8a5a2f358cb1f63a255b2daf6908536583986448 (patch)
tree89aa11118538f125fcec71472a4fe4d661df784e /config/prod.exs
parented0de7e81feb0981a381ec95272ee0a0278acebd (diff)
downloadchessh-8a5a2f358cb1f63a255b2daf6908536583986448.tar.gz
chessh-8a5a2f358cb1f63a255b2daf6908536583986448.zip
change log level to info for prod, add info statement on player join
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 bb12243..71275ea 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -1,7 +1,7 @@
import Config
config :logger,
- level: :warning,
+ level: :info,
truncate: 4096
config :chessh, RateLimits,