debug
This commit is contained in:
@ -3,6 +3,10 @@ server:
|
||||
servlet:
|
||||
context-path: /
|
||||
|
||||
seata:
|
||||
enable-auto-data-source-proxy: true
|
||||
|
||||
|
||||
# 对应 apollo 配置中心的应用名
|
||||
app:
|
||||
id: biz-service-ebtp-project
|
||||
|
@ -59,7 +59,7 @@ client {
|
||||
undo {
|
||||
dataValidation = true
|
||||
logSerialization = "jackson"
|
||||
logTable = "undo_log1"
|
||||
logTable = "undo_log"
|
||||
}
|
||||
log {
|
||||
exceptionRate = 100
|
||||
|
@ -79,7 +79,7 @@
|
||||
</appender>
|
||||
|
||||
<!--指定最基础的日志输出级别-->
|
||||
<root level="debug">
|
||||
<root level="INFO">
|
||||
<appender-ref ref="consoleLog"/>
|
||||
<!--appender将会添加到这个logger-->
|
||||
<appender-ref ref="fileInfoLog"/>
|
||||
|
Reference in New Issue
Block a user