Hi, Using sql alchemy I get warnings like this:
C:\Python26\lib\site-packages\sqlalchemy-0.5.3dev-py2.6.egg\sqlalchemy \orm\scoping.py:121: SADeprec ationWarning: Use session.add() return getattr(self.registry(), name)(*args, **kwargs) But here I can't see the source of the problem. How can I configure the logger to see whole stack trace. In my development.ini I have: [loggers] keys = root, routes, sqlalchemy, my_project [logger_sqlalchemy] level = WARN handlers = console qualname = sqlalchemy.engine --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
