You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: