Corrected default log-level value

This commit is contained in:
Jason Rose 2017-10-19 11:19:44 -04:00 committed by Nick Craig-Wood
parent 567071750b
commit d121a94c20

View File

@ -464,7 +464,7 @@ for more info.
### --log-level LEVEL ###
This sets the log level for rclone. The default log level is `INFO`.
This sets the log level for rclone. The default log level is `NOTICE`.
`DEBUG` is equivalent to `-vv`. It outputs lots of debug info - useful
for bug reports and really finding out what rclone is doing.