Skip to content

Commit

Permalink
Merge pull request #7 from muxspace/master
Browse files Browse the repository at this point in the history
Fixed syntax error w.r.t. configuration example
  • Loading branch information
Vagabond committed Aug 18, 2011
2 parents 4872b82 + 5554103 commit 0cbc95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Expand Up @@ -50,15 +50,15 @@
your app.config):

#+BEGIN_EXAMPLE
{lager,
{lager, [
{handlers, [
{lager_console_backend, info},
{lager_file_backend, [
{"error.log", error, 10485760, "$D0", 5},
{"console.log", info, 10485760, "$D0", 5}
]}
]}
}.
]}.
#+END_EXAMPLE

The available configuration options for each backend are listed in their
Expand Down

0 comments on commit 0cbc95b

Please sign in to comment.