import Config config :thulani_bot, env: Mix.env() config :logger, backends: [:console], compile_time_purge_matching: [ [application: :nostrum, level_lower_than: :warn] ], level: :info # handle_sasl_reports: true config :logger, :console, metadata: :all import_config("#{Mix.env()}.exs")