diff options
| author | Nathan Perry <np@nathanperry.dev> | 2020-02-17 02:08:09 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2020-02-17 02:08:09 -0500 |
| commit | 19b6ba3153eb5f21b0b38c6a7889e0aef82356f4 (patch) | |
| tree | 3c389216dbb4973fbc1289a2c979b50a173379f3 /config/config.exs | |
| parent | 021108b2c9a34c05d2b1e3e7899c29d8de463e41 (diff) | |
rework a bunch of stuffelixir.prev.2
Diffstat (limited to 'config/config.exs')
| -rw-r--r-- | config/config.exs | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index b19babd..dd8af65 100644 --- a/config/config.exs +++ b/config/config.exs @@ -4,6 +4,14 @@ config :thulani_bot, env: Mix.env() config :logger, + backends: [:console], + compile_time_purge_matching: [ + [application: :nostrum, level_lower_than: :warn] + ], level: :info -import_config "#{Mix.env()}.exs" +# handle_sasl_reports: true + +config :logger, :console, metadata: :all + +import_config("#{Mix.env()}.exs") |
