kaiyan-index: remove debug logging

This commit is contained in:
Branden J Brown 2025-04-20 14:55:16 -04:00
parent b2f3a2ed87
commit 039013abb6

View File

@ -77,7 +77,6 @@ func main() {
kgo.ConsumeTopics(queue.Topic),
kgo.FetchIsolationLevel(kgo.ReadCommitted()),
kgo.GreedyAutoCommit(),
kgo.WithLogger(kgo.BasicLogger(os.Stderr, kgo.LogLevelDebug, nil)),
)
if err != nil {
fail("%v", err)