-
Couldn't load subscription status.
- Fork 130
chore: fix broadcast req error logs #2419
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
chore: fix broadcast req error logs #2419
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.
PR Summary
Enhanced error logging in the actors API by adding HTTP status codes and response content details to error messages, improving the ability to diagnose request failures across multiple endpoints.
- Modified error handling in
get_inner()to include HTTP status and response content in error logs - Updated
destroy()function to provide more detailed error context for failed actor destruction requests - Enhanced error reporting in
upgrade()andupgrade_all()to include complete response details - Improved error logging in
list_actors_inner()to capture HTTP status codes and response content
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->

Changes