Browse Source

Merge pull request #7 from muxspace/master

Fixed syntax error w.r.t. configuration example
pull/6/merge
Andrew Thompson 13 years ago
parent
commit
0cbc95b810
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.org

+ 2
- 2
README.org View File

@ -50,7 +50,7 @@
your app.config):
#+BEGIN_EXAMPLE
{lager,
{lager, [
{handlers, [
{lager_console_backend, info},
{lager_file_backend, [
@ -58,7 +58,7 @@
{"console.log", info, 10485760, "$D0", 5}
]}
]}
}.
]}.
#+END_EXAMPLE
The available configuration options for each backend are listed in their

Loading…
Cancel
Save