Skip to content

Commit 5e90f29

Browse files
committed
do not output unnecessary log message
1 parent ec4e6f0 commit 5e90f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/lib/indexer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
func IndexerListen(ctx context.Context, config *config.Config, kind glue.IdKind, js jetstream.JetStream, logger *zap.Logger) error {
19-
logger.Info("Starting indexer extension", zap.String("for", string(kind)), zap.Any("config", config.Extensions.Search))
19+
//logger.Info("Starting indexer extension", zap.String("for", string(kind)), zap.Any("config", config.Extensions.Search))
2020

2121
client := typesense.NewClient(typesense.WithServer(config.Extensions.Search.Url), typesense.WithAPIKey(config.Extensions.Search.Key))
2222

0 commit comments

Comments
 (0)