rclone/cmd/mount
Nick Craig-Wood ac1c041377 Redo log level flags
* -vv or --log-level DEBUG
  * -v or --log-level INFO
  * --log-level NOTICE (default)
  * -q --log-level ERROR

Replace Config.Verbose and Config.Quiet with Config.LogLevel

Fixes #739 Fixes #1108 Fixes #1000
2017-02-11 20:22:42 +00:00
..
createinfo.go Fix output of crypt objects in logs 2016-10-20 17:46:51 +01:00
dir_test.go Fix tests when FUSE isn't present 2016-08-20 14:11:21 +01:00
dir.go Rename log functions and factor into own file 2017-02-11 17:54:50 +00:00
file.go Rename log functions and factor into own file 2017-02-11 17:54:50 +00:00
fs_test.go Redo log level flags 2017-02-11 20:22:42 +00:00
fs.go Rename log functions and factor into own file 2017-02-11 17:54:50 +00:00
mount_unsupported.go Add mount command to implement FUSE mounting of remotes #494 2016-08-18 21:54:54 +01:00
mount.go Rename log functions and factor into own file 2017-02-11 17:54:50 +00:00
read_test.go mount: detect and deal with seeking beyond end of file - fixes #828 2016-11-05 09:59:36 +00:00
read.go Rename log functions and factor into own file 2017-02-11 17:54:50 +00:00
write_test.go mount: Make fsync be a no-op rather than returning an error - fixes #1045 2017-01-29 11:29:42 +00:00
write.go Rename log functions and factor into own file 2017-02-11 17:54:50 +00:00