Add a functionality to log database/ORM queries. Maybe override the `query` method of PDO class and add logging there.
Add a functionality to log database/ORM queries. Maybe override the
querymethod of PDO class and add logging there.