Skip to content

Commit

Permalink
feat: OBS-390 - [distributor] don't log ingestion data sources
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
mfiedorowicz committed Feb 21, 2024
1 parent d4b2223 commit c37aafa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions diode-server/distributor/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ func New(ctx context.Context, logger *slog.Logger) (*Component, error) {
diodepb.RegisterDistributorServiceServer(grpcServer, component)
reflection.Register(grpcServer)

logger.Info("ingestion data sources", "sources", dataSources.GetIngestionDataSources())

return component, nil
}

Expand Down

0 comments on commit c37aafa

Please sign in to comment.