My point wasn't that lager requires a parse_transform to work at all - it will work fine without one. But I'm pretty sure that unless you've enabled a parse_transform it will not include the ?MODULE and ?LINE information magically (how would it!?) and looking at the tip of the github repo, the lager.hrl include does not set a compile directive. Try putting this in your rebar.config:<div>
<br></div><div>{erl_opts, [{parse_transform, lager_transform}]}.</div><div><br><div class="gmail_quote">On 4 November 2011 19:25, Joel Reymont <span dir="ltr"><<a href="mailto:joelr1@gmail.com">joelr1@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I do see the output from lager, it just does not have the module and function in it.<br>
<div class="HOEnZb"><div class="h5"><br>
On Nov 4, 2011, at 7:24 PM, Tim Watson wrote:<br>
<br>
> i haven't actually used lager before, but perhaps there's a parse_transform you need to specify explicitly (in erl_opts or using a -compile directive). I can't imagine seeing that info magically otherwise.<br>

><br>
> On 4 November 2011 18:31, Joel Reymont <<a href="mailto:joelr1@gmail.com">joelr1@gmail.com</a>> wrote:<br>
> How do I get lager to display the module and function?<br>
><br>
> When I invoke lager:info(…) at the moment, I only see [info] and the message but no function and module.<br>
><br>
>        Thanks, Joel<br>
<br>
--------------------------------------------------------------------------<br>
- for hire: mac osx device driver ninja, kernel extensions and usb drivers<br>
---------------------+------------+---------------------------------------<br>
<a href="http://wagerlabs.com" target="_blank">http://wagerlabs.com</a> | @wagerlabs | <a href="http://www.linkedin.com/in/joelreymont" target="_blank">http://www.linkedin.com/in/joelreymont</a><br>
---------------------+------------+---------------------------------------<br>
<br>
</div></div></blockquote></div><br></div>