修改日志文件生成及读取位置,上传文件格式新增支持js、css、html、vsdx、dmp、7z、ppt、pptx

This commit is contained in:
WIN-VSNMD38DUOC\Administrator
2024-03-20 15:34:32 +08:00
parent f65fcbac7a
commit aa1aef8583
5 changed files with 10 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<!-- 定义日志的根目录 -->
<property name="LOG_HOME" value="/logs/fmt"/>
<property name="LOG_HOME" value="./logs"/>
<!-- 定义日志文件名称 -->
<property name="APP_NAME" value="fmt-server"/>