mirror of https://github.com/rclone/rclone
fstest: fix -verbose flag after logging revamp
This commit is contained in:
parent
81fccd9c39
commit
125c8a98bb
|
|
@ -25,6 +25,7 @@ import (
|
|||
"github.com/rclone/rclone/fs/config"
|
||||
"github.com/rclone/rclone/fs/config/configfile"
|
||||
"github.com/rclone/rclone/fs/hash"
|
||||
"github.com/rclone/rclone/fs/log"
|
||||
"github.com/rclone/rclone/fs/walk"
|
||||
"github.com/rclone/rclone/fstest/testy"
|
||||
"github.com/rclone/rclone/lib/random"
|
||||
|
|
@ -77,6 +78,8 @@ func Initialise() {
|
|||
}
|
||||
ci.LowLevelRetries = *LowLevelRetries
|
||||
ci.UseListR = *UseListR
|
||||
log.InitLogging()
|
||||
_ = fs.LogReload(ci)
|
||||
}
|
||||
|
||||
// Item represents an item for checking
|
||||
|
|
|
|||
Loading…
Reference in New Issue