Skip to content

Commit

Permalink
feat(persisted-ops): Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebruijn committed Aug 10, 2024
1 parent ee915f1 commit d18330f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/business/persistedoperations/gcp_loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (g *GcpLoader) Load(ctx context.Context) (map[string]PersistedOperation, er
numberOfFilesProcessed++
}

g.log.Info("Read manifest files from bucket", "numFiles", numberOfFilesProcessed, "numErrs", len(errs))
g.log.Info("Loaded files from gcp bucket", "numFiles", numberOfFilesProcessed, "numErrs", len(errs))
filesLoadedCounter.WithLabelValues().Set(float64(numberOfFilesProcessed))

return result, errors.Join(errs...)
Expand Down

0 comments on commit d18330f

Please sign in to comment.