-
Notifications
You must be signed in to change notification settings - Fork 14
Fix SVR forwarder #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix SVR forwarder #236
Conversation
|
👋 dimriou, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments/thoughts
| r, err := json.MarshalIndent(response.Result, "", " ") | ||
| if err != nil { | ||
| return nil, err | ||
| } | ||
| a.lggr.Info("Response: ", string(r)) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add some tests to ensure the serialization works as expected
5ff22c8 to
48a6873
Compare
* Fix SVR forwarder * Add more logs * Safeguard logs * Add omitempty
No description provided.