Added logging support.

This commit is contained in:
Armin Ronacher 2010-05-17 16:06:30 +02:00
parent 8c26bec55c
commit e7f67e1333
3 changed files with 132 additions and 10 deletions

View file

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