OpenSearch/modules/transport-netty3
Jason Tedor 38663351dc Fix logger names for Netty
Previously Elasticsearch would only use the package name for logging
levels, truncating the package prefix and the class name. This meant
that logger names for Netty were just prefixed by netty3 and netty. We
changed this for Elasticsearch so that it's the fully-qualified class
name now, but never corrected this for Netty. This commit fixes the
logger names for the Netty modules so that their levels are controlled
by the fully-qualified class name.

Relates #21223
2016-10-31 17:23:21 -04:00
..
licenses
src Fix logger names for Netty 2016-10-31 17:23:21 -04:00
build.gradle Introduce Log4j 2 2016-08-30 13:31:24 -04:00