summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jay Doane [Thu, 17 Mar 2016 07:38:10 +0000 (00:38 -0700)]
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
Alexander Shorin [Thu, 8 Oct 2015 09:24:47 +0000 (12:24 +0300)]
Reset error_logger_tty handler only if it was already specified
Eric Avdey [Thu, 17 Sep 2015 21:57:59 +0000 (18:57 -0300)]
Add tests and specs
Eric Avdey [Thu, 17 Sep 2015 21:43:13 +0000 (18:43 -0300)]
Basic implementation
Eric Avdey [Thu, 17 Sep 2015 21:12:34 +0000 (18:12 -0300)]
Initial commit