diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-03-15 07:58:19 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-03-15 07:58:19 +0000 |
| commit | 2acf028b4b92c4085c04695b83b503d25797a637 (patch) | |
| tree | a5e15a7a01aecaac35741fa92108071e2a7f5c06 | |
| parent | 1f924cf72d76466a359371267c448d19c4e1352a (diff) | |
[1.3.X] Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3lo for the report.
Backport of r17741 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/topics/logging.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 64becd1799..d570218b7c 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -324,7 +324,7 @@ This logging configuration does the following things: higher message to ``/dev/null``. * ``console``, a StreamHandler, which will print any ``DEBUG`` - message to stdout. This handler uses the `simple` output + message to stderr. This handler uses the `simple` output format. * ``mail_admins``, an AdminEmailHandler, which will e-mail any |
