From 19f1ec2df5f67a289670b5628d65a0a32f910091 Mon Sep 17 00:00:00 2001 From: Benedikt Sauer Date: Thu, 2 Jan 2014 15:35:25 +0100 Subject: [PATCH] Fixed formatting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3475ad..c2f499f 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Error logger integration Lager is also supplied with a error_logger handler module that translates traditional erlang error messages into a friendlier format and sends them into lager itself to be treated like a regular lager log call. To disable this, set -the lager application variable `error_logger_redirect' to `false'. +the lager application variable `error_logger_redirect` to `false`. The error_logger handler will also log more complete error messages (protected with use of trunc_io) to a "crash log" which can be referred to for further