villadora / express-bunyan-logger

bunyan logger middleware for express
139 stars 74 forks source link

Add support to use the already configured bunyan logger instance #22

Closed darshan-rambhia closed 9 years ago

darshan-rambhia commented 9 years ago

The current module forces to create a different bunyan logger instance for express which I think is not very helpful if you have a bunyan logger instance in your app.

PaulMougel commented 9 years ago

Looks like it is already possible, see https://github.com/villadora/express-bunyan-logger/issues/14#issuecomment-51422730

darshan-rambhia commented 9 years ago

Thanks @PaulMougel.. guess I didn't go through the stuff with enough granularity