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