Explorar el Código

修改排序错误 优化日志格式

Levi.u hace 4 años
padre
commit
9c54ae52b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/log4j2-spring.xml

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

@@ -2,7 +2,7 @@
 <configuration monitorInterval="5">
     <Properties>
         <property name="LOG_PATTERN" value="%date{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n"/>
-        <property name="FILE_PATH" value="/home/micro-service/eaglescreen/logs"/>
+        <property name="FILE_PATH" value="logs"/>
     </Properties>
     <appenders>
         <console name="Console" target="SYSTEM_OUT">