Re: Lager Question: how to get the pid:module:function format

2012-04-02 Thread Bryan Hughes
Thanks Andrew! That did the trick.   You know a sign of good technology and sweet implementation is when it slips quietly into the background and you begin to take it for granted.   Lager continues to rock and roll. Cheers, B On 3/31/12 10:45 AM

Re: Lager Question: how to get the pid:module:function format

2012-03-31 Thread Andrew Thompson
Actually, by default, the console doesn't show the 'verbose' information. You should be able to see the extra information by looking at the logfile, or you can enable it by changing the console config to look like: {lager_console_backend, [info, true]} Hope that helps, Andrew __

Re: Lager Question: how to get the pid:module:function format

2012-03-31 Thread Sean Cribbs
Bryan, You'll need to enable Lager's parse transform. The easiest way to do that is to add the {parse_transform, lager_transform} to your compile options in rebar.config. Sean Cribbs On Mar 31, 2012, at 3:13 AM, Bryan Hughes wrote: > Hello, > > I have been using Lager for several months now

Lager Question: how to get the pid:module:function format

2012-03-31 Thread Bryan Hughes
Hello, I have been using Lager for several months now to much success.  One thing that I have not figured out though is how to get our output to match that of what the limited documentation claims.  According to the blog post: http://basho.com/blog/technical/201