micahstubbs commented on code in PR #2222:
URL: https://github.com/apache/helix/pull/2222#discussion_r976851252
##########
helix-front/server/controllers/helix.ts:
##########
@@ -41,6 +42,12 @@ export class HelixCtrl {
if (apiPrefix) {
const realUrl = apiPrefix + url.replace(`/${helixKey}`, '');
+ console.log('realUrl from helix api proxy');
+ console.log(realUrl);
+ console.log('');
+ console.log('request body');
+ console.log(req.body);
Review Comment:
I'd like to leave this logging in the server logs, to aid debugging similar
issues in the future. I'm happy to modify the formatting if reviewers recommend
this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]