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
f2bc63c5
Commit
f2bc63c5
authored
Jul 22, 2019
by
QIANGLU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
aabaf71a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
pom.xml
pom.xml
+1
-1
pom.xml
secoo-log-starter/pom.xml
+1
-1
logback-spring.xml
secoo-log-starter/src/main/resources/logback-spring.xml
+8
-0
pom.xml
secoo-log/pom.xml
+1
-1
No files found.
pom.xml
View file @
f2bc63c5
...
@@ -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.6-SNAPSHOT
</version>
<version>
1.0.6-
DEV-
SNAPSHOT
</version>
<modules>
<modules>
<module>
secoo-log-starter
</module>
<module>
secoo-log-starter
</module>
<module>
secoo-log
</module>
<module>
secoo-log
</module>
...
...
secoo-log-starter/pom.xml
View file @
f2bc63c5
...
@@ -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.6-SNAPSHOT
</version>
<version>
1.0.6-
DEV-
SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
secoo-log-starter/src/main/resources/logback-spring.xml
View file @
f2bc63c5
...
@@ -12,6 +12,13 @@
...
@@ -12,6 +12,13 @@
<property
name=
"CHARSET"
value=
"UTF-8"
/>
<property
name=
"CHARSET"
value=
"UTF-8"
/>
<jmxConfigurator/>
<jmxConfigurator/>
<!-- 控制台输出 -->
<appender
name=
"STDOUT"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<layout
class=
"ch.qos.logback.classic.PatternLayout"
>
<pattern>
${PATTERN}
</pattern>
</layout>
</appender>
<appender
name=
"ERROR"
class=
"ch.qos.logback.core.rolling.RollingFileAppender"
>
<appender
name=
"ERROR"
class=
"ch.qos.logback.core.rolling.RollingFileAppender"
>
<filter
class=
"ch.qos.logback.classic.filter.LevelFilter"
>
<filter
class=
"ch.qos.logback.classic.filter.LevelFilter"
>
<level>
ERROR
</level>
<!-- 只记录error级别的日志 -->
<level>
ERROR
</level>
<!-- 只记录error级别的日志 -->
...
@@ -73,6 +80,7 @@
...
@@ -73,6 +80,7 @@
<!--统一日志输出级别,其他appender中如果有高于此处等级设置的也会被输出 -->
<!--统一日志输出级别,其他appender中如果有高于此处等级设置的也会被输出 -->
<root
level=
"${logLevel}"
>
<root
level=
"${logLevel}"
>
<appender-ref
ref=
"STDOUT"
/>
<appender-ref
ref=
"ASYN_APP"
/>
<appender-ref
ref=
"ASYN_APP"
/>
<appender-ref
ref=
"ASYN_ERROR"
/>
<appender-ref
ref=
"ASYN_ERROR"
/>
</root>
</root>
...
...
secoo-log/pom.xml
View file @
f2bc63c5
...
@@ -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.6-SNAPSHOT
</version>
<version>
1.0.6-
DEV-
SNAPSHOT
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<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