Current section
Files
Jump to
Current section
Files
config/config.exs
import Config
config :logger,
backends: [:console],
compile_time_purge_matching: [
[level_lower_than: :debug]
],
level: :debug,
utc_log: true
config :tesla, disable_deprecated_builder_warning: true
import_config "#{Mix.env()}.exs"