incubator-seata-go icon indicating copy to clipboard operation
incubator-seata-go copied to clipboard

when throw a panic in business func (with WithGlobalTx), can it print the panic and stack?

Open 576470954 opened this issue 2 years ago • 0 comments

What would you like to be added: print panic and stack when panic occur in business func in tm.WithGlobalTx func image

Why is this needed: because when i write something wrong, and panic happened, and the log only show it is rollback but don't know why. I need to debug to get the reason. log will like this : image

576470954 avatar Sep 13 '23 10:09 576470954