Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
secoo-log
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mall
arch
secoo-log
Commits
12083ba2
Commit
12083ba2
authored
Jul 18, 2019
by
QIANGLU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version. to 1.0.6
parent
f2e271c3
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
4 deletions
+13
-4
README.md
README.md
+8
-0
pom.xml
pom.xml
+1
-1
pom.xml
secoo-log-starter/pom.xml
+1
-1
SpringBootStartTest.java
secoo-log-starter/src/test/java/SpringBootStartTest.java
+2
-1
pom.xml
secoo-log/pom.xml
+1
-1
No files found.
README.md
View file @
12083ba2
...
...
@@ -82,3 +82,10 @@ logMaxHistory 历史保留时间 D
```
排除`
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
)
Version Update
1.
0.5
增加动态历史参数等变更
1.
0.6
update sky apm version to 6.2.1
\ No newline at end of file
pom.xml
View file @
12083ba2
...
...
@@ -7,7 +7,7 @@
<groupId>
com.secoo.mall
</groupId>
<artifactId>
secoo-log-parent
</artifactId>
<packaging>
pom
</packaging>
<version>
1.0.
5
.RELEASE
</version>
<version>
1.0.
6
.RELEASE
</version>
<modules>
<module>
secoo-log-starter
</module>
<module>
secoo-log
</module>
...
...
secoo-log-starter/pom.xml
View file @
12083ba2
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
secoo-log-parent
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
5
.RELEASE
</version>
<version>
1.0.
6
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
secoo-log-starter/src/test/java/SpringBootStartTest.java
View file @
12083ba2
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
/**
* spring boot start log test
...
...
@@ -7,7 +8,7 @@ import org.slf4j.LoggerFactory;
* @author zhanghao
* @date 2019-06-2714:29
*/
//
@SpringBootApplication
@SpringBootApplication
public
class
SpringBootStartTest
{
private
static
Logger
logger
=
LoggerFactory
.
getLogger
(
SpringBootStartTest
.
class
);
...
...
secoo-log/pom.xml
View file @
12083ba2
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
secoo-log-parent
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<version>
1.0.
5
.RELEASE
</version>
<version>
1.0.
6
.RELEASE
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment