From 4a012698710f1a5d0dca98b11884b8b01cc80bd2 Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Tue, 27 Mar 2012 14:32:58 -0700 Subject: [PATCH] doc fix: log to '-' means stderr --- gunicorn/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):