Skip to content

Instantly share code, notes, and snippets.

@jbafford
Created December 10, 2014 21:34
Show Gist options
  • Save jbafford/3dae82370bad95c6741f to your computer and use it in GitHub Desktop.
Save jbafford/3dae82370bad95c6741f to your computer and use it in GitHub Desktop.
Doctrine Echoing Query Logger
<?php
$this->container->get('doctrine')
->getConnection()
->getConfiguration()
->setSQLLogger(new \Doctrine\DBAL\Logging\EchoSQLLogger())
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment