Skip to content

Instantly share code, notes, and snippets.

@pasinter
Created May 4, 2015 08:10
Show Gist options
  • Save pasinter/1bc3bba207d3e35a81ab to your computer and use it in GitHub Desktop.
Save pasinter/1bc3bba207d3e35a81ab to your computer and use it in GitHub Desktop.
Disable Doctrine logger, useful when doing batch processing - reduces memory leaks
$em->getConnection()->getConfiguration()->setSQLLogger(null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment