This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
lager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Typo in config example
pull/4/head
Andrew Thompson
14 years ago
parent
4d7e25de91
commit
f45f9c915a
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.org
+ 1
- 1
README.org
View File
@ -52,7 +52,7 @@
#+BEGIN_EXAMPLE
#+BEGIN_EXAMPLE
{lager,
{lager,
{handlers, [
{handlers, [
{lager_console_backend,
[
info
]
},
{lager_console_backend, info},
{lager_file_backend, [{"error.log", error}, {"console.log", info}]}
{lager_file_backend, [{"error.log", error}, {"console.log", info}]}
]}
]}
}.
}.
Write
Preview
Loading…
Cancel
Save