Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jun 17, 2024
1 parent 5b55810 commit 1ffc76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/tests/src/e2e/ibc_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ fn make_consensus_state(
) -> Result<TmConsensusState> {
let header = query_header(test, height)?;
let cs = TmConsensusState::from(header);
println!("DEBUG: consensus state with queried header: {cs:?}");
println!("DEBUG: consensus state with queried header: {cs:?}, at height {height}");
Ok(cs)
}

Expand Down
2 changes: 1 addition & 1 deletion crates/tests/src/e2e/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ where
{
// Root cargo workspace manifest path
let (bin_name, log_level) = match bin {
Bin::Node => ("namadan", "info"),
Bin::Node => ("namadan", "debug"),
Bin::Client => ("namadac", "tendermint_rpc=debug"),
Bin::Wallet => ("namadaw", "info"),
Bin::Relayer => ("namadar", "info"),
Expand Down

0 comments on commit 1ffc76f

Please sign in to comment.