fix: 修改日志文件的文件名 (#573)

This commit is contained in:
PengyuDeng 2024-09-14 16:19:45 +08:00 committed by GitHub
parent 01d0a033d3
commit e855993511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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" />