From fdd5276a4cfec083a473c808f04c34d9b2e5fd3a Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Thu, 28 Jul 2016 22:04:26 +0300 Subject: [PATCH] Update --access-logfile documentation This is a follow up of 34af3f8e926adeebd8a73f987ca36d2f696aef05. --- gunicorn/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index 658fae9c..9970eb96 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -1097,7 +1097,7 @@ class AccessLog(Setting): desc = """\ The Access log file to write to. - ``'-'`` means log to stderr. + ``'-'`` means log to stdout. """