浏览代码

修改正式环境日志路径

yq 3 年之前
父节点
当前提交
0daddda828
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/log4j2-spring-prod.xml

+ 1 - 1
src/main/resources/log4j2-spring-prod.xml

@@ -2,7 +2,7 @@
 <configuration status="OFF">
 
     <properties>
-        <property name="LOG_HOME">/data/logs/dxtop</property>
+        <property name="LOG_HOME">/app/service/logs/dxtop</property>
         <Property name="CONSOLE_LOG_PATTERN">%clr{%d{yyyy-MM-dd HH:mm:ss.SSS}}{blue} %clr{%-5level}
             %clr{${sys:PID}}{magenta} %clr{---}{faint} %clr{[%15.15t]}{faint} %clr{%l}{cyan} %clr{:}{faint} %m%n%xwEx
         </Property>