Skip to content

Commit ab6c648

Browse files
Merge pull request #88 from abes-esr/FIX_log4j_jar
FIX_log4j_jar :
2 parents 84b532d + f00f819 commit ab6c648

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -213,18 +213,6 @@
213213
<!-- Pour que maven se charge de générer les releases -->
214214
<build>
215215
<plugins>
216-
<plugin>
217-
<groupId>org.apache.logging.log4j</groupId>
218-
<artifactId>log4j-transform-maven-plugin</artifactId>
219-
<version>0.1.0</version>
220-
<executions>
221-
<execution>
222-
<goals>
223-
<goal>process-classes</goal>
224-
</goals>
225-
</execution>
226-
</executions>
227-
</plugin>
228216
<plugin>
229217
<groupId>org.apache.maven.plugins</groupId>
230218
<artifactId>maven-assembly-plugin</artifactId>

src/main/resources/log4j2-all.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
</Kafka>
2626
<!-- CONSOLE -->
2727
<Console name="Console">
28-
<PatternLayout
29-
pattern="%style{%d{ISO8601}}{black} %highlight{%-5level }[%style{%t}{bright,blue}] %style{%C{1.}}{dark,yellow}: %msg%n%throwable" />
3028
</Console>
3129

3230
<!-- LOG FILE -->

0 commit comments

Comments
 (0)