Skip to content

Commit 75ab3ae

Browse files
committed
Port log4j-appserver changes from 2.x (#2163)
1 parent e6044c9 commit 75ab3ae

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

log4j-appserver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
~ limitations under the License.
1717
-->
1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
1920
<modelVersion>4.0.0</modelVersion>
21+
2022
<parent>
2123
<groupId>org.apache.logging.log4j</groupId>
2224
<artifactId>log4j</artifactId>
@@ -30,7 +32,6 @@
3032
<description>Provide Log4j as the logging implementation for application servers</description>
3133

3234
<properties>
33-
<log4jParentDir>${basedir}/..</log4jParentDir>
3435

3536
<!--
3637
~ OSGi and JPMS options
@@ -69,5 +70,4 @@
6970
<artifactId>log4j-api</artifactId>
7071
</dependency>
7172
</dependencies>
72-
7373
</project>

log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/Log4j2Logger.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public Log4j2Logger() {
7171
}
7272

7373
public Log4j2Logger(final String name) {
74-
super();
7574
this.name = name;
7675
this.logger = PrivateManager.getLogger(name);
7776
}

0 commit comments

Comments
 (0)