mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
chore: do not log too noisy 'Sent log stream heartbeat.' log line for machine logs
This commit is contained in:
@@ -1213,7 +1213,6 @@ func (m *Machine) MachineLogs(
|
|||||||
return status.Errorf(codes.Internal, "send log stream heartbeat: %v", err)
|
return status.Errorf(codes.Internal, "send log stream heartbeat: %v", err)
|
||||||
}
|
}
|
||||||
lastSent = heartbeat.Timestamp.AsTime()
|
lastSent = heartbeat.Timestamp.AsTime()
|
||||||
log.Debug("Sent log stream heartbeat.", "timestamp", lastSent)
|
|
||||||
|
|
||||||
case <-ctx.Done():
|
case <-ctx.Done():
|
||||||
return status.Error(codes.Canceled, ctx.Err().Error())
|
return status.Error(codes.Canceled, ctx.Err().Error())
|
||||||
|
|||||||
Reference in New Issue
Block a user