Skip to content

Commit

Permalink
Optimize Telemetry to silence a logging message. (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: James Edward Gray II <[email protected]>
  • Loading branch information
JEG2 and James Edward Gray II authored Sep 7, 2021
1 parent 83156a3 commit f99fca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plug/cowboy.ex
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ defmodule Plug.Cowboy do
:telemetry.attach(
:plug_cowboy,
[:cowboy, :request, :early_error],
&handle_event/4,
&__MODULE__.handle_event/4,
nil
)

Expand Down

0 comments on commit f99fca9

Please sign in to comment.