Browse Source

change dev nacos addr

Mr.qian 2 days ago
parent
commit
03997eff0a
1 changed files with 1 additions and 1 deletions
  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="./logs/cif" />
+    <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"/>