-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
we need:
<dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-to-slf4j</artifactId> <version>2.9.1</version> </dependency>
in order to have the transport client logs available.
https://www.elastic.co/guide/en/elasticsearch/client/java-api/6.0/_using_another_logger.html
This will help in solving issues like in SUPPORT-5039 faster.