|
@@ -121,7 +121,7 @@ spring:
|
|
|
props:
|
|
props:
|
|
|
#是否打印逻辑SQL语句和实际SQL语句,建议调试时打印,在生产环境关闭
|
|
#是否打印逻辑SQL语句和实际SQL语句,建议调试时打印,在生产环境关闭
|
|
|
sql:
|
|
sql:
|
|
|
- show: false
|
|
|
|
|
|
|
+ show: true
|
|
|
|
|
|
|
|
# 忽略鉴权url
|
|
# 忽略鉴权url
|
|
|
ignored:
|
|
ignored:
|
|
@@ -196,9 +196,9 @@ logging:
|
|
|
# 输出级别
|
|
# 输出级别
|
|
|
level:
|
|
level:
|
|
|
cn.lili: info
|
|
cn.lili: info
|
|
|
- org.hibernate: debug
|
|
|
|
|
- org.springframework: debug
|
|
|
|
|
- org.springframework.data.mongodb.core: debug
|
|
|
|
|
|
|
+# org.hibernate: debug
|
|
|
|
|
+# org.springframework: debug
|
|
|
|
|
+# org.springframework.data.mongodb.core: debug
|
|
|
file:
|
|
file:
|
|
|
# 指定路径
|
|
# 指定路径
|
|
|
path: lili-logs
|
|
path: lili-logs
|