Hi, Wonder if anyone can help with this. I've just upgraded my sqlalchemy from v0.5.8 to v0.6.2 and the logging module no longer seems to work...
I've made *no* changes to the .ini/config file, and I'm still getting log info from [tg.i18n] but nothing from the database. I've attached the essential bits of the .ini file below and would be happy to send any other details which might be needed. Grateful for any help.... ---------------------------------------------------------------------------------------------------------------- [loggers] keys = root, model, sqlalchemy, auth [logger_sqlalchemy] level = INFO handlers = qualname = sqlalchemy.engine # "level = INFO" logs SQL queries. # "level = DEBUG" logs SQL queries and results. # "level = WARN" logs neither. (Recommended for production systems.) -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

