Fixed formatting. Project: http://git-wip-us.apache.org/repos/asf/couchdb-lager/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-lager/commit/19f1ec2d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-lager/tree/19f1ec2d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-lager/diff/19f1ec2d
Branch: refs/heads/import-master Commit: 19f1ec2df5f67a289670b5628d65a0a32f910091 Parents: 7763143 Author: Benedikt Sauer <[email protected]> Authored: Thu Jan 2 15:35:25 2014 +0100 Committer: Benedikt Sauer <[email protected]> Committed: Thu Jan 2 15:35:25 2014 +0100 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-lager/blob/19f1ec2d/README.md ---------------------------------------------------------------------- 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
