From c42419dacb80b60466942eaff711dd24eb51b881 Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 4 Jan 2016 10:22:40 +0100 Subject: [PATCH] doc: be more descriptive in errorlog option fix #1173 --- gunicorn/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index 75e4c7cf1..ec26426cd 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -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.