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. """