Greetings, once more! I'm having some trouble with logging. Before I call any sqlalchemy functions or bits (but after sqlalchemy is imported), I use logging.config.fileConfig(...) to configure the logging.
The file is set to configure sqlalchemy at NOTSET and sqlalchemy.engine and sqlalchemy.pool as INFO. The sequence goes like this: logging.config.fileConfig(...) sqlalchemy_setup_create_engine_and_models_etc() do_other_stuff the problem is, the logging for sqlalchemy (and the rest of the app) is broken *unless* I call logging.config.fileConfig(....) *after* the sqlalchemy setup. What's likely to be going on here? -- Jon Software Blacksmith -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/groups/opt_out.
