We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadba90 commit 0678c98Copy full SHA for 0678c98
agent-control/src/sub_agent.rs
@@ -368,7 +368,7 @@ where
368
.inspect_err(|e| error!(error = %e, select_arm = "sub_agent_internal_consumer", "Processing health message"));
369
},
370
Ok(SubAgentInternalEvent::AgentAttributesUpdated(attributes)) => {
371
- info!("Recreating SubAgent with attributes: {:?}", attributes);
+ debug!("Updating SubAgent attributes with: {:?}", attributes);
372
let _ = self.maybe_opamp_client.as_ref().map(|c|
373
update_opamp_attributes(c, attributes)
374
.inspect_err(|e| error!(error = %e, select_arm = "sub_agent_internal_consumer", "processing update agent attributes message")));
0 commit comments