Configure log level to info

This commit is contained in:
2022-02-17 23:36:23 +01:00
parent 6e63b7cacd
commit 3444e7276e

View File

@@ -71,6 +71,10 @@ config :kafka_ex,
# use "kayrock" for the new client
kafka_version: "3.1.0"
config :logger,
level: :info,
truncate: 4096
env_config = Path.expand("#{Mix.env()}.exs", __DIR__)
if File.exists?(env_config) do