elixir-plug / plug_cowboy

Plug adapter for the Cowboy web server
Other
246 stars 49 forks source link

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

Closed darrenclark closed 4 years ago

darrenclark commented 4 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 4 years ago

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