Skip to content

Commit a8b41b9

Browse files
authored
[improve][misc] Add log4j-layout-template-json to server distribution to enable e.g. ECS template support in log4j configurations for Pulsar server components. (#25027)
1 parent d3cb504 commit a8b41b9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

distribution/server/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@
158158
<artifactId>log4j-web</artifactId>
159159
</dependency>
160160

161+
<dependency>
162+
<groupId>org.apache.logging.log4j</groupId>
163+
<artifactId>log4j-layout-template-json</artifactId>
164+
</dependency>
165+
161166
<dependency>
162167
<groupId>io.dropwizard.metrics</groupId>
163168
<artifactId>metrics-core</artifactId>

distribution/server/src/assemble/LICENSE.bin.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ The Apache Software License, Version 2.0
352352
- org.apache.logging.log4j-log4j-core-2.25.2.jar
353353
- org.apache.logging.log4j-log4j-slf4j2-impl-2.25.2.jar
354354
- org.apache.logging.log4j-log4j-web-2.25.2.jar
355+
- org.apache.logging.log4j-log4j-layout-template-json-2.25.2.jar
355356
* Java Native Access JNA
356357
- net.java.dev.jna-jna-jpms-5.12.1.jar
357358
- net.java.dev.jna-jna-platform-jpms-5.12.1.jar

0 commit comments

Comments
 (0)