I'm using a master/slave connection with Doctrine in my Symfony Application
The configuration is really basic, with one master and one slave
I have problems between master and slave (replica lags) in my app, and I want debug that.
When I do a tail -f app/logs/dev/dev-2018-05-15.log
I can see all doctrine.DEBUG
queries, but only the SQL.
Is there a way to see which query is performed on which slave/master?