-
Notifications
You must be signed in to change notification settings - Fork 23
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
Hotfix/improve error logs for debugging #125
Conversation
stellar-disbursement-platform-backend-preview is available here: |
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.
LGTM!
stellar-disbursement-platform-backend-preview is available here: |
… on Disbursement's verification type (#116) Modify the SEP-24 flow to perform verification for an entered phone number based on the latest verification type. The current SEP-24 flow is hardcoded to only accept date of birth but we will have disbursement files that will include pin and national id, and the front-end will need to change to be able to parse those values. Release 1.0.1 to develop (#129) [Release 1.0.1](#127) to develop To sync the `main` branch hotfixes: - #125 - #126 changes: fix tests migrate
… on Disbursement's verification type (#116) Modify the SEP-24 flow to perform verification for an entered phone number based on the latest verification type. The current SEP-24 flow is hardcoded to only accept date of birth but we will have disbursement files that will include pin and national id, and the front-end will need to change to be able to parse those values. Release 1.0.1 to develop (#129) [Release 1.0.1](#127) to develop To sync the `main` branch hotfixes: - #125 - #126 changes: fix tests migrate
… on Disbursement's verification type (#116) Modify the SEP-24 flow to perform verification for an entered phone number based on the latest verification type. The current SEP-24 flow is hardcoded to only accept date of birth but we will have disbursement files that will include pin and national id, and the front-end will need to change to be able to parse those values. Release 1.0.1 to develop (#129) [Release 1.0.1](#127) to develop To sync the `main` branch hotfixes: - #125 - #126 changes: fix tests migrate
* Hotfix/improve error logs for debugging (#125) ### What Add the client_domain when logging the message where the user with the {phone_number, client_domain} pair could not be found. Also, updated a log from error to warn. ### Why Better debuggability. * [SDP-1022] Hotfix: update Vibrant Assist's `client_domain` (#126) ### What Update client_domain on Vibrant Assist from api.vibrantapp.com to vibrantapp.com. ### Why It was incorrect. --------- Co-authored-by: Marwen Abid <[email protected]>
What
Add the client_domain when logging the message where the user with the {phone_number, client_domain} pair could not be found.
Also, updated a log from error to warn.
Why
Better debuggability.
Checklist
PR Structure
Thoroughness
Configs and Secrets
values.yaml
file.pr-preview
,dev
,demo
,prd
).values.yaml
file.pr-preview secrets
,dev secrets
,demo secrets
,prd secrets
).Release
develop
ormain
after it's ready for production!Deployment