Skip to content

Commit

Permalink
refactor(logging): Log hairpin results at debug level (#1809)
Browse files Browse the repository at this point in the history
## Description

There really is no need for this to be info all the time.  It runs
continiously and is super boring.

## Notes & open questions

## Change checklist

- [x] Self-review.
- [x] ~~Documentation updates if relevant.~~
- [x] ~~Tests if relevant.~~

Co-authored-by: Friedel Ziegelmayer <me@dignifiedquire.com>
  • Loading branch information
flub and dignifiedquire committed Nov 16, 2023
1 parent a608fe8 commit ca8a983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/netcheck/reportgen/hairpin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl Actor {
Ok(Err(_)) => bail!("netcheck actor dropped stun response channel"),
Err(_) => false, // Elapsed
};
tracing::info!(
tracing::debug!(
"hairpinning done in {:?}, res: {:?}",
now.elapsed(),
hairpinning_works
Expand Down

0 comments on commit ca8a983

Please sign in to comment.