@@ -41,3 +41,9 @@ spring:
bimService:
#bim 服务
basePath: http://uat-bim.4dkankan.com
+logging:
+ config: classpath:logback-spring.xml
+ file:
+ path: /logs
+ level:
+ com.fdkankan: DEBUG
@@ -39,3 +39,9 @@ spring:
basePath: http://bim.4dkankan.com
+ path: /home/backend/smart-site/logs
@@ -44,3 +44,9 @@ spring:
port: 80
+ path: /home/smart-site/logs
@@ -15,18 +15,9 @@ server:
fdkk:
level: INFO
maxHistory: 180
-logging:
- config: classpath:logback-spring.xml
- file:
- path: /home/backend/smart-site/logs
- level:
- com.fdkankan: DEBUG
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
-
forest:
## 日志总开关,打开/关闭Forest请求/响应日志(默认为 true)
log-enabled: true