From 2f22c637b8b84ca6a372d02ed93d78e5a4adedb3 Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Wed, 26 Jul 2023 07:21:54 +0200 Subject: [PATCH] Update logger configuration to newer Elixir --- config/test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/test.exs b/config/test.exs index f59c699..902f189 100644 --- a/config/test.exs +++ b/config/test.exs @@ -8,7 +8,7 @@ config :kafkaex_lag_exporter, KafkaexLagExporterWeb.Endpoint, server: false # Print only warnings and errors during test -config :logger, level: :warn +config :logger, level: :warning # Initialize plugs at runtime for faster test compilation config :phoenix, :plug_init_mode, :runtime