-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Core
-
Tags:
-
Story Points:8
Elasticsearch server (elasticsearch jar) use log4j2 as logging lib.
Embedded ES mode but also client (TransportClient) depend on elasticsearch jar.
So we must add log4j 2 support in our distribution where tomcat rely on log4j 1.
We could use some bridge:
- https://logging.apache.org/log4j/log4j-2.2/log4j-1.2-api/index.html (see SUPNXP-18517)
- slf4j https://logging.apache.org/log4j/2.0/log4j-to-slf4j/index.html
or we could move to log4j2 ...