Closed
Description
As per the logs: https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-low-usage-logging.html#_trace_logs
To enable the "Tracer" logs, one needs to change the log levels of the "tracer" log name such as
<logger name="tracer" level="TRACE" additivity="false">
<appender-ref ref="your_appender_block_name" />
</logger>
In my opinion, the name "tracer" was a poor choice because it does not link back to Elasticsearch in any way. The "tracer" term may conflict with other projects as well which may not be desired
I always see myself linking back to https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-low-usage-logging.html to explain what this does