doc: be more descriptive in errorlog option

fix #1173
This commit is contained in:
benoitc 2016-01-04 10:22:40 +01:00
parent 305f373dc6
commit c42419dacb

View File

@ -1086,7 +1086,7 @@ class ErrorLog(Setting):
desc = """\
The Error log file to write to.
``'-'`` means log to stderr.
Using ``'-'`` for FILE makes gunicorn log to stderr.
.. versionchanged:: 19.2
Log to stderr by default.