File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed
TLS-Core/src/main/resources Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 1212 </Console >
1313 </Appenders >
1414 <Loggers >
15- <Logger name =" DirectLOgger " level =" ALL" >
16- <AppenderRef ref =" Direct" />
17- </Logger >
18-
19-
20-
15+ <Logger name =" DirectLogger " level =" ALL" >
16+ <AppenderRef ref =" Direct" />
17+ </Logger >
18+ < Logger name = " com.openpojo.log.LoggerFactory " level = " Off " >
19+ < AppenderRef ref = " Direct " />
20+ </ Logger >
2121 <Root level =" DEBUG" >
2222 <AppenderRef ref =" DEBUG" />
2323 </Root >
Original file line number Diff line number Diff line change 7373 <module >TraceTool</module >
7474 </modules >
7575 <dependencies >
76+ <dependency >
77+ <groupId >org.slf4j</groupId >
78+ <artifactId >slf4j-log4j12</artifactId >
79+ <version >1.7.30</version >
80+ </dependency >
81+ <dependency >
82+ <groupId >org.slf4j</groupId >
83+ <artifactId >slf4j-api</artifactId >
84+ <version >1.7.30</version >
85+ </dependency >
7686 <dependency >
7787 <groupId >dnsjava</groupId >
7888 <artifactId >dnsjava</artifactId >
79- <version >3.2.2 </version >
89+ <version >2.1.9 </version >
8090 </dependency >
8191 <dependency >
8292 <groupId >com.beust</groupId >
367377 <goal >jar</goal >
368378 </goals >
369379 <configuration >
370- <additionalparam >-Xdoclint: none</additionalparam >
380+ <doclint > none</doclint >
371381 </configuration >
372382 </execution >
373383 </executions >
You can’t perform that action at this time.
0 commit comments