TomFrost / Bristol

Insanely configurable logging for Node.js
MIT License
113 stars 19 forks source link

Use json-stringify-safe to avoid Circular Reference exceptions. #41

Closed yknx4 closed 6 years ago

yknx4 commented 7 years ago

I faced an issue with circular references that was breaking my code. This is the fix in case you are interested.

closes #35

TomFrost commented 6 years ago

Thanks for this, and sorry for the delay in releasing! This is now out in version 0.4.0. Great catch.