mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(connlib): make Relay connectivity error log at ERROR level (#6105)
This almost always indicate a user-impacting connectivity error. For customers troubleshooting their Gateways by greping for `ERROR`, this will make these much easier to find. --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
@@ -449,7 +449,7 @@ where
|
||||
self.allocations
|
||||
.retain(|rid, allocation| match allocation.can_be_freed() {
|
||||
Some(e) => {
|
||||
tracing::info!(%rid, "Disconnecting from relay; {e}");
|
||||
tracing::error!(%rid, "Disconnecting from relay; {e}");
|
||||
|
||||
false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user