This is an automated email from the ASF dual-hosted git repository. zfeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-seata-go-samples.git
The following commit(s) were added to refs/heads/main by this push: new b0843f4 chore:change undolog serializetion in seatago.yml (#59) b0843f4 is described below commit b0843f467721be38ca8fa71607468e35d3454393 Author: LeeHao <haozz...@gmail.com> AuthorDate: Tue Jun 3 21:57:20 2025 +0800 chore:change undolog serializetion in seatago.yml (#59) Signed-off-by: LeeHao <1838249...@qq.com> --- conf/seatago.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/seatago.yml b/conf/seatago.yml index 58607f3..ed26e43 100644 --- a/conf/seatago.yml +++ b/conf/seatago.yml @@ -59,7 +59,7 @@ seata: # Judge whether the before image and after image are the same,If it is the same, undo will not be recorded data-validation: true # Serialization method - log-serialization: jackson + log-serialization: json # undo log table name log-table: undo_log # Only store modified fields --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org