Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
matrix
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
matrix
Commits
a352c86d
Commit
a352c86d
authored
Jul 25, 2019
by
qiuweili123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
018f0431
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
README.md
README.md
+2
-0
logback-mvc.xml
logger-starter/src/main/resources/logback-mvc.xml
+1
-1
No files found.
README.md
View file @
a352c86d
...
...
@@ -27,6 +27,8 @@
开发版本 1.0.4-DEV-SNAPSHOT
1、增加logstater模块
2、修正多语言环境下zh的无法取到错误信息
3、增加rocketmq-starter组件
正式版本
...
...
logger-starter/src/main/resources/logback-mvc.xml
View file @
a352c86d
...
...
@@ -3,7 +3,7 @@
<configuration
scan=
"true"
scanPeriod=
"60 seconds"
debug=
"false"
>
<property
resource=
"log.properties"
/>
<property
name=
"LOG_PATH"
value=
"/data/logs"
/>
<property
name=
"LOG_PATH"
value=
"/data/logs"
/>
<property
name=
"LOG_DIR"
value=
"${LOG_PATH}/${logName}/%d{yyyyMMdd}"
/>
<property
name=
"MAX_FILE_SIZE"
value=
"${logFileSize}"
/>
<property
name=
"MAX_HISTORY"
value=
"${logMaxHistory}"
/>
...
...
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