On Feb 28, 2010, at 11:21 AM, Manlio Perillo wrote: > By the way, it seems there is a bug in the documentation: > http://www.sqlalchemy.org/docs/reference/sqlalchemy/connections.html?highlight=create_engine#sqlalchemy.create_engine > > """echo=False – if True, the Engine will log all statements as well as a > repr() of their parameter lists to the engines logger, which defaults to > sys.stdout. The echo attribute of Engine can be modified at any time to > turn logging on and off. If set to the string "debug", result rows will > be printed to the standard output as well. This flag ultimately controls > a Python logger; see dbengine_logging at the end of this chapter for > information on how to configure logging directly.""" > > However there is no dbengine_logging section!
This doc change has been committed. See http://www.sqlalchemy.org/trac/changeset/6872 Michael -- 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?hl=en.
