mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user