Sfoglia il codice sorgente

No default config for reformatting error_logger messages

pull/305/head
Daniil Fedotov 9 anni fa
parent
commit
edcf7f4992
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -2
      src/lager.app.src

+ 0
- 2
src/lager.app.src Vedi 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.

Caricamento…
Annulla
Salva