From f0699bca74f6f829bdaffc56830d88fc8400e4e0 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Thu, 25 May 2023 09:24:53 -0500 Subject: [PATCH] Ninja fix GetFullQueryLogTest --- test/conf/cassandra.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/conf/cassandra.yaml b/test/conf/cassandra.yaml index 8f3706ff18..017797f349 100644 --- a/test/conf/cassandra.yaml +++ b/test/conf/cassandra.yaml @@ -52,3 +52,5 @@ enable_sasi_indexes: true enable_materialized_views: true enable_drop_compact_storage: true file_cache_enabled: true +full_query_logging_options: + allow_nodetool_archive_command: true