Browse Source

Fixed syntax error in config example

pull/7/head
Brian Rowe 13 years ago
parent
commit
5554103f18
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.org

+ 2
- 2
README.org View File

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

Loading…
Cancel
Save