Fix Log4J config example in docs (#66386)

We lost the `logger.transport.name` line in #65169 and I incorrectly
extrapolated from what was left and mangled it further in #66318. This
commit fixes things.
This commit is contained in:
David Turner 2020-12-15 17:42:46 +00:00
parent fd97285b32
commit c318e14fed
1 changed files with 2 additions and 1 deletions

View File

@ -179,7 +179,8 @@ This is most appropriate when debugging a problem on a single node.
--
[source,properties]
----
logger.org.elasticsearch.discovery.level = debug
logger.discovery.name = org.elasticsearch.discovery
logger.discovery.level = debug
----
This is most appropriate when you already need to change your Log4j 2