Sign in
guzijian
/
wvp-GB28181-pro
·
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
00fb00a4c3b77623645e4a895a7852babec0e88c
Authored by
648540858
2024-03-16 21:37:44 +0800
1 parent
cb5afce5
修复dev配置文件中的logback-spring配置
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-dev.yml
src/main/resources/application-dev.yml
View file @
00fb00a
...
...
@@ -112,5 +112,5 @@ user-settings:
112
112
device-status-notify: true
113
113
# [可选] 日志配置, 一般不需要改
114
114
logging:
115
- config: classpath:logback-spring
-local
.xml
115
+ config: classpath:logback-spring
.xml
116
116
...
...