Skryabind

Results 6 comments of Skryabind

@trueleo yes, I just sent full error object to log. The code was like this (in nodejs): ```javascript try { axios.get(....) } catch (e) { log.error(e) } ``` So log...

@trueleo I've just confirmed: If you send the object from my previous message to stream, You'll get this error.

@trueleo I agree that this object is not realy sutable for log. In real projects I use winston logger and send more informative and short logs. Now I'm looking for...