Hi there!
I use:
logging.basicConfig(level=logging.INFO, filename="myfile.log")
logging.getLogger('sqlalchemy').setLevel(logging.ERROR)
But now I have sqlalchemy debugging messages in my logfile. If I
comment out the second line I have only INFO messages there, but I want
only errors.
How can I do that?
Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" 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/sqlalchemy
-~----------~----~----~----~------~----~------~--~---