Update neon_fixtures.py - remove logs (#10219)

We need to remove this line to prevent aws keys exposing in the public
s3 buckets
This commit is contained in:
Busra Kugler
2025-01-06 11:44:23 +01:00
committed by GitHub
parent b368e62cfc
commit 406cca643b

View File

@@ -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,