|
@@ -1,7 +1,7 @@
|
1
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
2
|
<configuration debug="false">
|
3
|
3
|
<!--定义日志文件的存储地址 勿在 LogBack 的配置中使用相对路径-->
|
4
|
|
- <property name="LOG_HOME" value="./logs" />
|
|
4
|
+ <property name="LOG_HOME" value="/home/estateagents/estateagents-3.5/service/logs" />
|
5
|
5
|
<!-- 控制台输出 -->
|
6
|
6
|
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
7
|
7
|
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
|