diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-02-25 21:41:14 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-02-25 21:41:14 +0530 |
commit | cdf17cf92b0f9c02951b7ea25d6a150000282bdf (patch) | |
tree | 85ee5881321a77104ebc30037485b2199bbd59f1 | |
parent | 2e67f751b55b614b68a131f6dceece1c56a620b3 (diff) | |
download | ffmpeg-cdf17cf92b0f9c02951b7ea25d6a150000282bdf.tar.gz |
doc: -report defaults to loglevel debug
-rw-r--r-- | doc/fftools-common-opts.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index f4820fd293..e75bec4354 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -239,7 +239,7 @@ Dump full command line and console output to a file named @code{@var{program}-@var{YYYYMMDD}-@var{HHMMSS}.log} in the current directory. This file can be useful for bug reports. -It also implies @code{-loglevel verbose}. +It also implies @code{-loglevel debug}. Setting the environment variable @env{FFREPORT} to any value has the same effect. If the value is a ':'-separated key=value sequence, these |