winstonjs / node-loggly

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

adding in https agents for http keepalive #20

Closed mavrick closed 11 years ago

indexzero commented 11 years ago

This is the wrong way to to this. You should pass in these options to the .createClient and then use them in all requests. Will accept with update after v1.0.0-dev lands.

Thanks for this anyway!