Hi, I'm trying to debug some issues with sessions in my SQLAlchemy 0.7.4 application. However, setting echo_pool to True doesn't seem to log anything to standard output:
db_engine=create_engine(DB_URI, echo_pool=True) Session = sessionmaker(bind=db_engine) Standard logging (echo=True) works fine of course. Any idea on what might be wrong? -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sqlalchemy/-/O33Kntq9gP8J. 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/sqlalchemy?hl=en.
