Skip to content

Commit

Permalink
Merge pull request #18 from basho/djr-set_loglevel-typo
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
Vagabond committed Sep 6, 2011
2 parents 445a546 + 5793dfe commit 8d5e5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Expand Up @@ -89,7 +89,7 @@
Or, for the backend with multiple handles (files, mainly):

#+BEGIN_EXAMPLE
lager:set_loglevel(lager_file_backend, "console.log" debug).
lager:set_loglevel(lager_file_backend, "console.log", debug).
#+END_EXAMPLE

Lager keeps track of the minium log level being used by any backend and
Expand Down

0 comments on commit 8d5e5db

Please sign in to comment.