mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-04-07 17:07:09 +00:00
With a retry-mechanism in place, there is no need to log a warning when `connect_to_service` fails. Instead, we just log this as on DEBUG and continue trying. If it fails after all attempts, the entire function will bail out and we will receive a Sentry event from error handling higher up the callstack.