chore: do not log too noisy 'Sent log stream heartbeat.' log line for machine logs

This commit is contained in:
Pasha Sviderski
2026-04-24 14:22:25 +10:00
parent 8384d4162c
commit 3310b478a1
-1
View File
@@ -1213,7 +1213,6 @@ func (m *Machine) MachineLogs(
return status.Errorf(codes.Internal, "send log stream heartbeat: %v", err)
}
lastSent = heartbeat.Timestamp.AsTime()
log.Debug("Sent log stream heartbeat.", "timestamp", lastSent)
case <-ctx.Done():
return status.Error(codes.Canceled, ctx.Err().Error())