-
Notifications
You must be signed in to change notification settings - Fork 789
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
[XCM] don't ignore errors #2408
Comments
|
but |
Should probably still be logged to ease debuggability. |
Hi @xlc, I am interested in working on this, my assumption is for occurrences of |
yes |
Added error logs in pallet-xcm to help in debugging, fixes #2408 ## TODO - [x] change `log::error` to `tracing::error` format for `xcm-executor` - [x] check existing logs, e.g. this one can be extended with more info `tracing::error!(target: "xcm::reanchor", ?error, "Failed reanchoring with error");` - [x] use `tracing` instead of `log` for `pallet-xcm/src/lib.rs` --------- Co-authored-by: Ayevbeosa Iyamu <aiyamu@vatebra.com> Co-authored-by: Adrian Catangiu <adrian@parity.io> Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com> Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: Bastian Köcher <git@kchr.de>
Issue is not complete, still many many XCM filters/helpers/matchers/types to add logging to. |
Everything in
should have logging |
I guess I'd like to complete this till the very end then. |
@ayevbeosa Is this still being worked on ? |
Yes please |
Originally posted by @xlc in #2405 (comment)
Need to make sure every
.map_err(|_|
are justified with good reasons.The text was updated successfully, but these errors were encountered: