- Issue created by @candelas
- 🇮🇳India Harpreet_singh_saluja
@candelas, I used Drupal 10.2.3 and php 8.1, but I successfully installed the module
I reproduce it with the module Redirect404 8.x-1.9 enabled, which decorates the @logger.factory service with class Drupal\redirect_404\Render\Redirect404LogSuppressor.
You'll find a fix in the following patch, by using the LoggerFactoryInterface instead.
- 🇮🇳India aman_lnwebworks
Thanks for the patch, we will fix issue in New Release.