winstonjs / node-loggly

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

fix crash with circular objects #39

Closed brandongoode closed 10 years ago

brandongoode commented 10 years ago

If you pass a object with an circular reference, JSON.stringify throw an exception. Use json-stringify-safe to drop circular references from the log.

jcrugzz commented 10 years ago

@brandongoode Thanks!