Azure / buffalo-azure

A gobuffalo plugin for working with Azure.
https://gobuffalo.io/en/docs/plugins
MIT License
29 stars 8 forks source link

EventHandlers error logs being discarded #16

Closed marstr closed 6 years ago

marstr commented 6 years ago

The eventgrid.Context type is too stifling right now. In an attempt to allow Event Handlers to execute parallel, their status must inform, rather than populate the HTTP response.

However, in trying to isolate each of the Event Handlers, we also discarded their logger access. That's gotta be fixed.

marstr commented 6 years ago

I believe this was fixed in: 402c1c9f9f2100a1df3f1b0e0730fe09dd138783, but I'm still trying to validate that in my test-app via logs.

marstr commented 6 years ago

Confirmed fixed.