fix: 日志文件修改。

This commit is contained in:
tianyongbao
2025-01-22 13:12:09 +08:00
parent e56051eef4
commit 546778307c
5 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="false">
<!-- 日志存放路径 -->
<property name="log.path" value="logs/intc-visual-monitor" />
<property name="log.path" value="logs/intc-monitor" />
<!-- 日志输出格式 -->
<property name="log.pattern" value="%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />