Skip to content

Commit

Permalink
style: alert log level
Browse files Browse the repository at this point in the history
Signed-off-by: iutx <root@viper.run>
  • Loading branch information
iutx committed Jan 10, 2024
1 parent 28d5fbb commit ae85f15
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 ae85f15

Please sign in to comment.