Skip to content

Deprecate org.springframework.data.elasticsearch.client.ClientLogger #2353

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

Closed
sothawo opened this issue Nov 5, 2022 · 0 comments · Fixed by #2354
Closed

Deprecate org.springframework.data.elasticsearch.client.ClientLogger #2353

sothawo opened this issue Nov 5, 2022 · 0 comments · Fixed by #2354
Assignees
Labels
type: task A general task

Comments

@sothawo
Copy link
Collaborator

sothawo commented Nov 5, 2022

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".

So we deprecate this class to remove it later.

@sothawo sothawo added the type: task A general task label Nov 5, 2022
@sothawo sothawo self-assigned this Nov 5, 2022
sothawo added a commit to sothawo/spring-data-elasticsearch that referenced this issue Nov 5, 2022
sothawo added a commit that referenced this issue Nov 5, 2022
Original Pull Request #2354
Closes #2353
@sothawo sothawo added this to the 5.0 GA (2022.0.0) milestone Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant