From 14cad02b5a44d678fa84e8e5ab0ed285be41f84f Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Thu, 17 Nov 2022 11:18:47 +0100 Subject: [PATCH] GODT-2109: removed log message "Parent process XXX is still alive". --- internal/frontend/grpc/service.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/frontend/grpc/service.go b/internal/frontend/grpc/service.go index b0b0385b..0a2d970c 100644 --- a/internal/frontend/grpc/service.go +++ b/internal/frontend/grpc/service.go @@ -527,8 +527,6 @@ func (s *Service) monitorParentPID() { logrus.WithError(err).Error("Error on quit") } }() - } else { - s.log.Tracef("Parent process %v is still alive", s.parentPID) } case <-s.parentPIDDoneCh: