This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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 is a configuration defined in sys.config. The actual lager_event handler list is obtained directly from gen_event. COUCHDB-2970
- Loading branch information