Github user jaydoane commented on the pull request:
https://github.com/apache/couchdb-config/pull/7#issuecomment-173819593
@kxepal, thank you for reminding me of that change.
I tracked down where the remaining logging is coming from in config_tests,
and was able to remove a little bit more with the latest commit to this branch.
Of what's left, lines which look like:
```
[notice] config_listener(couch_log_config_listener) stopped with reason:
shutdown
```
are from
https://github.com/apache/couchdb-config/blob/master/src/config.erl#L273, and
appear to be normal, while logging like this:
```
[notice] config: [httpd] port set to 8080 for reason nil
```
is coming from
https://github.com/apache/couchdb-config/blob/master/test/config_tests.erl#L320,
and also seems harmless.
In the context of the tests being run which emit these log messages, where
no .ini files are being used to initialize config, it doesn't appear practical
to suppress the remaining log messages.
Are there any remaining objections to this PR?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---