-
Notifications
You must be signed in to change notification settings - Fork 35
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: replace logs with appropriate handler #1072
base: main
Are you sure you want to change the base?
Conversation
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.
notes related change. rest looks good to me
CHANGELOG.md
Outdated
- fixed technical user selection | ||
|
||
## 2.2.0-RC2 | ||
## Unreleased 2.2.0-RC3 |
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.
this is not related to RC3 changes. Kindly put this change note at the top with title - unreleased
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.
@manojava-gk updated the changelog
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.
lftm
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.
could you please resolve the conflicts?
@oyo could you please review?
Quality Gate passedIssues Measures |
@charmi-v kindly resolve the conflicts |
db22d95
to
d9e1508
Compare
Quality Gate passedIssues Measures |
@manojava-gk conflicts are resolved now |
Description
Added Notify.error for operations without error handling
Added LogService.info for logging responses
Added LogService.error for logging API failures.
Why
The changes were required to improve the error handling and logging within our operations & for operations without error handling, we can ensure that any unexpected issues are properly communicated to the user.
Issue
#701
Checklist