Skip to content

Commit a50dcb9

Browse files
kfswainahg-g
andauthored
Update cmd/epp/health.go
Co-authored-by: Abdullah Gharaibeh <[email protected]>
1 parent 833927b commit a50dcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/epp/health.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type healthServer struct {
3434

3535
func (s *healthServer) Check(ctx context.Context, in *healthPb.HealthCheckRequest) (*healthPb.HealthCheckResponse, error) {
3636
if !s.datastore.PoolHasSynced() {
37-
s.logger.V(logutil.TRACE).Info("gRPC health check not serving", "service", in.Service)
37+
s.logger.V(logutil.DEFAULT).Info("gRPC health check not serving", "service", in.Service)
3838
return &healthPb.HealthCheckResponse{Status: healthPb.HealthCheckResponse_NOT_SERVING}, nil
3939
}
4040
s.logger.V(logutil.TRACE).Info("gRPC health check serving", "service", in.Service)

0 commit comments

Comments
 (0)