Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Circular JSON structure crash #64
Comments
|
Hello @renanccastro, it looks that the object you are sending through the library contains circular reference and when it's being converted to JSON string it throws this error. Can you figure out if it's throwing this error for some specific log statements? |
|
Sorry, we can't identify exactly the log with the error. |
|
Sure, since you can reproduce the issue feel free to create a PR and we'll check it and merge if it's OK. |
Hello, everyone.
We are using this library to push logs to loggly with Winston and Meteor, but some circular JSON structure is crashing our servers from time to time.
Any clues on what could be done on the library level to avoid this?
This is some of the logs we have:
Thanks for the help!