summaryrefslogtreecommitdiff
path: root/config/log4j2-dev.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/log4j2-dev.xml')
-rw-r--r--config/log4j2-dev.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/log4j2-dev.xml b/config/log4j2-dev.xml
index 94f8476..a642d5c 100644
--- a/config/log4j2-dev.xml
+++ b/config/log4j2-dev.xml
@@ -12,7 +12,7 @@
<!--日志文件路径-->
<property name="LOG_PATH">logs</property>
<!--日志文件名称-->
- <property name="LOG_FILE_NAME">galaxy-report-service</property>
+ <property name="LOG_FILE_NAME">saved-query-scheduler</property>
<!--日志打印格式-->
<property name="LOG_PATTERN">[%d{yyyy-MM-dd HH:mm:ss}] [%p] [Thread:%t] %l %x - %m%n</property>
</Properties>