We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
org.springframework.data.elasticsearch.client.ClientLogger can be used to log request and responses on trace level. This is not needed anymore, as Elasticsearch's RestClient can do this (see https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-low-usage-logging.html) by settting the log level of the tracer package to "trace".
org.springframework.data.elasticsearch.client.ClientLogger
RestClient
tracer
So we deprecate this class to remove it later.
The text was updated successfully, but these errors were encountered:
Deprecate ClientLogger.
a7a49e3
Closes spring-projects#2353
ceca984
Original Pull Request #2354 Closes #2353
sothawo
Successfully merging a pull request may close this issue.
org.springframework.data.elasticsearch.client.ClientLogger
can be used to log request and responses on trace level. This is not needed anymore, as Elasticsearch'sRestClient
can do this (see https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-low-usage-logging.html) by settting the log level of thetracer
package to "trace".So we deprecate this class to remove it later.
The text was updated successfully, but these errors were encountered: