You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/12/07 00:02:21 UTC

(couchdb) branch silence-some-eunit-logs created (now 05cb5832c)

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

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


      at 05cb5832c Reduce application lifecycle logging noise in EUnit tests

This branch includes the following new commits:

     new 05cb5832c Reduce application lifecycle logging noise in EUnit tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(couchdb) 01/01: Reduce application lifecycle logging noise in EUnit tests

Posted by va...@apache.org.
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 <va...@gmail.com>
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}]}
 ].