linxk 3 hafta önce
ebeveyn
işleme
932024cc2e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      cif-service/src/main/resources/logback.xml

+ 1 - 1
cif-service/src/main/resources/logback.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration debug="false">
     <!--定义日志文件的存储地址 勿在 LogBack 的配置中使用相对路径-->
-    <property name="LOG_HOME" value="${log.home}" />
+    <property name="LOG_HOME" value="/var/logs/cif" />
 <!--    <property name="port" value="${server.port}"/>-->
 <!--    <property resource="application.properties"/>-->
     <springProperty scope="context" name="port" source="server.port"/>