Browse Source

Supervisor startup should be debug level

pull/4/head
Andrew Thompson 13 years ago
parent
commit
c738bf3622
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/error_logger_lager_h.erl

+ 1
- 1
src/error_logger_lager_h.erl View File

@ -121,7 +121,7 @@ handle_event(Event, State) ->
[{started, Started}, {supervisor, Name}] ->
MFA = format_mfa(proplists:get_value(mfargs, Started)),
Pid = proplists:get_value(pid, Started),
?LOG(info, P, "Supervisor ~w started ~s at pid ~w", [element(2, Name), MFA, Pid]);
?LOG(debug, P, "Supervisor ~w started ~s at pid ~w", [element(2, Name), MFA, Pid]);
_ ->
?LOG(info, P, ["PROGRESS REPORT ", print_silly_list(D)])
end;

Loading…
Cancel
Save