Hey Bryan,
Something similar in the RabbitMQ code base made me go "huh" the other
day. Calls to rabbit_log_ldap module functions when no such module
exists. Turns out there's a parse transform defined that turns these
calls into lager function calls to an extra sink:
https://github.com/rabbitmq/r
Given the following configuration, can anyone explain to me what the
object_lager_event section does?
I see this code all over the place (including snippets I provided in the
distant past).
However, a search on github (basho org/erlang-lager/lager) don’t throw up any
code/module matches.
(Git