mirror of
https://github.com/rclone/rclone
synced 2024-11-12 10:50:08 +01:00
config: fix --log-level flag after code reorganization - fixes #2043
This commit is contained in:
parent
2f746426e7
commit
6fb868e00c
@ -84,7 +84,6 @@ func AddFlags(flagSet *pflag.FlagSet) {
|
||||
|
||||
// SetFlags converts any flags into config which weren't straight foward
|
||||
func SetFlags() {
|
||||
fs.Config.LogLevel = fs.LogLevelNotice
|
||||
if verbose >= 2 {
|
||||
fs.Config.LogLevel = fs.LogLevelDebug
|
||||
} else if verbose >= 1 {
|
||||
|
Loading…
Reference in New Issue
Block a user