OpenSearch/modules/reindex/src
Przemyslaw Gomulka 9f566644af
Do not create two loggers for DeprecationLogger backport(#58435) (#61530)
DeprecationLogger's constructor should not create two loggers. It was
taking parent logger instance, changing its name with a .deprecation
prefix and creating a new logger.
Most of the time parent logger was not needed. It was causing Log4j to
unnecessarily cache the unused parent logger instance.

depends on #61515
backports #58435
2020-08-26 16:04:02 +02:00
..
internalClusterTest/java/org/elasticsearch/client/documentation 7.x suport new path for re-index java-api doc (#60319) 2020-08-05 09:05:07 -05:00
javaRestTest/java/org/elasticsearch/index/reindex [7.x] Introduce javaRestTest source set/task and convert modules (#59939) (#60026) 2020-07-28 08:39:11 -05:00
main Do not create two loggers for DeprecationLogger backport(#58435) (#61530) 2020-08-26 16:04:02 +02:00
test 7.x suport new path for re-index java-api doc (#60319) 2020-08-05 09:05:07 -05:00
yamlRestTest Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00