incubator-seata-go
incubator-seata-go copied to clipboard
when throw a panic in business func (with WithGlobalTx), can it print the panic and stack?
What would you like to be added:
print panic and stack when panic occur in business func
in tm.WithGlobalTx func
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 :