Commit 12083ba2 by QIANGLU

update version. to 1.0.6

parent f2e271c3
...@@ -81,4 +81,11 @@ logMaxHistory 历史保留时间 D ...@@ -81,4 +81,11 @@ logMaxHistory 历史保留时间 D
... 22 more ... 22 more
``` ```
排除`slf4j-log4j12`(建议idea安装`Maven Helper`插件) 排除`slf4j-log4j12`(建议idea安装`Maven Helper`插件)
原因官网[SLF4J warning or error messages and their meanings](https://www.slf4j.org/codes.html#log4jDelegationLoop),中文[log4j-over-slf4j与slf4j-log4j12共存stack overflow异常分析](https://www.cnblogs.com/pekkle/p/6813458.html) 原因官网[SLF4J warning or error messages and their meanings](https://www.slf4j.org/codes.html#log4jDelegationLoop),中文[log4j-over-slf4j与slf4j-log4j12共存stack overflow异常分析](https://www.cnblogs.com/pekkle/p/6813458.html)
\ No newline at end of file
Version Update
1.0.5
增加动态历史参数等变更
1.0.6
update sky apm version to 6.2.1
\ No newline at end of file
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<groupId>com.secoo.mall</groupId> <groupId>com.secoo.mall</groupId>
<artifactId>secoo-log-parent</artifactId> <artifactId>secoo-log-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.0.5.RELEASE</version> <version>1.0.6.RELEASE</version>
<modules> <modules>
<module>secoo-log-starter</module> <module>secoo-log-starter</module>
<module>secoo-log</module> <module>secoo-log</module>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>secoo-log-parent</artifactId> <artifactId>secoo-log-parent</artifactId>
<groupId>com.secoo.mall</groupId> <groupId>com.secoo.mall</groupId>
<version>1.0.5.RELEASE</version> <version>1.0.6.RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/** /**
* spring boot start log test * spring boot start log test
...@@ -7,7 +8,7 @@ import org.slf4j.LoggerFactory; ...@@ -7,7 +8,7 @@ import org.slf4j.LoggerFactory;
* @author zhanghao * @author zhanghao
* @date 2019-06-2714:29 * @date 2019-06-2714:29
*/ */
//@SpringBootApplication @SpringBootApplication
public class SpringBootStartTest { public class SpringBootStartTest {
private static Logger logger = LoggerFactory.getLogger(SpringBootStartTest.class); private static Logger logger = LoggerFactory.getLogger(SpringBootStartTest.class);
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>secoo-log-parent</artifactId> <artifactId>secoo-log-parent</artifactId>
<groupId>com.secoo.mall</groupId> <groupId>com.secoo.mall</groupId>
<version>1.0.5.RELEASE</version> <version>1.0.6.RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment