| logger |
Symfony\Component\HttpKernel\Log\Logger {#13513
-minLevelIndex: 0
-formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#12771 …}
-debug: true
-logs: [
"" => [
[
"channel" => null
"context" => [
"exception" => ErrorException {#13402
#message: "User Deprecated: The "ApiPlatform\Hydra\Serializer\HydraPrefixNameConverter" class implements "Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface" that is deprecated since Symfony 7.2, use NameConverterInterface instead."
#code: 0
#file: "/var/www/my-preprod/php82/commune/srcs/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 347
#severity: E_USER_DEPRECATED
trace: {
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/error-handler/DebugClassLoader.php:347 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/Resource/ClassExistenceResource.php:76 {
Symfony\Component\Config\Resource\ClassExistenceResource->isFresh(int $timestamp): bool …
› try {
› $exists[0] = class_exists($this->resource) || interface_exists($this->resource, false) || trait_exists($this->resource, false);
› } catch (\Exception $e) {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/dependency-injection/ContainerBuilder.php:415 {
Symfony\Component\DependencyInjection\ContainerBuilder->getReflectionClass(?string $class, bool $throw = true): ?ReflectionClass …
› $resource = new ClassExistenceResource($class, false);
› $classReflector = $resource->isFresh(0) ? false : new \ReflectionClass($class);
› } else {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/dependency-injection/Dumper/PhpDumper.php:523 {
Symfony\Component\DependencyInjection\Dumper\PhpDumper->collectLineage(string $class, array &$lineage): void …
› }
› if (!$r = $this->container->getReflectionClass($class, false)) {
› return;
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/dependency-injection/Dumper/PhpDumper.php:1562 {
Symfony\Component\DependencyInjection\Dumper\PhpDumper->addInlineRequires(bool $hasProxyClasses): string …
› foreach ($this->getClasses($def, $id) as $class) {
› $this->collectLineage($class, $lineage);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/dependency-injection/Dumper/PhpDumper.php:1299 {
Symfony\Component\DependencyInjection\Dumper\PhpDumper->startClass(string $class, string $baseClass, bool $hasProxyClasses): string …
› $code .= $this->addAliases();
› $code .= $this->addInlineRequires($hasProxyClasses);
› $code .= <<<EOF
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/dependency-injection/Dumper/PhpDumper.php:224 {
Symfony\Component\DependencyInjection\Dumper\PhpDumper->dump(array $options = []): array|string …
› $code =
› $this->startClass($options['class'], $baseClass, $this->inlineFactories && $proxyClasses).
› $this->addServices($services).
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:682 {
Symfony\Component\HttpKernel\Kernel->dumpContainer(ConfigCache $cache, ContainerBuilder $container, string $class, string $baseClass): void …
›
› $content = $dumper->dump([
› 'class' => $class,
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:509 {
Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
›
› $this->dumpContainer($cache, $container, $class, $this->getContainerBaseClass());
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:744 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:170 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/my-preprod/php82/commune/srcs/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: The "ApiPlatform\Hydra\Serializer\HydraPrefixNameConverter" class implements "Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface" that is deprecated since Symfony 7.2, use NameConverterInterface instead."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
]
16 => [
[
"channel" => null
"context" => [
"exception" => ErrorException {#19455
#message: "User Deprecated: Since symfony/validator 7.1: Not passing a value for the "requireTld" option to the Url constraint is deprecated. Its default value will change to "true"."
#code: 0
#file: "/var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Constraints/Url.php"
#line: 68
#severity: E_USER_DEPRECATED
trace: {
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Constraints/Url.php:68 {
Symfony\Component\Validator\Constraints\Url->__construct(?array $options = null, ?string $message = null, ?array $protocols = null, ?bool $relativeProtocol = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null, ?bool $requireTld = null, ?string $tldMessage = null) …
› if (null === ($options['requireTld'] ?? $requireTld)) {
› trigger_deprecation('symfony/validator', '7.1', 'Not passing a value for the "requireTld" option to the Url constraint is deprecated. Its default value will change to "true".');
› }
}
/var/www/my-preprod/php82/commune/srcs/src/Entity/Commune.php:87 {
ReflectionAttribute->newInstance(): object …
› #[ORM\Column(length: 255, nullable: true)]
› #[Assert\Url(message: 'L\'URL n\'est pas valide')]
› #[Assert\Length(max: 255)]
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Mapping/Loader/AttributeLoader.php:93 {
Symfony\Component\Validator\Mapping\Loader\AttributeLoader->getAttributes(ReflectionMethod|ReflectionClass|ReflectionProperty $reflection): iterable …
› foreach ($reflection->getAttributes(Constraint::class, \ReflectionAttribute::IS_INSTANCEOF) as $attribute) {
› yield $attribute->newInstance();
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Mapping/Loader/AttributeLoader.php:51 {
Symfony\Component\Validator\Mapping\Loader\AttributeLoader->loadClassMetadata(ClassMetadata $metadata): bool …
› if ($property->getDeclaringClass()->name === $className) {
› foreach ($this->getAttributes($property) as $constraint) {
› if ($constraint instanceof Constraint) {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Mapping/Loader/LoaderChain.php:48 {
Symfony\Component\Validator\Mapping\Loader\LoaderChain->loadClassMetadata(ClassMetadata $metadata): bool …
› foreach ($this->loaders as $loader) {
› $success = $loader->loadClassMetadata($metadata) || $success;
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php:96 {
Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory->getMetadataFor(mixed $value): MetadataInterface …
›
› $this->loader?->loadClassMetadata($metadata);
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Validator/RecursiveValidator.php:70 {
Symfony\Component\Validator\Validator\RecursiveValidator->getMetadataFor(mixed $object): MetadataInterface …
› {
› return $this->metadataFactory->getMetadataFor($object);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/validator/Validator/TraceableValidator.php:48 {
Symfony\Component\Validator\Validator\TraceableValidator->getMetadataFor(mixed $value): MetadataInterface …
› {
› return $this->validator->getMetadataFor($value);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php:102 {
ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory->create(string $resourceClass, string $property, array $options = []): ApiProperty …
›
› $validatorClassMetadata = $this->validatorMetadataFactory->getMetadataFor($resourceClass);
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/json-schema/Metadata/Property/Factory/SchemaPropertyMetadataFactory.php:59 {
ApiPlatform\JsonSchema\Metadata\Property\Factory\SchemaPropertyMetadataFactory->create(string $resourceClass, string $property, array $options = []): ApiProperty …
› try {
› $propertyMetadata = $this->decorated->create($resourceClass, $property, $options);
› } catch (PropertyNotFoundException) {
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Property/Factory/CachedPropertyMetadataFactory.php:43 {
ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory->ApiPlatform\Metadata\Property\Factory\{closure} …
›
› return $this->getCached($cacheKey, fn (): ApiProperty => $this->decorated->create($resourceClass, $property, $options));
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Util/CachedTrait.php:43 {
ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory->getCached(string $cacheKey, callable $getValue): mixed …
›
› $value = $getValue();
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Property/Factory/CachedPropertyMetadataFactory.php:43 {
ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory->create(string $resourceClass, string $property, array $options = []): ApiProperty …
›
› return $this->getCached($cacheKey, fn (): ApiProperty => $this->decorated->create($resourceClass, $property, $options));
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/LinkFactory.php:161 {
ApiPlatform\Metadata\Resource\Factory\LinkFactory->getIdentifiersFromResourceClass(string $resourceClass): array …
› foreach ($this->propertyNameCollectionFactory->create($resourceClass) as $property) {
› $isIdentifier = $this->propertyMetadataFactory->create($resourceClass, $property)->isIdentifier();
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/LinkFactory.php:60 {
ApiPlatform\Metadata\Resource\Factory\LinkFactory->createLinksFromIdentifiers(Metadata $operation): array …
› {
› $identifiers = $this->getIdentifiersFromResourceClass($resourceClass = $operation->getClass());
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/doctrine-orm/Metadata/Resource/DoctrineOrmLinkFactory.php:47 {
ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmLinkFactory->createLinksFromIdentifiers(Metadata $operation): array …
› {
› return $this->linkFactory->createLinksFromIdentifiers($operation);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php:137 {
ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory->configureUriVariables(ApiPlatform\Metadata\ApiResource|ApiPlatform\Metadata\HttpOperation $operation): HttpOperation …
› $hasUserConfiguredUriVariables = false;
› $operation = $operation->withUriVariables($this->transformLinksToUriVariables($this->linkFactory->createLinksFromIdentifiers($operation)));
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php:48 {
ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› /** @var ApiResource $resource */
› $resource = $this->configureUriVariables($resource);
› if ($resource->getUriTemplate()) {
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/MainControllerResourceMetadataCollectionFactory.php:38 {
ApiPlatform\Metadata\Resource\Factory\MainControllerResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php:39 {
ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php:37 {
ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php:54 {
ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php:41 {
ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php:34 {
ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› if ($this->decorated) {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php:61 {
ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/doctrine-orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php:41 {
ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory->create(string $resourceClass): ResourceMetadataCollection …
› {
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php:59 {
ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory->create(string $resourceClass): ResourceMetadataCollection …
›
› $resourceMetadataCollection = $this->decorated->create($resourceClass);
› $this->localCache[$cacheKey] = (array) $resourceMetadataCollection;
}
/var/www/my-preprod/php82/commune/srcs/vendor/api-platform/symfony/Routing/ApiLoader.php:58 {
ApiPlatform\Symfony\Routing\ApiLoader->load(mixed $data, ?string $type = null): RouteCollection …
› foreach ($this->resourceNameCollectionFactory->create() as $resourceClass) {
› foreach ($this->resourceMetadataFactory->create($resourceClass) as $resourceMetadata) {
› foreach ($resourceMetadata->getOperations() as $operationName => $operation) {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/Loader/FileLoader.php:141 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› if (!$loader instanceof self) {
› return $loader->load($resource, $type);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/Loader/FileLoader.php:93 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/Loader/FileLoader.php:162 {
Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/Loader/FileLoader.php:82 {
Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');
› $routes->import($configDir.'/{routes}/*.{php,yaml}');
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
› $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
›
› return $loader->load($resource, $type);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/framework-bundle/Routing/Router.php:72 {
Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
› if (!isset($this->collection)) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Router.php:282 {
Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Router.php:218 {
Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Router.php:216 {
Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
›
› $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',
› function (ConfigCacheInterface $cache) {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/routing/Router.php:182 {
Symfony\Component\Routing\Router->matchRequest(Request $request): array …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/my-preprod/php82/commune/srcs/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "User Deprecated: Since symfony/validator 7.1: Not passing a value for the "requireTld" option to the Url constraint is deprecated. Its default value will change to "true"."
"priority" => 200
"priorityName" => "info"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#21164
#message: "No route found for "GET https://commune.mypreprod.xyz/robots.txt""
#code: 0
#file: "/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#19703 …}
-statusCode: 404
-headers: []
trace: {
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/my-preprod/php82/commune/srcs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/my-preprod/php82/commune/srcs/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/my-preprod/php82/commune/srcs/vendor/autoload_runtime.php"
}
}
}
}
]
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://commune.mypreprod.xyz/robots.txt"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "error"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
]
21275 => [
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerNXzl8F8\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541592
"timestamp_rfc3339" => "2026-09-16T06:53:12.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
[
"channel" => null
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "debug"
"timestamp" => 1789541593
"timestamp_rfc3339" => "2026-09-16T06:53:13.000+00:00"
]
]
]
-errorCount: [
"" => 0
16 => 1
21275 => 0
]
-handle: null
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#6772 …}
} |