This commit is contained in:
ajaxfan
2021-02-07 13:51:17 +08:00
parent 321beda67b
commit 314782182e
3 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,10 @@ server:
servlet:
context-path: /
seata:
enable-auto-data-source-proxy: true
# 对应 apollo 配置中心的应用名
app:
id: biz-service-ebtp-project

View File

@ -59,7 +59,7 @@ client {
undo {
dataValidation = true
logSerialization = "jackson"
logTable = "undo_log1"
logTable = "undo_log"
}
log {
exceptionRate = 100

View File

@ -79,7 +79,7 @@
</appender>
<!--指定最基础的日志输出级别-->
<root level="debug">
<root level="INFO">
<appender-ref ref="consoleLog"/>
<!--appender将会添加到这个logger-->
<appender-ref ref="fileInfoLog"/>