Skip to content

Instantly share code, notes, and snippets.

@marijn
Created February 28, 2013 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marijn/5057911 to your computer and use it in GitHub Desktop.
Save marijn/5057911 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="pink_tie.logger.command_formatter" class="Monolog\Formatter\LineFormatter">
<argument>{ "%%message%%": %%context%% }
</argument>
</service>
</services>
</container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment