Browse Source

Fix typo in README

pull/18/head
Daniel Reverri 13 years ago
parent
commit
5793dfea75
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