Jon Nelson wrote:
>
>
> interpolation. Even if we start out with loglevel=INFO but the log
> statement is, say, DEBUG we still pay the interpolation penalty (for
> things like repr or %r, easily far more expensive than the method
> overhead).

we have separate conditionals for INFO and DEBUG so if INFO is enabled,
the DEBUGs still don't fire off.


--~--~---------~--~----~------------~-------~--~----~
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 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to