Merge branch 'standalone_develop' into pre_trustie_server

This commit is contained in:
“xxq250” 2022-11-01 17:39:44 +08:00
commit 7d3a745f25
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ class Projects::ElasticsearchService < ApplicationService
project_ids = result['data']['rows'].map{|d|d['instanceId']}
project_ids
rescue => e
puts "ElasticsearchService error: #{e.message}"
raise Error, e.message
Rails.logger.info "ElasticsearchService error: #{e.message}"
[]
end
end