Sfoglia il codice sorgente

Fix error_logger handler restoration

pull/4/head
Andrew Thompson 14 anni fa
parent
commit
8895e1bf49
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/lager_app.erl

+ 1
- 1
src/lager_app.erl Vedi File

@ -58,5 +58,5 @@ start(_StartType, _StartArgs) ->
stop(Handlers) ->
[error_handler:add_report_handler(Handler) || Handler <- Handlers],
[error_logger:add_report_handler(Handler) || Handler <- Handlers],
ok.

Caricamento…
Annulla
Salva