diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-09-26 23:30:41 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-09-26 23:30:41 +0000 |
commit | 7087a0f525f26208db7b3e11fbdcb0508033c7f2 (patch) | |
tree | e9680ceb08701c62b52e5eed63afaea822bd86bc /doc | |
parent | 65935bc72926147b5f58a854c90cb8be164b1b53 (diff) | |
download | ffmpeg-7087a0f525f26208db7b3e11fbdcb0508033c7f2.tar.gz |
Add a -loglevel command line option to ffserver.
The -loglevel option makes possible to set the logging level used by
the libav* libraries.
Originally committed as revision 20035 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffserver-doc.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ffserver-doc.texi b/doc/ffserver-doc.texi index 7bdeb6ab0b..0feface2e0 100644 --- a/doc/ffserver-doc.texi +++ b/doc/ffserver-doc.texi @@ -245,6 +245,20 @@ Show license. Show available formats, codecs, protocols, ... @item -h Show help. +@item -loglevel @var{loglevel} +Set the logging level used by the library. +@var{loglevel} is a number or a string containing one of the following values: +@table @samp +@item quiet +@item panic +@item fatal +@item error +@item warning +@item info +@item verbose +@item debug +@end table + @item -f @var{configfile} Use @file{configfile} instead of @file{/etc/ffserver.conf}. @item -n |