dont log pings
All checks were successful
Build and Publish / Metadata (push) Successful in 8s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 1m13s
Build and Publish / BuildAndDeployArm64 (push) Successful in 3m46s

This commit is contained in:
matst80
2025-10-12 23:29:25 +02:00
parent 6cb46b4e16
commit c6671ceef0

View File

@@ -46,7 +46,7 @@ func (s *ControlServer[V]) AnnounceExpiry(ctx context.Context, req *messages.Exp
// ControlPlane: Ping // ControlPlane: Ping
func (s *ControlServer[V]) Ping(ctx context.Context, _ *messages.Empty) (*messages.PingReply, error) { func (s *ControlServer[V]) Ping(ctx context.Context, _ *messages.Empty) (*messages.PingReply, error) {
log.Printf("got ping") // log.Printf("got ping")
return &messages.PingReply{ return &messages.PingReply{
Host: s.pool.Hostname(), Host: s.pool.Hostname(),
UnixTime: time.Now().Unix(), UnixTime: time.Now().Unix(),