mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(connlib): downgrade warning about failed flow (#7480)
This commit is contained in:
@@ -288,7 +288,7 @@ where
|
||||
self.tunnel.state_mut().set_resource_offline(resource_id);
|
||||
}
|
||||
IngressMessages::FlowCreationFailed(FlowCreationFailed { reason, .. }) => {
|
||||
tracing::warn!("Failed to create flow: {reason:?}")
|
||||
tracing::debug!("Failed to create flow: {reason:?}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user