Explorar el Código

Fix error_logger handler restoration

pull/4/head
Andrew Thompson hace 14 años
padre
commit
8895e1bf49
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/lager_app.erl

+ 1
- 1
src/lager_app.erl Ver fichero

@ -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.

Cargando…
Cancelar
Guardar