You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/04/01 13:59:23 UTC

[GitHub] [couchdb] iilyak commented on a change in pull request #3485: Configurable filter fields

iilyak commented on a change in pull request #3485:
URL: https://github.com/apache/couchdb/pull/3485#discussion_r605680934



##########
File path: src/couch_log/src/couch_log_config.erl
##########
@@ -104,4 +105,23 @@ transform(strip_last_msg, "false") ->
     false;
 
 transform(strip_last_msg, _) ->
-    true.
+    true;
+
+transform(filter_fields, FieldsStr) ->
+    Default = [pid, registered_name, error_info, messages],

Review comment:
       I followed the approach in other functions of this module (see line 100 and 104). 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org