https://www.drupal.org/project/filelog/issues/3416342 🐛 Circular reference detected for service Fixed I was able to activate the plugin and get rid of the error with the patch I found here. I'm using @gaele's patch.
Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException: Circular reference detected for service "plugin.manager.block", path: "plugin.cache_clearer -> plugin.manager.block -> logger.channel.default -> Drupal\Core\Logger\LoggerChannelFactoryInterface -> logger.filelog -> token -> cache_tags.invalidator". in Drupal\Component\DependencyInjection\Container->get() (line 149 of /var/www/html/web/core/lib/Drupal/Component/DependencyInjection/Container.php).
I was encountering a similar issue, and I found that the solution was to disable the Filelog module.