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
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
__
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