Browse Source

use 1.1.10, console use info;

tags/1.1.10
zhaoguangwei 5 years ago
parent
commit
ef7ef885b9
5 changed files with 9 additions and 9 deletions
  1. +2
    -2
      source/gateway/src/main/resources/log4j2.xml
  2. +2
    -2
      source/peer/src/main/resources/log4j2.xml
  3. +3
    -3
      source/pom.xml
  4. +1
    -1
      source/tools/tools-capability/pom.xml
  5. +1
    -1
      source/tools/tools-mocker/pom.xml

+ 2
- 2
source/gateway/src/main/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="GatewayRollingError"/>
</root>
</loggers>
</configuration>
</configuration>

+ 2
- 2
source/peer/src/main/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>

+ 3
- 3
source/pom.xml View File

@@ -38,7 +38,7 @@
</modules>

<properties>
<bft-smart.version>0.4.2.RELEASE</bft-smart.version>
<bft-smart.version>0.4.3.RELEASE</bft-smart.version>
<data-explorer.version>1.1.3.RELEASE</data-explorer.version>
<manager-explorer.version>1.1.3.RELEASE</manager-explorer.version>
<commons-io.version>2.4</commons-io.version>
@@ -229,7 +229,7 @@
<version>${aspectj.version}</version>
</dependency>

<!-- <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId>
<!-- <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId>
<version>${asm.version}</version> </dependency> -->

<dependency>
@@ -391,7 +391,7 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
<!--${project.build.directory} class的输出目录不做设置的话默认代表项目根目录的target目录;
<!--${project.build.directory} class的输出目录不做设置的话默认代表项目根目录的target目录;
也可以使用“自定义文件夹/自定义文件夹 例如:a/b”,也可以使用绝对路径如:“D:\test” -->
<outputDirectory>${project.build.directory}/libs</outputDirectory>
<excludeTransitive>false</excludeTransitive>


+ 1
- 1
source/tools/tools-capability/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>tools</artifactId>
<groupId>com.jd.blockchain</groupId>
<version>1.1.6.RELEASE</version>
<version>1.1.10.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>



+ 1
- 1
source/tools/tools-mocker/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>tools</artifactId>
<groupId>com.jd.blockchain</groupId>
<version>1.1.6.RELEASE</version>
<version>1.1.10.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>



Loading…
Cancel
Save