Skip to content

Commit

Permalink
Added log all statements
Browse files Browse the repository at this point in the history
  • Loading branch information
qvad committed Mar 19, 2024
1 parent 9efd6a7 commit d994730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yugabyte/src/yugabyte/auto.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d994730

Please sign in to comment.