Changed logic for debug level log settings

This commit is contained in:
Armin Ronacher 2011-10-11 19:09:37 -07:00
parent 583c5f7935
commit 61a95196ac
3 changed files with 12 additions and 1 deletions

View file

@ -10,6 +10,8 @@ Relase date to be decided, codename to be chosen.
- The :func:`flask.url_for` function now can generate anchors to the
generated links.
- Logger now only returns the debug log setting if it was not set
explicitly.
Version 0.8.1
-------------