[symfony-users] Log raw SQL queries

2011-04-20 Thread coviex
Hi, We have some problems with SQL and cannot find the code which causes them. So I'd like to inherit from Propel and override some of it's methods so I can log application state upon certain query types execution. The question is how to switch Propel with child class application- wide? Thanks,

Re: [symfony-users] Log raw SQL queries

2011-04-20 Thread Gareth McCumskey
If you are using symfony 1, I know you can turn on logging through the settings.yml file and get even the raw sql queries to log to the logs directory under your project root. On Wed, Apr 20, 2011 at 9:24 AM, coviex cov...@gmail.com wrote: Hi, We have some problems with SQL and cannot find