mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
config: fix --log-level flag after code reorganization - fixes #2043
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user