I am working from Copeland's Sqlalchemy book and he describes
giving an "echo_uow" argument to Session() to enable unit-of-
work messages.  But perhaps the book refers to an old version
of SA because I can find no documentation on that parameter
(and both Session and sessionmaker reject it as "unexpected").

Nor does doing the other thing he mentions:
    l = logging.getLogger ('sqlalchemy.orm.unitofwork')
    l.setLevel (logging.DEBUG)
produce any effect.

Nor did I find any info about logging in the Sqlalchemy docs
(0.8.0b2). 

How to enable logging and what loggers can I use?

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to