Files
omnibot/config/config.exs

8 lines
124 B
Elixir
Raw Permalink Normal View History

use Mix.Config
config :logger,
backends: [:console],
compile_time_purge_matching: [
[level_lower_than: :debug]
]