Commit 2acf028b authored by Claude Paroz's avatar Claude Paroz
Browse files

[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
parent 1f924cf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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