Skip to content

Commit

Permalink
Fewer log msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Jun 29, 2024
1 parent a1fa061 commit 8f65e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gossip-lib/src/overlord/minion/handle_websocket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ impl Minion {
}

match ok {
true => tracing::info!("{relay_response}"),
false => tracing::warn!("{relay_response}"),
true => tracing::debug!("{relay_response}"),
false => tracing::info!("{relay_response}"),
}
}
RelayMessage::Auth(challenge) => {
Expand Down

0 comments on commit 8f65e87

Please sign in to comment.