villadora / express-bunyan-logger

bunyan logger middleware for express
139 stars 74 forks source link

Fixed immediate to only log immediately #32

Closed vizjerai closed 9 years ago

vizjerai commented 9 years ago

Without this fix it will log immediately and then at the end of the response.

marcbachmann commented 9 years ago

We can merge this. The readme states that the immediate log config triggers a log only when receiving the request.

options.immediate

Write log line on request instead of response (for response times)