|
@@ -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"/>
|