uecode / qpush-bundle

Asynchronous processing for Symfony using Push Queues
qpush-bundle.readthedocs.org
Apache License 2.0
168 stars 54 forks source link

Monolog: only require basic monolog instance #107

Closed glaubinix closed 8 years ago

glaubinix commented 8 years ago

This allows usage of the library without necessarily using the symfony/monolog-bundle/symfony/monolog-bridge. Like for instance in silex apps.

I left the dependency in the composer file the library still requires monolog to be available via symfony DI but this way the logger instance does not have to be the bridge instance but can be any Monolog instance.

scrutinizer-notifier commented 8 years ago

The inspection completed: No new issues

k-k commented 8 years ago

Thanks @glaubinix !