-
Notifications
You must be signed in to change notification settings - Fork 95
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
Optimize error for guest-components #543
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.
Great stuff. Made a few comments
@fitzthum Fixed as suggestions. Thanks. PTAL |
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
Do you want to fixup this trace as well? I saw something about this in the slack.
There are a couple of places where you use the same format string in this PR that you might want to double check.
I think it is enough now. |
cc @mkulke might be interested. |
This commit re-organize the error information of CDH. Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
`anyhow` crate provides '{:?}' macro to print multiple line error information. Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
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.
Thanks @Xynnn007 LGTM!
This PR does the following
unseal_secret
in storage plugin