show warning for old logger config
This commit is contained in:
parent
6665c91e6f
commit
b08e35e4ab
3 changed files with 41 additions and 3 deletions
|
|
@ -22,8 +22,8 @@ Unreleased
|
|||
:attr:`Flask.name` (the value passed as
|
||||
``Flask(import_name)``. This reverts 1.0's behavior of always
|
||||
logging to ``"flask.app"``, in order to support multiple apps in the
|
||||
same process. This may require adjusting logging configuration.
|
||||
:issue:`2866`.
|
||||
same process. A warning will be shown if old configuration is
|
||||
detected that needs to be moved. :issue:`2866`
|
||||
- :meth:`flask.RequestContext.copy` includes the current session
|
||||
object in the request context copy. This prevents ``session``
|
||||
pointing to an out-of-date object. :issue:`2935`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue