summaryrefslogtreecommitdiff
path: root/doc/ffserver.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-11-28 20:02:16 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-11-28 20:17:15 +0100
commit58010e57b2b9d08db22275a19fb6c3ca7a7d0da7 (patch)
tree305a67c900f8ae009a1962978c6b8a94623ecd2d /doc/ffserver.texi
parent805b607484e1d56cc60e2a82881c49bc645dbbde (diff)
doc/ffserver: fix documentation for CustomLog
Diffstat (limited to 'doc/ffserver.texi')
-rw-r--r--doc/ffserver.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ffserver.texi b/doc/ffserver.texi
index 07a8ae3072..a70e23102f 100644
--- a/doc/ffserver.texi
+++ b/doc/ffserver.texi
@@ -293,13 +293,13 @@ when streaming to clients.
Default value is 1000.
@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.
+If not specified @command{ffserver} will produce no log.
In case the commandline option @option{-d} is specified this option is
-ignored.
+ignored, and the log is written to standard output.
@item NoDaemon
Set no-daemon mode. This option is currently ignored since now