Skip to content

Commit

Permalink
style: alert log level (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: iutx <[email protected]>
  • Loading branch information
iutx authored Jan 11, 2024
1 parent 3c4db72 commit b59f755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/probe-master/tunnel-server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
"strings"
"time"

erda_api "github.com/erda-project/erda/apistructs"
"github.com/gorilla/mux"
influxdb2 "github.com/influxdata/influxdb-client-go/v2"
influxdb2api "github.com/influxdata/influxdb-client-go/v2/api"
Expand All @@ -43,7 +44,6 @@ import (
"k8s.io/klog"
"sigs.k8s.io/controller-runtime/pkg/client"

erda_api "github.com/erda-project/erda/apistructs"
kubeproberv1 "github.com/erda-project/kubeprober/apis/v1"
"github.com/erda-project/kubeprober/apistructs"
"github.com/erda-project/kubeprober/pkg/probe-master/alert/dingding"
Expand Down Expand Up @@ -598,7 +598,7 @@ func proxyDingdingAlert(rw http.ResponseWriter, req *http.Request, influxdb2api
ticket.SendTicket(t)
}
}
klog.Errorf("alert start send to dingding\n")
klog.Info("alert start send to dingding")
dingding.ProxyAlert(rw, req)
}

Expand Down

0 comments on commit b59f755

Please sign in to comment.