mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Add JUL bridge (#96683)
This commit adds the Log4j JUL bridge so that messages using JUL are more nicely converted to log4j messages. Currently these messages are captured via the stdout logging stream. This commit also adds a log4j filter to replace the logging stream filtering mechanism used to quiet some Lucene log messages that may be confusing to users. closes #94613
This commit is contained in:
parent
bb3ef2bd29
commit
2bdf1bc0d6
11 changed files with 46 additions and 267 deletions
|
@ -39,6 +39,7 @@ module org.elasticsearch.server {
|
|||
|
||||
requires org.apache.logging.log4j;
|
||||
requires org.apache.logging.log4j.core;
|
||||
requires org.apache.logging.log4j.jul;
|
||||
|
||||
requires org.apache.lucene.analysis.common;
|
||||
requires org.apache.lucene.backward_codecs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue