summaryrefslogtreecommitdiff
path: root/doc/ffserver-doc.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-09-26 23:30:41 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-09-26 23:30:41 +0000
commit7087a0f525f26208db7b3e11fbdcb0508033c7f2 (patch)
treee9680ceb08701c62b52e5eed63afaea822bd86bc /doc/ffserver-doc.texi
parent65935bc72926147b5f58a854c90cb8be164b1b53 (diff)
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/ffserver-doc.texi')
-rw-r--r--doc/ffserver-doc.texi14
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