diff --git a/gunicorn/config.py b/gunicorn/config.py index 0e6f69b0..b40b5edd 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -676,7 +676,7 @@ class AccessLog(Setting): desc = """\ The Access log file to write to. - "-" means log to stdout. + "-" means log to stderr. """ class AccessLogFormat(Setting): @@ -720,7 +720,7 @@ class ErrorLog(Setting): desc = """\ The Error log file to write to. - "-" means log to stdout. + "-" means log to stderr. """ class Loglevel(Setting):