Closed
Description
Symfony version(s) affected: all
Contrary to other adapters, TagAwareAdapter
does not have a $logger
property so it produces no logs. It's especially visible if you have an existing pool: adding tags: true
makes the logs disappear. Implementing LoggerAwareInterface
and using LoggerAwareTrait
+ tweaking some DI definitions resolve it. Can we consider this a bug fix, or is that a feature?