add logging config

This commit is contained in:
Inhji 2023-08-21 19:09:55 +02:00
parent 2d371b8f14
commit 153cb6d4cd
1 changed files with 6 additions and 0 deletions

View File

@ -1 +1,7 @@
use Mix.Config
config :logger, :default_handler,
level: :error
config :logger, :default_formatter,
format: "$time $message $metadata"