Skip to content

Commit

Permalink
Merge pull request #3 from JamieMaclean/feature/downgrade-init-log-to…
Browse files Browse the repository at this point in the history
…-debug

downgrade progress report to debug
  • Loading branch information
zmstone authored Jan 1, 2023
2 parents c112565 + 877ba41 commit 434deba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supervisor3.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1599,4 +1599,4 @@ extract_child(Child) ->
report_progress(Child, SupName) ->
Progress = [{supervisor, SupName},
{started, extract_child(Child)}],
error_logger:info_report(progress, Progress).
logger:log(debug, Progress).

0 comments on commit 434deba

Please sign in to comment.