1
0
mirror of https://github.com/rclone/rclone.git synced 2025-08-10 06:09:44 +02:00

fstest: fix -verbose flag after logging revamp

This commit is contained in:
Nick Craig-Wood
2025-06-16 16:45:08 +01:00
parent 81fccd9c39
commit 125c8a98bb

View File

@@ -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