[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2016-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-config/pull/7 --- 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 i

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2016-01-27 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-175569950 I think +1. Shutdown notices a bit distracting, but that's another story, not related to this PR. --- If your project is set up for it, you can reply to this email

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2016-01-26 Thread nickva
Github user nickva commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-175380774 I checked this one against master using this patch ``` -{config, "config", "84197a6f1c5cb43447239df1fe57b4312b0c03c4"}, +%{conf

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2016-01-25 Thread jaydoane
Github user jaydoane commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-174659864 @kxepal, @iilyak thought I should reiterate that I can no longer reproduce the `2015-11-02 08:31:53.274 [error] Undefined <0.885.0> Supervisor gr_counter_sup

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2016-01-21 Thread jaydoane
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 li

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2016-01-21 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-173510292 @jaydoane Trivial: because tests modifies config level and we now let it be changed in runtime. https://github.com/apache/couchdb-config/blob/master/test/config

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2016-01-20 Thread jaydoane
Github user jaydoane commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-173451479 Interestingly, I'm no longer able to reproduce the `[error] Undefined` errors, although I *am* seeing a lot more logging than before for some reason. @kxe

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2015-11-06 Thread jaydoane
Github user jaydoane commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-154503958 I agree that explicitly starting lager is not required for the tests to pass, but like you pointed out above, not doing so generates a bunch of supervisor related

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2015-11-06 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-154493803 @jaydoane haha, thanks, it's better (: I'm still thinking how these changes correlates with yours in https://github.com/apache/couchdb-couch/pull/126 because it see

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2015-11-06 Thread jaydoane
Github user jaydoane commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-154492458 @kxepal, if your head is feeling better, I was hoping you could share your thoughts on my latest approach? --- If your project is set up for it, you can reply to

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2015-11-04 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-153906372 @jaydoane my head is going to blow today, will check tomorrow. Thanks for the update! --- If your project is set up for it, you can reply to this email and have yo

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2015-11-04 Thread jaydoane
Github user jaydoane commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-153901692 @kxepal, I've cleaned up the code and added some comments. Please let me know if this is or is not an acceptable solution. If not, another approach could

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2015-11-02 Thread jaydoane
Github user jaydoane commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-153194830 @kxepal, I changed the approach to leave lager in (while removing other unnecessary deps), and just filtering nonexistent applications. This patch no long

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2015-11-01 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-152930791 @jaydoane Because travis config was a little bit outdated. I just updated it, please rebase for green light. --- If your project is set up for it, you can reply to

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2015-11-01 Thread jaydoane
Github user jaydoane commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-152925628 @kxepal, good point - I had not noticed those errors, and had just been happy that all the tests passed. I wonder if those errors are what's causing travis to fai

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2015-11-01 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-config/pull/7#issuecomment-152918941 This causes errors during tests run: ``` EUnit module 'config_app' module 'config_util' module '

[GitHub] couchdb-config pull request: Don't start lager during setup for ea...

2015-11-01 Thread jaydoane
GitHub user jaydoane opened a pull request: https://github.com/apache/couchdb-config/pull/7 Don't start lager during setup for each config_test BugzID: 55507 COUCHDB-2866 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cloudan