Initial commit with IRC and bot example.
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
7
config/config.exs
Normal file
7
config/config.exs
Normal file
@@ -0,0 +1,7 @@
|
||||
use Mix.Config
|
||||
|
||||
config :logger,
|
||||
backends: [:console],
|
||||
compile_time_purge_matching: [
|
||||
[level_lower_than: :debug]
|
||||
]
|
||||
Reference in New Issue
Block a user