Re: [sqlalchemy] How to output SQLAlchemy logger only to a file?

2015-03-19 Thread rob
Thanks much. That was it. On Thursday, March 19, 2015 at 6:33:27 PM UTC-5, Michael Bayer wrote: > > > > r...@rosenfeld.to wrote: > > > From what I read in the SQLAlchemy logging configuration documentation, > I understood that the echo argument on sqlalchemy.create_engine controls > whether s

Re: [sqlalchemy] How to output SQLAlchemy logger only to a file?

2015-03-19 Thread Michael Bayer
r...@rosenfeld.to wrote: > From what I read in the SQLAlchemy logging configuration documentation, I > understood that the echo argument on sqlalchemy.create_engine controls > whether sqlalchemy logging is forced to stdout, but shouldn't affect whether > log messages are available to log hand

[sqlalchemy] How to output SQLAlchemy logger only to a file?

2015-03-19 Thread rob
>From what I read in the SQLAlchemy logging configuration documentation, I understood that the echo argument on sqlalchemy.create_engine controls whether sqlalchemy logging is forced to stdout, but shouldn't affect whether log messages are available to log handlers. In the code below, I get n