7 lines
124 B
Elixir
7 lines
124 B
Elixir
import Config
|
|
|
|
config :logger,
|
|
backends: [],
|
|
level: :warning,
|
|
handle_otp_reports: false,
|
|
handle_sasl_reports: false
|