Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
5.12.0
-
None
-
Patch Available
Description
When enabling debug logging at TransactionContext to see the XA start/end/commit/rollback calls, the flags are logged as integer value.
With the attached patch, the flags are logged in a human readable form, which was veeery useful for my XA debugging sessions the last days.