Allow overriding the tracing filter with the RUST_LOG
environment variable
#1895
Labels
I: CLI
Internal: related to the relayer's CLI
O: new-feature
Objective: cause to add a new feature or support
O: usability
Objective: cause to improve the user experience (UX) and ease using the product
Milestone
Crate
ibc-relayer-cli
Summary
The current tracing filter is hardcoded and cannot be overridden, eg. to enable debug output for the
tendermint-rpc
crate as one would otherwise do with:Problem Definition
For debugging purposes, we would like to enable tracing for dependencies of the relayer, eg. the
tendermint-rpc
crate, but this is not possible at the moment.Proposal
Update the tracing filter builder to use the tracing filter specified via the
RUST_LOG
environment variable.Acceptance Criteria
shows the debug output of the
tendermint-rpc
crate.For Admin Use
The text was updated successfully, but these errors were encountered: