处理日志生成路径

This commit is contained in:
TinyAnts 2022-08-16 11:40:15 +08:00
parent 1571521ea6
commit 07521b00f7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<!-- 变量配置 -->
<Properties>
<property name="LOG_PATTERN" value="%date{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n" />
<property name="FILE_PATH" value="/www/wwwroot/logs/like-admin" />
<property name="FILE_PATH" value="/www/like-admin/logs" />
<property name="FILE_NAME" value="admin-log4j2" />
</Properties>