fix: Raise logger level to warning

This commit is contained in:
Daniel Kempkens 2023-05-18 00:56:50 +02:00
parent e03c759bb7
commit b7ee6159e8
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -2,5 +2,6 @@ import Config
config :logger, config :logger,
backends: [], backends: [],
level: :warning,
handle_otp_reports: false, handle_otp_reports: false,
handle_sasl_reports: false handle_sasl_reports: false