File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 240240 <version >4.6.1</version >
241241 <scope >test</scope >
242242 </dependency >
243+ <dependency >
244+ <groupId >org.apache.logging.log4j</groupId >
245+ <artifactId >log4j</artifactId >
246+ <version >2.17.2</version >
247+ <scope >test</scope >
248+ </dependency >
249+ <dependency >
250+ <groupId >org.apache.logging.log4j</groupId >
251+ <artifactId >log4j-slf4j-impl</artifactId >
252+ <version >2.17.2</version >
253+ <scope >test</scope >
254+ </dependency >
243255 </dependencies >
244256 <build >
245257 <directory >target</directory >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <Configuration >
3+ <Appenders >
4+ <Console name =" Console" target =" SYSTEM_OUT" >
5+ <PatternLayout pattern =" %d %highlight{%p} %style{%pid}{magenta} [%t] %style{%C.%M(%L)}{cyan} | %m%n" />
6+ </Console >
7+ </Appenders >
8+ <Loggers >
9+ <Logger name =" ubic.basecode" level =" warn" additivity =" false" >
10+ <AppenderRef ref =" Console" />
11+ </Logger >
12+ </Loggers >
13+ </Configuration >
You can’t perform that action at this time.
0 commit comments