Christian Vaagland Tellnes
Christian Vaagland Tellnes
@sumeetddubey Yeah, that might be a solution. Another solution might to split out the part which actually logs. There is a lot of flags to configure it currently. Different people...
I've also started experimenting with an HTTP/2 implementation in pure JS. Adding a `listenSecure` and and `secureForward` is on the verge of what I mean belongs in userland, but would...
I really like how browserify does this by adding a `browserify.transform` field to package.json. If that is implemented, then the modules can use transforms without needing to do the transformation...
You should not see the stack trace when you put the application in production mode (assuming you are using express), but it will still throw you a 500 error. But...