Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 23, 2024
1 parent 64174f6 commit 7cfec8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ func startInProcess(svrCtx *server.Context, clientCtx client.Context, opts Start

var clientCreator proxy.ClientCreator
if svrCtx.Viper.GetBool(FlagAsyncCheckTx) {
logger.Info("enabling async check tx")
clientCreator = proxy.NewConnSyncLocalClientCreator(cmtApp)
} else {
clientCreator = proxy.NewLocalClientCreator(cmtApp)
Expand Down

0 comments on commit 7cfec8a

Please sign in to comment.