Extend your Monolog stack with some missing tools.
$ composer require "lelivrescolaire/monolog-extra-bundle:dev-master"
AppKernel:
public function registerBundles()
{
$bundles = array(
new LLS\Bundle\MonologExtraBundle\LLSMonologExtraBundle(),
);
}
lls_monolog_extra:
handlers: # Create custom handlers
sqs_handler:
type: sqs # Handler using Queue from SQSBundle
queue: myQueue # Queue identifier
level: INFO # Log level (int or label)
bubble: true # Whether or not execute next handlers
monolog:
handlers:
sqs:
type: service
id: lls_monolog_extra.handlers.sqs_handler # Auto generated service
priority: 0
Read more documentation here
Feel free to send us Pull Requests and Issues with your fixs and features.
$ ./bin/atoum
$ ./bin/coke