GitHub user jaydoane opened a pull request:
https://github.com/apache/couchdb-couch-log-lager/pull/2
Get lager event handlers from gen_event
The existing mechanism for getting lager_event's handlers incorrectly uses
the data structure returned by application:get_env, which returns a
configuration data structure defined in sys.config. The actual lager_event
handler list is obtained directly from gen_event.
COUCHDB-2970
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-couch-log-lager
2970-lager-handlers-from-gen_event
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch-log-lager/pull/2.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2
----
commit 60d29078f27732cdc4e12a6ad81286b9062f8b61
Author: Jay Doane <[email protected]>
Date: 2016-03-17T00:37:54Z
Get lager event handlers from gen_event
The existing mechanism for getting lager_event's handlers incorrectly uses
the data structure returned by application:get_env, which returns a
configuration data structure defined in sys.config. The actual lager_event
handler list is obtained directly from gen_event.
COUCHDB-2970
----
---
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.
---