Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
fix: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Sep 13, 2024
1 parent d9342c3 commit fc2d0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datastore/ingest.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (s *Datastore) Ingest(ctx context.Context, datasetID string, name string, c

docs, err := ingestionFlow.Run(ctx, bytes.NewReader(content))
if err != nil {
statusLog.With("status", "failed").Error("Failed to load documents", "error", err)
statusLog.With("status", "failed").Error("Ingestion Flow failed", "error", err)
return nil, fmt.Errorf("failed to load documents: %w", err)
}

Expand Down

0 comments on commit fc2d0e2

Please sign in to comment.