mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 14:41:47 +00:00
chore(connlib): reduces noisy log-level on gateway when clients restart (#6733)
Fixes #6372
This commit is contained in:
@@ -168,7 +168,7 @@ impl GatewayState {
|
||||
}
|
||||
|
||||
let Some(peer) = self.peers.peer_by_ip_mut(dst) else {
|
||||
tracing::warn!(%dst, "Couldn't find connection by IP");
|
||||
tracing::trace!(%dst, "Couldn't find connection by IP");
|
||||
|
||||
return None;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user