Commit 2237c7405300d3f9c31479b206b32fd741e03fb3
1 parent
f76ea25d
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/logback.xml
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | <configuration> |
| 4 | 4 | |
| 5 | 5 | <!-- <property resource="application.properties" /> --> |
| 6 | - <property name="LOG_BASE" value="D:/bsth_control_logs" /> | |
| 6 | + <property name="LOG_BASE" value="E:/bsth_control_logs" /> | |
| 7 | 7 | <!-- 控制台输出 --> |
| 8 | 8 | <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> |
| 9 | 9 | ... | ... |