forked from orbit-oss/flask
Added logging support.
This commit is contained in:
parent
8c26bec55c
commit
e7f67e1333
3 changed files with 132 additions and 10 deletions
4
CHANGES
4
CHANGES
|
|
@ -9,6 +9,10 @@ Version 0.5
|
|||
Release date to be announced
|
||||
|
||||
- added support for categories for flashed messages.
|
||||
- the application now configures a :class:`logging.Handler` and will
|
||||
log request handling exceptions to that logger when not in debug
|
||||
mode. This makes it possible to receive mails on server errors
|
||||
for example.
|
||||
|
||||
Version 0.2
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue