show warning for old logger config

This commit is contained in:
David Lord 2019-07-02 11:32:28 -07:00
parent 6665c91e6f
commit b08e35e4ab
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 41 additions and 3 deletions

View file

@ -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`