Przemyslaw Gomulka 9f566644af
Do not create two loggers for DeprecationLogger backport() ()
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 
backports 
2020-08-26 16:04:02 +02:00
..