Skip to content

Commit 0678c98

Browse files
authored
fix: fix logging for every version check (#2153)
1 parent fadba90 commit 0678c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent-control/src/sub_agent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ where
368368
.inspect_err(|e| error!(error = %e, select_arm = "sub_agent_internal_consumer", "Processing health message"));
369369
},
370370
Ok(SubAgentInternalEvent::AgentAttributesUpdated(attributes)) => {
371-
info!("Recreating SubAgent with attributes: {:?}", attributes);
371+
debug!("Updating SubAgent attributes with: {:?}", attributes);
372372
let _ = self.maybe_opamp_client.as_ref().map(|c|
373373
update_opamp_attributes(c, attributes)
374374
.inspect_err(|e| error!(error = %e, select_arm = "sub_agent_internal_consumer", "processing update agent attributes message")));

0 commit comments

Comments
 (0)