You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/02/13 17:43:04 UTC

[02/50] lager commit: updated refs/heads/import-master to da4419e

Clarifying how to disable 'crash_log'

The current set of instructions mention 'crash_log' being left undefined
as a variable to disable it, but when that happens, lager starts it at a
default location.

This commit makes it obvious that the value must explicitly set to
'undefined' in order to disable crash_log.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-lager/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-lager/commit/ee0faa86
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-lager/tree/ee0faa86
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-lager/diff/ee0faa86

Branch: refs/heads/import-master
Commit: ee0faa8674471bc49988f1e04add6701d9c34e6c
Parents: 9b9e53f
Author: Fred Hebert <mo...@ferd.ca>
Authored: Thu Aug 8 11:58:53 2013 -0400
Committer: Fred Hebert <mo...@ferd.ca>
Committed: Thu Aug 8 11:58:53 2013 -0400

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-lager/blob/ee0faa86/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2d2758c..e3475ad 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ 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
 information. The location of the crash log can be specified by the crash_log
-application variable. If undefined it is not written at all.
+application variable. If set to `undefined` it is not written at all.
 
 Messages in the crash log are subject to a maximum message size which can be
 specified via the crash_log_msg_size application variable.