Skip to content
Snippets Groups Projects
Commit f5aa2239 authored by gosdn-user's avatar gosdn-user
Browse files

add debug output

parent baa496f6
No related branches found
No related tags found
No related merge requests found
Pipeline #183890 failed
......@@ -48,7 +48,7 @@ func (qs *quipSecServer) PushKeys(ctx context.Context, req *pb.PushKeysRequest)
BulkKey: &req.GetKeyBulk().Keys,
}
eqm.rawBulkKeysMutex.Unlock()
logrus.Debugf("%s received a new bulk with id: %s and a length of: %d", qs.eKMS.kmsName, req.GetKeyBulk().GetKeyId(), req.GetKeyBulk().GetKeyLength())
logrus.Debugf("%s received a new bulk from: %s with id: %s and a length of: %d", qs.eKMS.kmsName, qm.Address(), req.GetKeyBulk().GetKeyId(), req.GetKeyBulk().GetKeyLength())
return &pb.PushKeysResponse{Timestamp: time.Now().Unix()}, nil
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment