This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch silence-some-eunit-logs
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 05cb5832c15d0d54fe0e7e3218da2822bef384c0
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Wed Dec 6 18:56:53 2023 -0500

    Reduce application lifecycle logging noise in EUnit tests
---
 rel/files/eunit.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rel/files/eunit.config b/rel/files/eunit.config
index 3c7457d3a..80d756154 100644
--- a/rel/files/eunit.config
+++ b/rel/files/eunit.config
@@ -11,6 +11,6 @@
 % the License.
 
 [
-    {kernel, [{error_logger, silent}]},
+    {kernel, [{logger_level, error}, {error_logger, silent}]},
     {sasl, [{sasl_error_logger, false}]}
 ].

Reply via email to