Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
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: addingtags: true makes the logs disappear. ImplementingLoggerAwareInterface and usingLoggerAwareTrait + tweaking some DI definitions resolve it. Can we consider this a bug fix, or is that a feature?