1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-19 21:13:04 +02:00

doc/ffserver: extend documentation for CustomLog option

This commit is contained in:
Stefano Sabatini 2013-11-28 18:54:41 +01:00
parent 2121945770
commit 1ee9341a70

View File

@ -204,8 +204,9 @@ directives within the various @code{<Stream>} sections. Since
will have to launch them manually. will have to launch them manually.
@item -d @item -d
Enable debug mode. This option increases log verbosity, directs log Enable debug mode. This option increases log verbosity, and directs
messages to stdout. log messages to stdout. When specified, the @option{CustomLog} option
is ignored.
@end table @end table
@chapter Configuration file syntax @chapter Configuration file syntax
@ -264,7 +265,11 @@ Default value is 1000.
@item CustomLog @var{filename} @item CustomLog @var{filename}
Set access log file (uses standard Apache log file format). Set access log file (uses standard Apache log file format).
'-' is the standard output. '-' is the standard output. If not specified it will log by default on
standard out.
In case the commandline option @option{-d} is specified this option is
ignored.
@item NoDaemon @item NoDaemon
Set no-daemon mode. This option is currently ignored since now Set no-daemon mode. This option is currently ignored since now