I am afraid that this might be a rhetorical question, but:
Is there any other and cleaner way to enable DB logging then modifying the file Varien/Db/Adapter/Pdo/Mysql.php
and set $_debug
and $_logAllQueries
to true
?
You can copy the File to OR you could extend this class and set it in the
|
|||
|