File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 213
213
<!-- Pour que maven se charge de générer les releases -->
214
214
<build >
215
215
<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 >
228
216
<plugin >
229
217
<groupId >org.apache.maven.plugins</groupId >
230
218
<artifactId >maven-assembly-plugin</artifactId >
Original file line number Diff line number Diff line change 25
25
</Kafka >
26
26
<!-- CONSOLE -->
27
27
<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" />
30
28
</Console >
31
29
32
30
<!-- LOG FILE -->
You can’t perform that action at this time.
0 commit comments