summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-03-15 07:56:01 +0000
committerClaude Paroz <claude@2xlibre.net>2012-03-15 07:56:01 +0000
commitf946b12c068a75d624766caaa7d814dec104f5e2 (patch)
tree6fd25d9f21891276d7bb1a6394955dddbb73b70b
parente6ae858811ab880c18069dbd0055bddee85b45ba (diff)
Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3lo for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17741 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/topics/logging.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt
index cb0a1366fb..aa2afba760 100644
--- a/docs/topics/logging.txt
+++ b/docs/topics/logging.txt
@@ -321,7 +321,7 @@ This logging configuration does the following things:
higher) message to ``/dev/null``.
* ``console``, a StreamHandler, which will print any ``DEBUG``
- (or higher) message to stdout. This handler uses the `simple` output
+ (or higher) message to stderr. This handler uses the `simple` output
format.
* ``mail_admins``, an AdminEmailHandler, which will email any