Browse Source

Typo in config example

pull/4/head
Andrew Thompson 14 years ago
parent
commit
f45f9c915a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.org

+ 1
- 1
README.org View File

@ -52,7 +52,7 @@
#+BEGIN_EXAMPLE #+BEGIN_EXAMPLE
{lager, {lager,
{handlers, [ {handlers, [
{lager_console_backend, [info]},
{lager_console_backend, info},
{lager_file_backend, [{"error.log", error}, {"console.log", info}]} {lager_file_backend, [{"error.log", error}, {"console.log", info}]}
]} ]}
}. }.

Loading…
Cancel
Save