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 2020/03/02 19:08:17 UTC

[GitHub] [couchdb-config] iilyak opened a new pull request #30: Refactor config:set to be able to pass sensitive flag

iilyak opened a new pull request #30: Refactor config:set to be able to pass sensitive flag
URL: https://github.com/apache/couchdb-config/pull/30
 
 
   Refactor `config:set/4` to allow passing a map containing options. The allowed options are:
   - `persisit` - `true` by default
   - `reason` - `nil` by default
   - `sensitive` - not present by default
   
   When `sensitive` option is set to `true` we omit value from the log statement.
   
   This is a companion PR for https://github.com/apache/couchdb/pull/2627

----------------------------------------------------------------
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


With regards,
Apache Git Services