From 716202b839609e3deaa6e4b05ea8fc035ea5333b Mon Sep 17 00:00:00 2001 From: Ernest Zaslavsky Date: Thu, 9 Apr 2026 20:29:43 +0300 Subject: [PATCH] test: add trace-level logging for S3 and HTTP in compaction tests Raise log levels for s3 and gcp_storage from debug to trace, and add trace-level logging for http and default_http_retry_strategy modules. This provides better visibility into storage backend interactions when debugging slow or failing compaction tests on remote storage. --- test/boost/test_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/boost/test_config.yaml b/test/boost/test_config.yaml index d87ed73f8c..32a0a8d830 100644 --- a/test/boost/test_config.yaml +++ b/test/boost/test_config.yaml @@ -32,7 +32,7 @@ custom_args: sstable_datafile_test: - '-c1 -m2G' sstable_compaction_test: - - '-c1 -m2G --logger-log-level compaction=debug --logger-log-level compaction_manager=debug --logger-log-level s3=debug --logger-log-level gcp_storage=debug' + - '-c1 -m2G --logger-log-level compaction=debug --logger-log-level compaction_manager=debug --logger-log-level s3=trace --logger-log-level gcp_storage=trace --logger-log-level http=trace --logger-log-level default_http_retry_strategy=trace' sstable_3_x_test: - '-c1 -m2G' cql_query_test: