puzza007 / lager_folsom

Folsom spiral of lager log counts by level

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lager_folsom

Hex pm

Configuration

Add lager_folsom to your rebar.config deps:

{deps,
 [
   {lager_folsom, "1.0.0"},
   ...
 ]}.

And finally, configure lager app with something like this:

[
 {lager,
  [
   {handlers,
    [
     {lager_folsom_backend,
      [
       {level, info}
      ]}
    ]}
  ]}
].

About

Folsom spiral of lager log counts by level


Languages

Language:Erlang 100.0%