Log http traffic in ADF devServer?
My CORS configuration doesn't seem to work. Is there a way to log traffic? I have this:devServer.proxy."/ecm".logLevel: 'debug'devServer.proxy."/ecm".error: function(err, req, res) {console.log(err)}devServer.proxy."/ecm".onProxyReq: function (proxyR...