I need to make query log from only one table in MySQL database. I have lot of sites connected to my database, so I can't set query log directly on mysql.
I have error which occurs on average once a week. A strange coincidence.
I want to save logs from whole page.
How to set up query log to file on CakePHP 2.x?