From 8a5a2f358cb1f63a255b2daf6908536583986448 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sat, 6 May 2023 11:00:06 -0700 Subject: change log level to info for prod, add info statement on player join --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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, -- cgit v1.2.3-70-g09d2