1
mirror of https://github.com/rclone/rclone synced 2024-11-17 17:30:37 +01:00

fs: fix logging level mentioned in docs of Logf

This commit is contained in:
Alex Chen 2021-06-21 23:30:26 +08:00 committed by GitHub
parent 80bccacd83
commit 96ace599a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,8 +180,8 @@ func Errorf(o interface{}, text string, args ...interface{}) {
}
// Logf writes log output for this Object or Fs. This should be
// considered to be Info level logging. It is the default level. By
// default rclone should not log very much so only use this for
// considered to be Notice level logging. It is the default level.
// By default rclone should not log very much so only use this for
// important things the user should see. The user can filter these
// out with the -q flag.
func Logf(o interface{}, text string, args ...interface{}) {