Browse Source

Merge pull request #18 from basho/djr-set_loglevel-typo

Fix typo in README
pull/19/merge
Andrew Thompson 13 years ago
parent
commit
8d5e5db9f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.org

+ 1
- 1
README.org View File

@ -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

Loading…
Cancel
Save