mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
doc fix: log to '-' means stderr
This commit is contained in:
parent
573ad019d1
commit
4a01269871
@ -676,7 +676,7 @@ class AccessLog(Setting):
|
|||||||
desc = """\
|
desc = """\
|
||||||
The Access log file to write to.
|
The Access log file to write to.
|
||||||
|
|
||||||
"-" means log to stdout.
|
"-" means log to stderr.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class AccessLogFormat(Setting):
|
class AccessLogFormat(Setting):
|
||||||
@ -720,7 +720,7 @@ class ErrorLog(Setting):
|
|||||||
desc = """\
|
desc = """\
|
||||||
The Error log file to write to.
|
The Error log file to write to.
|
||||||
|
|
||||||
"-" means log to stdout.
|
"-" means log to stderr.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class Loglevel(Setting):
|
class Loglevel(Setting):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user