nemtsov / node-bunyan-logentries

Bunyan logger stream for Logentries
MIT License
9 stars 9 forks source link

Adds the option to pass a transform function to format the log record before sending it to logEntries and adds some tests #3

Closed masimplo closed 9 years ago

masimplo commented 9 years ago

Hello, I had the requirement to format the log string before sending it over to log entries. I forked your repo and added some functionality that is not specific to my case and I think that others will benefit from this. I also linted the code and added some basic tests.

ChangeLog

nemtsov commented 9 years ago

Awesome! Thank you.