Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
a812d93b
Commit
a812d93b
authored
Feb 21, 2019
by
cjl
Browse files
修改日志的输出路径
parent
83d360c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/logback-spring.xml
View file @
a812d93b
...
...
@@ -9,7 +9,7 @@
<contextName>
logback
</contextName>
<!-- name的值是变量的名称,value的值时变量定义的值。通过定义的值会被插入到logger上下文中。定义变量后,可以使“${}”来使用变量。 -->
<property
name=
"log.path"
value=
"
D:
/jshERP"
/>
<property
name=
"log.path"
value=
"
../logs
/jshERP"
/>
<!-- 彩色日志 -->
<!-- 彩色日志依赖的渲染类 -->
...
...
Write
Preview
Supports
Markdown
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