elixir-plug / plug_cowboy

Plug adapter for the Cowboy web server
Other
243 stars 48 forks source link

Plug.Cowboy.Translator - add conn to log metadata #57

Closed darrenclark closed 3 years ago

darrenclark commented 3 years ago

Allows crash reporters implemented via a Logger backend to report details about the HTTP request (path, method, etc.)

Tests were a bit of a hack, I'm happy to improve them if there is a better way to test this.

Closes #55.

josevalim commented 3 years ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: