Skip to content

Instantly share code, notes, and snippets.

@xabbuh
Created November 20, 2013 14:08
Show Gist options
  • Save xabbuh/7563757 to your computer and use it in GitHub Desktop.
Save xabbuh/7563757 to your computer and use it in GitHub Desktop.
<monolog:config>
<monolog:handlers>
<monolog:handler name="main" type="stream" path="/var/log/symfony.log">
<monolog:channels>
<channel>!doctrine</channel>
</monolog:channels>
</monolog:handler>
<monolog:handler name="doctrine" type="stream" path="/var/log/doctrine.log" />
<monolog:channels>
<channel>doctrine</channel>
</monolog:channels>
</monolog:handler>
</monolog:handlers>
</monolog:config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment