diff --git a/app/models/client.rb b/app/models/client.rb index 949237518..2c880d702 100644 --- a/app/models/client.rb +++ b/app/models/client.rb @@ -718,7 +718,7 @@ def self.import_dois_not_indexed(query: nil) # loop through repositories that have DOIs not indexed in Elasticsearch table.each do |row| - Rails.logger.info "Indexing missing DOIs for repository #{row["Repository ID"]}." + Rails.logger.info "Indexing #{row["DOIs in Database"]} DOIs (#{row["DOIs missing"]} missing) for repository #{row["Repository ID"]}." DoiNotIndexedJob.perform_later(row["Repository ID"]) end end