Ver código fonte

Log unexpected error_logger messages to lager

pull/4/head
Andrew Thompson 14 anos atrás
pai
commit
af2f2200f8
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/error_logger_lager_h.erl

+ 1
- 1
src/error_logger_lager_h.erl Ver arquivo

@ -108,7 +108,7 @@ handle_event(Event, State) ->
?LOG(info, P, ["PROGRESS REPORT ", print_silly_list(D)])
end;
_ ->
io:format("Event ~w~n", [Event])
?LOG(warning, self(), "Unexpected error_logger event ~w", [Event])
end,
{ok, State}.

Carregando…
Cancelar
Salvar