Skip to content

Commit

Permalink
Undo testing logger
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
dimitarvdimitrov committed Nov 21, 2024
1 parent b6d78d4 commit 4303e05
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkg/storage/ingest/fetcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1332,11 +1332,7 @@ func TestFetchResult_Merge(t *testing.T) {
}

func createConcurrentFetchers(ctx context.Context, t *testing.T, client *kgo.Client, topic string, partition int32, startOffset int64, concurrency int, maxInflightBytes int32) *concurrentFetchers {
//logger := log.NewNopLogger()

logger := log.NewLogfmtLogger(os.Stdout)
// add timestamp to logger
logger = log.With(logger, "ts", log.DefaultTimestampUTC)
logger := log.NewNopLogger()

reg := prometheus.NewPedanticRegistry()
metrics := newReaderMetrics(partition, reg, noopReaderMetricsSource{})
Expand Down

0 comments on commit 4303e05

Please sign in to comment.