elasticsearch/qa/evil-tests
Przemyslaw Gomulka 9bef31ccd3
Do not create two loggers for DeprecationLogger (#58435)
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.
2020-06-29 13:38:21 +02:00
..
src/test Do not create two loggers for DeprecationLogger (#58435) 2020-06-29 13:38:21 +02:00
build.gradle Remove deprecated usage of testCompile configuration (#57921) 2020-06-12 13:34:53 +02:00