Skip to content

Commit

Permalink
Remove verbose debug log line. (#5201)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz authored Jul 26, 2024
1 parent d40d505 commit 66c2483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/agent/application/coordinator/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,6 @@ func (c *Coordinator) refreshComponentModel(ctx context.Context) (err error) {
}

c.logger.Info("Updating running component model")
c.logger.With("components", model.Components).Debug("Updating running component model")
c.runtimeMgr.Update(model)
return nil
}
Expand Down

0 comments on commit 66c2483

Please sign in to comment.