diff --git a/harmony/src/infra/network_manager.rs b/harmony/src/infra/network_manager.rs index 6518b3d..5b1b825 100644 --- a/harmony/src/infra/network_manager.rs +++ b/harmony/src/infra/network_manager.rs @@ -97,8 +97,8 @@ impl NetworkManager for OpenShiftNmStateNetworkManager { debug!( "Applying NMState bond config for host {}:\n{}", + config.host_id, serde_yaml::to_string(&bond_config).unwrap(), - config.host_id ); self.k8s_client .apply(&bond_config, None) diff --git a/harmony/src/modules/okd/host_network.rs b/harmony/src/modules/okd/host_network.rs index d9a0063..c79b372 100644 --- a/harmony/src/modules/okd/host_network.rs +++ b/harmony/src/modules/okd/host_network.rs @@ -118,7 +118,7 @@ impl HostNetworkConfigurationInterpret { port, }); } - Ok(None) => debug!("No port found for '{mac_address}', skipping"), + Ok(None) => {} Err(e) => { return Err(InterpretError::new(format!( "Failed to get port for host '{}': {}",