doc fix: log to '-' means stderr

This commit is contained in:
Randall Leeds 2012-03-27 14:32:58 -07:00
parent 573ad019d1
commit 4a01269871

View File

@ -676,7 +676,7 @@ class AccessLog(Setting):
desc = """\
The Access log file to write to.
"-" means log to stdout.
"-" means log to stderr.
"""
class AccessLogFormat(Setting):
@ -720,7 +720,7 @@ class ErrorLog(Setting):
desc = """\
The Error log file to write to.
"-" means log to stdout.
"-" means log to stderr.
"""
class Loglevel(Setting):