Skip to content

Commit a105033

Browse files
authored
Using RCLONE_LOG_LEVEL instead of RCLONE_VERBOSE (#591)
Signed-off-by: mzardab <[email protected]>
1 parent f34ccaa commit a105033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/operations/rclone-bucket-replicate/rclone-config-template.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters:
1616
- name: RCLONE_STATS_INTERVAL
1717
value: '30s'
1818
- name: RCLONE_LOG_LEVEL
19-
value: '0'
19+
value: 'INFO'
2020
- name: RCLONE_PARALLEL_TRANSFERS
2121
value: '4'
2222
- name: RCLONE_PARALLEL_FILE_CHECKERS
@@ -38,7 +38,7 @@ objects:
3838
data:
3939
# Logging configuration
4040
RCLONE_STATS: ${RCLONE_STATS_INTERVAL}
41-
RCLONE_VERBOSE: ${RCLONE_LOG_LEVEL}
41+
RCLONE_LOG_LEVEL: ${RCLONE_LOG_LEVEL}
4242

4343
# Number of file transfers to run in parallel
4444
RCLONE_TRANSFERS: ${RCLONE_PARALLEL_TRANSFERS}

0 commit comments

Comments
 (0)