You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2021/04/01 21:18:05 UTC

[couchdb] branch 3.x updated (27bb2c2 -> 96b782b)

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

iilyak pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 27bb2c2  Merge pull request #3471 from cloudant/remove-stack-traces-on-EXIT
     new 7ef98a9  Display name of tests
     new f7528c8  Document strip_last_msg in default.ini
     new 0144802  Make silly list configurable
     new 96b782b  Merge pull request #3489 from cloudant/configurable_filter_fields

The 12446 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.


Summary of changes:
 rel/overlay/etc/default.ini                        |  5 +++
 src/couch_log/src/couch_log_config.erl             | 24 ++++++++++-
 src/couch_log/src/couch_log_config_dyn.erl         |  3 +-
 src/couch_log/src/couch_log_formatter.erl          |  7 +++-
 src/couch_log/src/couch_log_sup.erl                |  2 +
 src/couch_log/test/eunit/couch_log_config_test.erl | 48 +++++++++++++++++++---
 6 files changed, 79 insertions(+), 10 deletions(-)