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 2017/10/19 20:10:09 UTC

[GitHub] janl commented on issue #897: Some passwords show up in the logs

janl commented on issue #897: Some passwords show up in the logs
URL: https://github.com/apache/couchdb/issues/897#issuecomment-338023356
 
 
   For the record, CouchDB has never guaranteed that no passwords would end up in logs. We?re trying, but no guarantees.
   
   That said, the fix is fairly simple. The `notice` level log here https://github.com/apache/couchdb-setup/blob/master/src/setup.erl#L214 should really be a debug level log. Same for most of the other notices in there.
   
   Wanna attempt a PR? This is the debug function: https://github.com/apache/couchdb/blob/master/src/couch_log/src/couch_log.erl#L30-L31

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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