bellycard / napa

A simple framework for building APIs with Grape
Other
329 stars 72 forks source link

Fix logging bug #224

Closed darbyfrey closed 9 years ago

darbyfrey commented 9 years ago

There are some cases where the response body will come back as nil. In this case I discovered it with a failure in the authentication middleware. This change fixes the logger to handle that case correctly.

@bellycard/platform

umtrey commented 9 years ago

:+1: