Move health check logs to debug level #6237
Annotations
2 errors and 2 warnings
pkg/cmd/server/defaults.go#L1
Please run go run mage.go lint:go.
diff --git a/pkg/cmd/server/defaults.go b/pkg/cmd/server/defaults.go
index 7c62290..402dc3e 100644
--- a/pkg/cmd/server/defaults.go
+++ b/pkg/cmd/server/defaults.go
@@ -4,12 +4,13 @@ import (
"context"
"encoding/json"
"fmt"
- "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors"
- "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/selector"
"net/http"
"net/http/pprof"
"time"
+ "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors"
+ "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/selector"
+
"github.com/fatih/color"
"github.com/go-logr/zerologr"
grpcprom "github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus"
|
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading