Michael Bayer wrote:

>
> make sure that you dont have any "echo=True" keywords anywhere within
> your SQLAlchemy setup, since that is what makes it  try to configure
> logging on its own.

echo is set to debug. What do I do to allow SA logging output to be
interspered with my own logging output?


        self.engine =
create_engine("mssql://pxe62:[EMAIL PROTECTED]:1433/DTA", echo='debug',
encoding='utf-16')


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sqlalchemy
-~----------~----~----~----~------~----~------~--~---

Reply via email to