Skip to content

Commit

Permalink
Merge pull request #572 from Qizot/supervisor3-debug-logger
Browse files Browse the repository at this point in the history
Change supervisor3 info to debug logger level
  • Loading branch information
zmstone authored Mar 6, 2024
2 parents 34da87e + 4473ff6 commit a54a22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brod_supervisor3.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1586,4 +1586,4 @@ extract_child_common(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 a54a22a

Please sign in to comment.