fix: Raise logger level to warning
This commit is contained in:
parent
e03c759bb7
commit
b7ee6159e8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue