-
Notifications
You must be signed in to change notification settings - Fork 986
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
log go request and response #21218
log go request and response #21218
Conversation
Jenkins BuildsClick to see older builds (36)
|
ecdeec6
to
a76bde7
Compare
a76bde7
to
edf0911
Compare
f28b17d
to
a63b132
Compare
a4502e4
to
e0ec6d2
Compare
71% of end-end tests have passed
Failed tests (2)Click to expandClass TestCommunityOneDeviceMerged:
Class TestWalletMultipleDevice:
Passed tests (5)Click to expandClass TestCommunityOneDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestWalletOneDevice:
Class TestCommunityMultipleDeviceMerged:
Class TestWalletMultipleDevice:
|
@qfrank Thank you for this AMAZING work! DMd you for a very small fix, after that you can merge it. I checked that it is not logging requests in release / nightly, works as a charm |
ce76178
to
cf38339
Compare
status-im/status-go@81cfce7...70540da chore_: add new line status-im/status-go@81cfce7...70540da chore_: update status-go version
d545ae8
to
be86ecd
Compare
"version": "v0.186.0", | ||
"commit-sha1": "b866640dc56471846f530e907d50a1df6df13ae0", | ||
"src-sha256": "0sw8z4f4f87k01qnpp8sk7sam4bkk77nn7pd5iggqchbmpzr6638" | ||
"version": "f859b58c3896523b2fb9a09b3e5c1cedb04f959b", |
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.
@qfrank just was checking around, shouldn't we have a tag for it?
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.
Yes, you should be using tags.
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.
we merged because of bug in the tag script, I'll fix that script soon and update the v1 tag
fixes #21176
this PR implemented logging request/response between status-mobile and status-go.
to access
requests.log
, shake your phone and share the logs.TBD:
device id
into request to proxy server, we can implement it in a separate PR if needed.Testing notes
As the changes on the status-go side involve many existing endpoints exposed before, we need regression tests in all aspects.
Platforms
status: ready