elasticsearch/qa/logging-config
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 Make Elasticsearch JSON logs ECS compliant (#47105) 2020-03-31 08:40:32 +02:00
custom-log4j2.properties Make Elasticsearch JSON logs ECS compliant (#47105) 2020-03-31 08:40:32 +02:00