docs: Add documentation for --stats-file-name-length
Missed adding documentation in original PR https://github.com/ncw/rclone/pull/1951 Fixes comment on #1206
This commit is contained in:
parent
712e6a8085
commit
6cac98d2ce
1 changed files with 7 additions and 1 deletions
|
@ -592,12 +592,18 @@ show at default log level `NOTICE`. Use `--stats-log-level NOTICE` or
|
||||||
`-v` to make them show. See the [Logging section](#logging) for more
|
`-v` to make them show. See the [Logging section](#logging) for more
|
||||||
info on log levels.
|
info on log levels.
|
||||||
|
|
||||||
|
### --stats-file-name-length integer ###
|
||||||
|
By default, the `--stats` output will truncate file names and paths longer
|
||||||
|
than 40 characters. This is equivalent to providing
|
||||||
|
`--stats-file-name-length 40`. Use `--stats-file-name-length 0` to disable
|
||||||
|
any truncation of file names printed by stats.
|
||||||
|
|
||||||
### --stats-log-level string ###
|
### --stats-log-level string ###
|
||||||
|
|
||||||
Log level to show `--stats` output at. This can be `DEBUG`, `INFO`,
|
Log level to show `--stats` output at. This can be `DEBUG`, `INFO`,
|
||||||
`NOTICE`, or `ERROR`. The default is `INFO`. This means at the
|
`NOTICE`, or `ERROR`. The default is `INFO`. This means at the
|
||||||
default level of logging which is `NOTICE` the stats won't show - if
|
default level of logging which is `NOTICE` the stats won't show - if
|
||||||
you want them to then use `-stats-log-level NOTICE`. See the [Logging
|
you want them to then use `--stats-log-level NOTICE`. See the [Logging
|
||||||
section](#logging) for more info on log levels.
|
section](#logging) for more info on log levels.
|
||||||
|
|
||||||
### --stats-unit=bits|bytes ###
|
### --stats-unit=bits|bytes ###
|
||||||
|
|
Loading…
Reference in a new issue