Browse Source

No default config for reformatting error_logger messages

pull/305/head
Daniil Fedotov 9 years ago
parent
commit
edcf7f4992
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/lager.app.src

+ 0
- 2
src/lager.app.src View File

@ -47,8 +47,6 @@
{error_logger_redirect, true},
%% How many messages per second to allow from error_logger before we start dropping them
{error_logger_hwm, 50},
%% Whether to reformat OTP and Cowboy messages, or use format from event
{error_logger_format_raw, false},
%% How big the gen_event mailbox can get before it is
%% switched into sync mode. This value only applies to
%% the default sink; extra sinks can supply their own.

Loading…
Cancel
Save