Sign in
潘钊
/
bsth_control
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
447bbf080b5f595138cb8daaa01131a088491bfd
Authored by
zq
2016-10-24 12:00:05 +0800
1 parent
4c53d286
build: skipped
日志配置文件 注释修改
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/logback.xml
src/main/resources/logback.xml
View file @
447bbf0
...
...
@@ -85,7 +85,7 @@
85
85
<appender-ref ref="GATEWAY" />
86
86
</logger>
87
87
88
- <!--
和网关通讯日志
日志 -->
88
+ <!--
运管处接口
日志 -->
89
89
<appender name="TRAFFIC"
90
90
class="ch.qos.logback.core.rolling.RollingFileAppender">
91
91
<file>${LOG_BASE}/traffic/traffic.log</file>
...
...