Skip to content

Commit 083097d

Browse files
feat: log supervisor start (#1029)
1 parent ecae74e commit 083097d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent-control/src/sub_agent/k8s/supervisor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ impl NotStartedSupervisorK8s {
130130
let agent_id = self.agent_id.clone();
131131
let k8s_client = self.k8s_client.clone();
132132

133+
info!(%agent_id, "k8s objects supervisor started");
133134
let join_handle = thread::spawn(move || loop {
134135
// Check and apply k8s objects
135136
if let Err(err) = Self::apply_resources(&agent_id, resources.iter(), k8s_client.clone())

0 commit comments

Comments
 (0)