Skip to content

Commit

Permalink
replace log library with logrus (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvanagit committed Jun 17, 2024
1 parent 657f906 commit 81e4462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admiral/pkg/controller/admiral/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sort"
"time"

"github.com/prometheus/common/log"
log "github.com/sirupsen/logrus"

"github.com/istio-ecosystem/admiral/admiral/pkg/controller/common"
"k8s.io/apimachinery/pkg/runtime"
Expand Down

0 comments on commit 81e4462

Please sign in to comment.