-
Notifications
You must be signed in to change notification settings - Fork 802
Undefined method 'logger' after update to elasticsearch gem v7.14.0 #998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I ran into the same issue. As best as I can tell, the issue is in: elasticsearch-rails/elasticsearch-model/lib/elasticsearch/model/indexing.rb Lines 286 to 299 in 939bf5d
and elasticsearch-rails/elasticsearch-model/lib/elasticsearch/model/indexing.rb Lines 313 to 327 in 939bf5d
Specifically, |
Hi, after upgrading to elasticsearch gem 7.14.0, I started to get errors when creating and deleting indexes in test setups. I suppose it is caused by changes in elasticsearch-transport https://github.com/elastic/elasticsearch-ruby/releases/tag/v7.14.0
Here is the stack trace:
The text was updated successfully, but these errors were encountered: