Skip to content

Commit 502d232

Browse files
committed
DNM Temporarily turn off statement logging in CI
1 parent 56cf67f commit 502d232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/python/materialize/mzcompose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def get_variable_system_parameters(
359359
VariableSystemParameter("pg_offset_known_interval", "1s", ["100ms", "1s"]),
360360
VariableSystemParameter(
361361
"statement_logging_default_sample_rate",
362-
"1.0",
362+
"0",
363363
["0", "0.01", "0.5", "0.99", "1.0"],
364364
),
365365
VariableSystemParameter(

0 commit comments

Comments
 (0)