--
Ticket URL: <https://code.djangoproject.com/ticket/24526>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/24526#comment:1>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/4389 PR] is now ready for review.
--
Ticket URL: <https://code.djangoproject.com/ticket/24526#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"8efea1b8d5b5fb0cfef1a3244c339cebf8af36c5" 8efea1b8]:
{{{
#!CommitTicketReference repository=""
revision="8efea1b8d5b5fb0cfef1a3244c339cebf8af36c5"
Fixed #24526 -- Combined django.request/security loggers with the root
logger.
Thanks Carl Meyer for review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24526#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"6b37719616b77872f9498ca74022563c178031e6" 6b377196]:
{{{
#!CommitTicketReference repository=""
revision="6b37719616b77872f9498ca74022563c178031e6"
Refs #24526 -- Made the django logger handle INFO messages.
Without an explicit 'level', only messages at WARNING or higher
are handled. This makes the config consistent with the docs
which say, "The django catch-all logger sends all messages at
the INFO level or higher to the console."
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24526#comment:4>