You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
winston=require('winston')winston.add(winston.transports.File,{filename: './app.log'});// script just stops here, silently, no error message// When I stop the script, it's still running in the background and eating up all my CPU / memorywinston.error("bla bla",getCircularStructur())
If I do the same with a JSON.stringify, it throws the error:
Closing, see #1248 , in winston@3 you can define custom formatters that do whatever you like with your data -- e.g. managing decycling behavior for circular objects.
hope that makes sense?
If I do the same with a JSON.stringify, it throws the error:
The text was updated successfully, but these errors were encountered: