Hi. I am starting with flask. I have the following app.py (which is imported by views.py) http://gist.github.com/3880707 I understand that that should log all the queries to sqlalchemy.log and all the other info into web.log. Both files are created, but both of them are empty, even after some queries are done (login) What I am doing wrong? Thanks, Tomas Zulberti