Skip to content

Commit

Permalink
mark for no crash log
Browse files Browse the repository at this point in the history
  • Loading branch information
redink committed Jun 21, 2016
1 parent 8187757 commit e220160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ You can also disable reformatting for OTP and Cowboy messages by setting variabl
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 set to `undefined` it is not written at all.
application variable. If set to `false` 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.
Expand Down
2 changes: 1 addition & 1 deletion src/lager.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

]},

%% Whether to write a crash log, and where. Undefined means no crash logger.
%% Whether to write a crash log, and where. False means no crash logger.
{crash_log, "log/crash.log"},
%% Maximum size in bytes of events in the crash log - defaults to 65536
{crash_log_msg_size, 65536},
Expand Down

0 comments on commit e220160

Please sign in to comment.