mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by default.
This commit is contained in:
parent
28acc0d6df
commit
5b94b17fef
9 changed files with 5 additions and 116 deletions
|
@ -739,9 +739,6 @@ When :setting:`DEBUG` is ``True``:
|
|||
* The ``django`` catch-all logger sends all messages at the ``INFO`` level or
|
||||
higher to the console.
|
||||
|
||||
* The ``py.warnings`` logger, which handles messages from ``warnings.warn()``,
|
||||
sends messages to the console.
|
||||
|
||||
When :setting:`DEBUG` is ``False``:
|
||||
|
||||
* The ``django`` logger send messages with ``ERROR`` or ``CRITICAL`` level to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue