This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
jdchain
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
log-info;
tags/1.1.10
zhaoguangwei
5 years ago
parent
2c40a3dbbc
commit
9c15bc70ff
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
source/test/test-integration/src/test/resources/log4j2.xml
+ 2
- 2
source/test/test-integration/src/test/resources/log4j2.xml
View File
@@ -8,7 +8,7 @@
<!--这个输出控制台的配置-->
<console name="Console" target="SYSTEM_OUT">
<!--控制台只输出level及以上级别的信息(onMatch),其他的直接拒绝(onMismatch)-->
<ThresholdFilter level="
error
" onMatch="ACCEPT" onMismatch="DENY"/>
<ThresholdFilter level="
info
" onMatch="ACCEPT" onMismatch="DENY"/>
<!--输出日志的格式-->
<PatternLayout pattern="%d{HH:mm:ss.SSS} %-5level %class{36} %L %M - %msg%xEx%n"/>
</console>
@@ -59,4 +59,4 @@
<appender-ref ref="PeerRollingError"/>
</root>
</loggers>
</configuration>
</configuration>
Write
Preview
Loading…
Cancel
Save