Skip to content

Commit 848c915

Browse files
authored
parallel-workload: Go back to INFO-level logging (#35294)
Test run: https://buildkite.com/materialize/nightly/builds/15419 Following #33760
1 parent 8532bc0 commit 848c915

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

misc/python/materialize/parallel_workload/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ def _missing_(cls, value):
4040
ADDITIONAL_SYSTEM_PARAMETER_DEFAULTS = {
4141
# Uses a lot of memory, hard to predict how much
4242
"memory_limiter_interval": "0",
43-
# TODO: Remove when https://github.com/MaterializeInc/database-issues/issues/9660 is fixed
44-
"log_filter": "warn",
4543
# TODO: Remove when https://github.com/MaterializeInc/database-issues/issues/9656 is fixed
4644
"persist_stats_filter_enabled": "false",
4745
# See https://materializeinc.slack.com/archives/CTESPM7FU/p1758195280629909, should reenable when it performs better

0 commit comments

Comments
 (0)