Commit 2eab479c authored by Ahmad Sherif's avatar Ahmad Sherif

Remove [ES INDEXER] tag as it is already implied by the file name

parent 20712080
...@@ -17,7 +17,7 @@ FROM_SHA = ENV['FROM_SHA'] ...@@ -17,7 +17,7 @@ FROM_SHA = ENV['FROM_SHA']
TO_SHA = ENV['TO_SHA'] TO_SHA = ENV['TO_SHA']
RAILS_ENV = ENV['RAILS_ENV'] RAILS_ENV = ENV['RAILS_ENV']
LOGGER.info("[ES indexer]: Has been scheduled for project #{REPO_PATH} with SHA range #{FROM_SHA}:#{TO_SHA}") LOGGER.info("Has been scheduled for project #{REPO_PATH} with SHA range #{FROM_SHA}:#{TO_SHA}")
elastic_connection_info = JSON.parse ENV['ELASTIC_CONNECTION_INFO'] elastic_connection_info = JSON.parse ENV['ELASTIC_CONNECTION_INFO']
ELASTIC_HOST = elastic_connection_info['host'] ELASTIC_HOST = elastic_connection_info['host']
...@@ -62,7 +62,7 @@ end ...@@ -62,7 +62,7 @@ end
puts "Done" puts "Done"
LOGGER.info("[ES indexer]: Commits for #{REPO_PATH} are indexed. Time elapsed: #{timings.real}") LOGGER.info("Commits for #{REPO_PATH} are indexed. Time elapsed: #{timings.real}")
print "Indexing blobs..." print "Indexing blobs..."
...@@ -72,4 +72,4 @@ end ...@@ -72,4 +72,4 @@ end
puts "Done" puts "Done"
LOGGER.info("[ES indexer]: Blobs for #{REPO_PATH} are indexed. Time elapsed: #{timings.real}") LOGGER.info("Blobs for #{REPO_PATH} are indexed. Time elapsed: #{timings.real}")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment