Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 631e108

Browse files
bern4rdellidiogonicoleti
authored andcommitted
Remove logs
1 parent f41da85 commit 631e108

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gauges/indexes.go

-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package gauges
22

33
import (
44
"time"
5-
"github.com/apex/log"
65

76
"github.com/prometheus/client_golang/prometheus"
87
)
@@ -91,9 +90,7 @@ func (g *Gauges) IndexBlocksReadBySchema() *prometheus.GaugeVec {
9190
for {
9291
var schemas []schemaIndexBlocksRead
9392
if err := g.query(schemaIndexBlocksReadQuery, &schemas, emptyParams); err == nil {
94-
log.WithField("schemas", schemas).Info("started")
9593
for _, schema := range schemas {
96-
log.Info("*********************************Achou")
9794
gauge.With(prometheus.Labels{
9895
"schema": schema.Name,
9996
}).Set(schema.IndexBlocksRead)

0 commit comments

Comments
 (0)