mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore(connlib): downgrade log-level for unchanged TUN config (#7106)
This is otherwise really noise in debug output and doesn't offer much.
This commit is contained in:
@@ -1076,7 +1076,7 @@ impl ClientState {
|
||||
|
||||
fn maybe_update_tun_config(&mut self, new_tun_config: TunConfig) {
|
||||
if Some(&new_tun_config) == self.tun_config.as_ref() {
|
||||
tracing::debug!(current = ?self.tun_config, "TUN device configuration unchanged");
|
||||
tracing::trace!(current = ?self.tun_config, "TUN device configuration unchanged");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user