Re: object_lager_event what is it ?

2019-10-21 Thread Luke Bakken
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

object_lager_event what is it ?

2019-10-21 Thread Bryan Hunt
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