mirror of
https://github.com/rclone/rclone.git
synced 2025-06-20 11:47:57 +02:00
cmd: Make --progress output logs in the same format as without
See: https://forum.rclone.org/t/using-progress-change-dates-from-2023-10-05-to-2023-10-05/42173
This commit is contained in:
parent
1591592936
commit
3bb82b4dd5
@ -20,7 +20,7 @@ const (
|
|||||||
// interval between progress prints
|
// interval between progress prints
|
||||||
defaultProgressInterval = 500 * time.Millisecond
|
defaultProgressInterval = 500 * time.Millisecond
|
||||||
// time format for logging
|
// time format for logging
|
||||||
logTimeFormat = "2006-01-02 15:04:05"
|
logTimeFormat = "2006/01/02 15:04:05"
|
||||||
)
|
)
|
||||||
|
|
||||||
// startProgress starts the progress bar printing
|
// startProgress starts the progress bar printing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user