summaryrefslogtreecommitdiff
path: root/config/integration.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/integration.exs')
-rw-r--r--config/integration.exs12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/integration.exs b/config/integration.exs
new file mode 100644
index 000000000..c5a5ed24a
--- /dev/null
+++ b/config/integration.exs
@@ -0,0 +1,12 @@
+use Mix.Config
+
+config :logger,
+ backends: [:console],
+ compile_time_purge_level: :debug,
+ level: :debug
+
+config :kernel,
+ error_logger: false
+
+config :sasl,
+ sasl_error_logger: false