diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2023-05-06 11:00:06 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2023-05-06 11:00:09 -0700 |
commit | 8a5a2f358cb1f63a255b2daf6908536583986448 (patch) | |
tree | 89aa11118538f125fcec71472a4fe4d661df784e /config | |
parent | ed0de7e81feb0981a381ec95272ee0a0278acebd (diff) | |
download | chessh-8a5a2f358cb1f63a255b2daf6908536583986448.tar.gz chessh-8a5a2f358cb1f63a255b2daf6908536583986448.zip |
change log level to info for prod, add info statement on player join
Diffstat (limited to 'config')
-rw-r--r-- | config/prod.exs | 2 |
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, |