Update logger configuration to newer Elixir

This commit is contained in:
2023-07-26 07:21:54 +02:00
parent e1dd908eac
commit 2f22c637b8

View File

@@ -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