diff options
| author | Bessenyei Balázs Donát <bessbd@apache.org> | 2021-03-12 14:59:24 +0100 |
|---|---|---|
| committer | Jan Lehnardt <jan@apache.org> | 2021-03-14 17:19:17 +0100 |
| commit | 00811b4a9c4df56defb7456431d44abb7c0baa79 (patch) | |
| tree | fb3a2c77c6506a438c64ed27b65abfd3a555af0a | |
| parent | 38678d0360a0763d33b73aff7685bd2e1b62e9f8 (diff) | |
| download | couchdb-00811b4a9c4df56defb7456431d44abb7c0baa79.tar.gz | |
Remove error message on mix test
| -rw-r--r-- | config/integration.exs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/integration.exs b/config/integration.exs index c5a5ed24a..796880266 100644 --- a/config/integration.exs +++ b/config/integration.exs @@ -5,8 +5,5 @@ config :logger, compile_time_purge_level: :debug, level: :debug -config :kernel, - error_logger: false - config :sasl, sasl_error_logger: false |
