fix: 修改日志文件的文件名 (#573)
This commit is contained in:
parent
01d0a033d3
commit
e855993511
|
|
@ -2,7 +2,7 @@
|
|||
<configuration>
|
||||
|
||||
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
|
||||
<property name="LOG_FILE" value="./logs/jetlinks-pro.log"/>
|
||||
<property name="LOG_FILE" value="./logs/jetlinks-community.log"/>
|
||||
|
||||
<include resource="org/springframework/boot/logging/logback/console-appender.xml" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue