forked from TrueCloudLab/rclone
config: fix --log-level flag after code reorganization - fixes #2043
This commit is contained in:
parent
2f746426e7
commit
6fb868e00c
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue