Skip to content

Commit c394feb

Browse files
committed
quiet error about unused minio logs tables
1 parent 4388f61 commit c394feb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci/jobs/scripts/clickhouse_proc.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -961,9 +961,8 @@ def dump_system_tables(self):
961961
"error_log",
962962
"query_metric_log",
963963
"part_log",
964-
"latency_log",
965-
"minio_audit_logs",
966-
"minio_server_logs",
964+
# "minio_audit_logs", # NOTE (strtgbb): we do not use these logs
965+
# "minio_server_logs",
967966
]
968967
command_args = self.LOGS_SAVER_CLIENT_OPTIONS
969968
# command_args += f" --config-file={self.ch_config_dir}/config.xml"

0 commit comments

Comments
 (0)