From d9947307b1dde0b41f90449d8eccb5a9699be5c4 Mon Sep 17 00:00:00 2001 From: Dmitry Sherstobitov Date: Tue, 19 Mar 2024 10:37:29 +0400 Subject: [PATCH] Added log all statements --- yugabyte/src/yugabyte/auto.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yugabyte/src/yugabyte/auto.clj b/yugabyte/src/yugabyte/auto.clj index 82a79449e..0b9d6854c 100644 --- a/yugabyte/src/yugabyte/auto.clj +++ b/yugabyte/src/yugabyte/auto.clj @@ -426,7 +426,8 @@ these actually make the cluster slower to, or unable to, recover." [test] (if (:trace-sql-tx test) - [:--vmodule "transaction=2,transaction_coordinator=4,conflict_resolution=4"] + [:--vmodule "transaction=2,transaction_coordinator=4,conflict_resolution=4" + :--ysql-log-statement "all"] [])) (def limits-conf