mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
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
This commit is contained in:
parent
e6ae858811
commit
f946b12c06
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ This logging configuration does the following things:
|
||||||
higher) message to ``/dev/null``.
|
higher) message to ``/dev/null``.
|
||||||
|
|
||||||
* ``console``, a StreamHandler, which will print any ``DEBUG``
|
* ``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.
|
format.
|
||||||
|
|
||||||
* ``mail_admins``, an AdminEmailHandler, which will email any
|
* ``mail_admins``, an AdminEmailHandler, which will email any
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue