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
use info;
tags/1.1.10
zhaoguangwei
5 years ago
parent
903d44840e
commit
1d68c43a4f
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
source/manager/manager-booter/src/main/resources/log4j2-jump.xml
+2
-2
source/tools/tools-initializer/src/main/resources/log4j2-init.xml
+ 2
- 2
source/manager/manager-booter/src/main/resources/log4j2-jump.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>
@@ -43,4 +43,4 @@
<appender-ref ref="UmpRollingError"/>
</root>
</loggers>
</configuration>
</configuration>
+ 2
- 2
source/tools/tools-initializer/src/main/resources/log4j2-init.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="InitRollingError"/>
</root>
</loggers>
</configuration>
</configuration>
Write
Preview
Loading…
Cancel
Save