Skip to content

Commit 5bbaaf3

Browse files
Revert "feature #27801 [MonologBridge] Add ProcessorInterface, enabling autoconfiguration of monolog processors (nicolas-grekas)"
This reverts commit f27c3a85843f7bfbd08ebb6793b207a4f28c33f1, reversing changes made to 9da045469eddfd79e57eced772e06274ee4e452a.
1 parent 4aca147 commit 5bbaaf3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Psr\Container\ContainerInterface as PsrContainerInterface;
1818
use Psr\Log\LoggerAwareInterface;
1919
use Symfony\Bridge\Monolog\Processor\DebugProcessor;
20-
use Symfony\Bridge\Monolog\Processor\ProcessorInterface;
2120
use Symfony\Bridge\Twig\Extension\CsrfExtension;
2221
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
2322
use Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader;
@@ -343,8 +342,6 @@ public function load(array $configs, ContainerBuilder $container)
343342
->addTag('kernel.reset', array('method' => 'reset'));
344343
}
345344

346-
$container->registerForAutoconfiguration(ProcessorInterface::class)
347-
->addTag('monolog.processor');
348345
$container->registerForAutoconfiguration(PropertyListExtractorInterface::class)
349346
->addTag('property_info.list_extractor');
350347
$container->registerForAutoconfiguration(PropertyTypeExtractorInterface::class)

0 commit comments

Comments
 (0)