Commit f05c5a7c6f2071e81eda3385337e35bc5ade7bb1
1 parent
9c5c2e38
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="E:/bus_park_dispatch" /> | |
| 6 | + <property name="LOG_BASE" value="G:/bus_park_dispatch" /> | |
| 7 | 7 | <!-- 控制台输出 --> |
| 8 | 8 | <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> |
| 9 | 9 | ... | ... |