mhart / gelf-stream

A node.js stream to send JS objects to a Graylog2 server (in GELF format)
Other
29 stars 13 forks source link

Add a method for creating stream for Bole logger #19

Open UvaK opened 6 years ago

UvaK commented 6 years ago

GelfStream already have method forBunyan and this is grate. But we using Bole logger and it will be very useful to have similar method for creating a gelf-stream with specific mappings.

I've created a pull request for this issue, please give me your feedback.