mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(gateway): lower "Tunnel error" to debug (#7165)
This is spamming Sentry and we have almost reached our rate limit for the amounts of events ingested.
This commit is contained in:
@@ -77,7 +77,7 @@ impl Eventloop {
|
||||
continue;
|
||||
}
|
||||
Poll::Ready(Err(e)) => {
|
||||
tracing::warn!(error = std_dyn_err(&e), "Tunnel error");
|
||||
tracing::debug!(error = std_dyn_err(&e), "Tunnel error");
|
||||
continue;
|
||||
}
|
||||
Poll::Pending => {}
|
||||
|
||||
Reference in New Issue
Block a user