deason hace 4 años
padre
commit
81f0e986d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examcloud-core-print-starter/src/main/resources/log4j2.xml

+ 1 - 1
examcloud-core-print-starter/src/main/resources/log4j2.xml

@@ -3,7 +3,7 @@
 
     <Properties>
         <Property name="LOG_LEVEL" value="${sys:log.commonLevel}"/>
-        <Property name="LOG_DIR" value="./logs/examcloud-core-print"/>
+        <Property name="LOG_DIR" value="../logs/examcloud-core-print"/>
         <Property name="LOG_PATTERN">
             %d{yyyy-MM-dd HH:mm:ss.SSS} | %clr{%level} | %X{TRACE_ID} %X{CALLER} | %clr{%c{1.1}:%L}{cyan} | %m%n
         </Property>