GODT-2109: removed log message "Parent process XXX is still alive".

This commit is contained in:
Xavier Michelon
2022-11-17 11:18:47 +01:00
parent bc30a9db68
commit 14cad02b5a

View File

@ -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: