Skip to content
Snippets Groups Projects
Commit d0adf89e authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6668 add logging for testing

parent 34002983
Branches
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ func (s *collaborationRouter) FindVorgang(ctx context.Context, in *pb.GrpcFindVo
}
func (s *collaborationRouter) handleRequest(ctx context.Context, handler func(pb.CollaborationServiceClient, context.Context) (interface{}, error)) (interface{}, error) {
logger.Info(fmt.Sprintf("setting grpc headers %s: %s", keyClientName, clientName))
ctx = metadata.AppendToOutgoingContext(ctx, keyClientName, clientName)
md, ok := metadata.FromIncomingContext(ctx)
if !ok {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment