Skip to content

Commit

Permalink
Fix prefix to log while object storage clean (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
MedvedewEM authored Jan 9, 2025
1 parent 1cae0af commit c26261c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_tools/common/commands/clean_object_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _clean_object_storage(

if not use_saved_list:
logging.info(
f"Collecting objects... (Disk: '{disk_conf.name}', Endpoint '{disk_conf.endpoint_url}', Bucket: '{disk_conf.bucket_name}', Prefix: '{disk_conf.prefix}')",
f"Collecting objects... (Disk: '{disk_conf.name}', Endpoint '{disk_conf.endpoint_url}', Bucket: '{disk_conf.bucket_name}', Prefix: '{prefix}')",
)
_traverse_object_storage(ctx, listing_table, from_time, to_time, prefix)

Expand Down

0 comments on commit c26261c

Please sign in to comment.