Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
OPT: lower tracing level of the keepa-live messages
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Jul 28, 2022
1 parent 37b5f67 commit eb00548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rusty-tractive/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl Service {
keep_alive_ttl = payload.keep_alive_ttl;
}
Message::KeepAlive(payload) => {
info!(timestamp = ?payload.timestamp, "🐈 purr…",);
debug!(timestamp = ?payload.timestamp, "🐈 purr…",);
}
Message::TrackerStatus(payload) => {
self.on_tracker_status(payload).await?;
Expand Down

0 comments on commit eb00548

Please sign in to comment.