Skip to content

Commit 5d0c4ad

Browse files
authored
[CLN] Remove a spammy log line about Scouted Logs from the Go log (#4895)
## Description of changes Cleanup ## Test plan CI ## Documentation Changes N/A
1 parent 4b15315 commit 5d0c4ad

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

go/pkg/log/server/server.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import (
88
"github.com/chroma-core/chroma/go/pkg/proto/coordinatorpb"
99
"github.com/chroma-core/chroma/go/pkg/proto/logservicepb"
1010
"github.com/chroma-core/chroma/go/pkg/types"
11-
trace_log "github.com/pingcap/log"
12-
"go.uber.org/zap"
1311
"google.golang.org/protobuf/proto"
1412
)
1513

@@ -67,7 +65,6 @@ func (s *logServer) ScoutLogs(ctx context.Context, req *logservicepb.ScoutLogsRe
6765
FirstUninsertedRecordOffset: int64(limit + 1),
6866
IsSealed: isSealed,
6967
}
70-
trace_log.Info("Scouted Logs", zap.Int64("start", int64(start+1)), zap.Int64("limit", int64(limit+1)), zap.String("collectionId", req.CollectionId))
7168
return
7269
}
7370

0 commit comments

Comments
 (0)