Skip to content

Commit

Permalink
Fix Log4J config example in docs (elastic#66386)
Browse files Browse the repository at this point in the history
We lost the `logger.transport.name` line in elastic#65169 and I incorrectly
extrapolated from what was left and mangled it further in elastic#66318. This
commit fixes things.
  • Loading branch information
DaveCTurner committed Dec 15, 2020
1 parent fd97285 commit c318e14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/setup/logging-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c318e14

Please sign in to comment.