Skip to content

Commit

Permalink
change log level to debug for rclone
Browse files Browse the repository at this point in the history
Signed-off-by: Jimil Desai <[email protected]>
  • Loading branch information
jimil749 committed Nov 29, 2023
1 parent 040bf3b commit 7718481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def backup(bucket_name):
command = [
"/bin/sh",
"-c",
f"rclone copy meyrin:{bucket_name} s3:{bucket_name} --files-from={file_path} --transfers 1 --checkers 1 --tpslimit 5 --buffer-size 0M --use-mmap --stats-one-line",
f"rclone copy meyrin:{bucket_name} s3:{bucket_name} --files-from={file_path} --transfers 1 --checkers 1 --tpslimit 5 --buffer-size 0M --use-mmap --stats-one-line --log-level DEBUG",
]
if os.environ["DRY_RUN"] == "true":
command = [
Expand Down

0 comments on commit 7718481

Please sign in to comment.