chore(connlib): downgrade warning about failed flow (#7480)

This commit is contained in:
Thomas Eizinger
2024-12-12 06:01:37 +11:00
committed by GitHub
parent 83464c6412
commit 7e38d3caee

View File

@@ -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:?}")
}
}
}