winstonjs / node-loggly

A client implementation for Loggly in node.js
http://github.com/winstonjs/node-loggly
Other
233 stars 80 forks source link

Enabled support for JSON HTTP inputs #10

Closed ehedenst closed 13 years ago

ehedenst commented 13 years ago

Modified client so it can send JSON formattted data to a loggly input that is configured to receive JSON. The JSON functionality is enabled by adding 'json' : true to the client configuration.

indexzero commented 13 years ago

This looks good. Can you add additional test coverage for this new feature?

ehedenst commented 13 years ago

I'll get some tests written shortly. I'll also update the docs.

indexzero commented 13 years ago

@ehedenst Great. The Loggly folks appreciate your work too :-D

http://twitter.com/#!/loggly/status/98190587995500544

indexzero commented 13 years ago

Looks good. Will merge this in over the weekend. Thanks for updating the tests and README. Very thorough :)

ehedenst commented 13 years ago

You're welcome. Glad I could help out.