From 406cca643b9529979522b33abf3a0457681fc987 Mon Sep 17 00:00:00 2001 From: Busra Kugler Date: Mon, 6 Jan 2025 11:44:23 +0100 Subject: [PATCH] Update neon_fixtures.py - remove logs (#10219) We need to remove this line to prevent aws keys exposing in the public s3 buckets --- test_runner/fixtures/neon_fixtures.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_runner/fixtures/neon_fixtures.py b/test_runner/fixtures/neon_fixtures.py index a0c642163d..8fd9eec8ce 100644 --- a/test_runner/fixtures/neon_fixtures.py +++ b/test_runner/fixtures/neon_fixtures.py @@ -4606,7 +4606,8 @@ class StorageScrubber: ] args = base_args + args - log.info(f"Invoking scrubber command {args} with env: {env}") + log.info(f"Invoking scrubber command {args}") + (output_path, stdout, status_code) = subprocess_capture( self.log_dir, args,