| logger | 
                Symfony\Bridge\Monolog\Processor\DebugProcessor {#435
  -records: [
    2 => [
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.380+01:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#158
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getAnnotations_CachedReaderService.php:23 {
                ContainerBasBhLz\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › {
                ›     trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:4576 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);
                › $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
                › $instance->addMethodMapping('loadValidatorMetadata');
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:3279 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {
                ›     $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2546 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
                › {
                ›     $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2603 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
                › }
                › $b = ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2427 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {
                ›     $a = ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1141 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] fn () => ($container->privates['api_platform.listener.exception'] ?? $container->load('getApiPlatform_Listener_ExceptionService')), 'onKernelException'], -96);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.389+01:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#156
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getAnnotations_ReaderService.php:23 {
                ContainerBasBhLz\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {
                ›     trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getAnnotations_CachedReaderService.php:25 {
                ContainerBasBhLz\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:4576 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);
                › $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
                › $instance->addMethodMapping('loadValidatorMetadata');
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:3279 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {
                ›     $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2546 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
                › {
                ›     $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2603 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
                › }
                › $b = ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2427 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {
                ›     $a = ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1141 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] fn () => ($container->privates['api_platform.listener.exception'] ?? $container->load('getApiPlatform_Listener_ExceptionService')), 'onKernelException'], -96);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.394+01:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#148
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getAnnotations_CacheAdapterService.php:23 {
                ContainerBasBhLz\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
                › {
                ›     trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getAnnotations_CachedReaderService.php:25 {
                ContainerBasBhLz\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:4576 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);
                › $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
                › $instance->addMethodMapping('loadValidatorMetadata');
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:3279 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {
                ›     $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2546 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
                › {
                ›     $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2603 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
                › }
                › $b = ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2427 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {
                ›     $a = ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1141 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] fn () => ($container->privates['api_platform.listener.exception'] ?? $container->load('getApiPlatform_Listener_ExceptionService')), 'onKernelException'], -96);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.394+01:00"
        "message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#143
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/vendor/symfony/validator/ValidatorBuilder.php:252 {
                Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
                › {
                ›     trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:4576 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);
                › $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
                › $instance->addMethodMapping('loadValidatorMetadata');
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:3279 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {
                ›     $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2546 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
                › {
                ›     $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2603 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
                › }
                › $b = ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2427 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {
                ›     $a = ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1141 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] fn () => ($container->privates['api_platform.listener.exception'] ?? $container->load('getApiPlatform_Listener_ExceptionService')), 'onKernelException'], -96);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.406+01:00"
        "message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#99
            #message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
                Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
                › if ($reader) {
                ›     trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2754 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container) …
                › {
                ›     return $container->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))])));
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2558 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
                › 
                › return $container->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory(($container->privates['api_platform.cache.metadata.property'] ?? self::getApiPlatform_Cache_Metadata_PropertyService($container)), new \ApiPlatform\JsonSchema\Metadata\Property\Factory\SchemaPropertyMetadataFactory($c, new \ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.property_extractor.yaml'] ??= new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $container)), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\IdentifierPropertyMetadataFactory($c, new \ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($container->services['doctrine'] ?? self::getDoctrineService($container)), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.property_extractor.xml'] ??= new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $container))))), $c))))), new RewindableGenerator(function () use ($container) {
                ›     yield 0 => ($container->privates['api_platform.metadata.property_schema.choice_restriction'] ??= new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction());
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2603 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
                › }
                › $b = ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2427 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {
                ›     $a = ($container->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1141 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] fn () => ($container->privates['api_platform.listener.exception'] ?? $container->load('getApiPlatform_Listener_ExceptionService')), 'onKernelException'], -96);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read'] ?? self::getApiPlatform_Listener_Request_ReadService($container)), 'onKernelRequest'], 4);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.435+01:00"
        "message" => "User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#324
            #message: "User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getApiPlatform_Validator_QueryParameterValidatorService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getApiPlatform_Validator_QueryParameterValidatorService.php:23 {
                ContainerBasBhLz\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › {
                ›     trigger_deprecation('api-platform/symfony', '4.1', 'The "api_platform.validator.query_parameter_validator" service is deprecated use "\\ApiPlatform\\Metadata\\Parameter::$constraints" instead.');
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2509 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › {
                ›     $a = ($container->privates['api_platform.validator.query_parameter_validator'] ?? $container->load('getApiPlatform_Validator_QueryParameterValidatorService'));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1148 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['webpack_encore.exception_listener'] ?? $container->load('getWebpackEncore_ExceptionListenerService')), 'onKernelException'], 0);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.436+01:00"
        "message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#711
            #message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php"
            #line: 41
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:41 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › {
                ›     trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getApiPlatform_Validator_QueryParameterValidatorService.php:31 {
                ContainerBasBhLz\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['api_platform.validator.query_parameter_validator'] = new \ApiPlatform\ParameterValidator\ParameterValidator($a);
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2509 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › {
                ›     $a = ($container->privates['api_platform.validator.query_parameter_validator'] ?? $container->load('getApiPlatform_Validator_QueryParameterValidatorService'));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1148 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['webpack_encore.exception_listener'] ?? $container->load('getWebpackEncore_ExceptionListenerService')), 'onKernelException'], 0);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.439+01:00"
        "message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#710
            #message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/ArrayItems.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/ArrayItems.php:25 {
                ApiPlatform\ParameterValidator\Validator\ArrayItems->__construct() …
                › {
                ›     trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:46 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › $this->validators = [
                ›     new ArrayItems(),
                ›     new Bounds(),
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getApiPlatform_Validator_QueryParameterValidatorService.php:31 {
                ContainerBasBhLz\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['api_platform.validator.query_parameter_validator'] = new \ApiPlatform\ParameterValidator\ParameterValidator($a);
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2509 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › {
                ›     $a = ($container->privates['api_platform.validator.query_parameter_validator'] ?? $container->load('getApiPlatform_Validator_QueryParameterValidatorService'));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1148 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['webpack_encore.exception_listener'] ?? $container->load('getWebpackEncore_ExceptionListenerService')), 'onKernelException'], 0);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.439+01:00"
        "message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#709
            #message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/Bounds.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/Bounds.php:25 {
                ApiPlatform\ParameterValidator\Validator\Bounds->__construct() …
                › {
                ›     trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:47 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › new ArrayItems(),
                › new Bounds(),
                › new Enum(),
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getApiPlatform_Validator_QueryParameterValidatorService.php:31 {
                ContainerBasBhLz\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['api_platform.validator.query_parameter_validator'] = new \ApiPlatform\ParameterValidator\ParameterValidator($a);
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2509 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › {
                ›     $a = ($container->privates['api_platform.validator.query_parameter_validator'] ?? $container->load('getApiPlatform_Validator_QueryParameterValidatorService'));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1148 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['webpack_encore.exception_listener'] ?? $container->load('getWebpackEncore_ExceptionListenerService')), 'onKernelException'], 0);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.441+01:00"
        "message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#708
            #message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/Enum.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/Enum.php:25 {
                ApiPlatform\ParameterValidator\Validator\Enum->__construct() …
                › {
                ›     trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:48 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › new Bounds(),
                › new Enum(),
                › new Length(),
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getApiPlatform_Validator_QueryParameterValidatorService.php:31 {
                ContainerBasBhLz\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['api_platform.validator.query_parameter_validator'] = new \ApiPlatform\ParameterValidator\ParameterValidator($a);
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2509 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › {
                ›     $a = ($container->privates['api_platform.validator.query_parameter_validator'] ?? $container->load('getApiPlatform_Validator_QueryParameterValidatorService'));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1148 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['webpack_encore.exception_listener'] ?? $container->load('getWebpackEncore_ExceptionListenerService')), 'onKernelException'], 0);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.442+01:00"
        "message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#704
            #message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/Length.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/Length.php:25 {
                ApiPlatform\ParameterValidator\Validator\Length->__construct() …
                › {
                ›     trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:49 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › new Enum(),
                › new Length(),
                › new MultipleOf(),
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getApiPlatform_Validator_QueryParameterValidatorService.php:31 {
                ContainerBasBhLz\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['api_platform.validator.query_parameter_validator'] = new \ApiPlatform\ParameterValidator\ParameterValidator($a);
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2509 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › {
                ›     $a = ($container->privates['api_platform.validator.query_parameter_validator'] ?? $container->load('getApiPlatform_Validator_QueryParameterValidatorService'));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1148 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['webpack_encore.exception_listener'] ?? $container->load('getWebpackEncore_ExceptionListenerService')), 'onKernelException'], 0);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.444+01:00"
        "message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#724
            #message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/MultipleOf.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/MultipleOf.php:25 {
                ApiPlatform\ParameterValidator\Validator\MultipleOf->__construct() …
                › {
                ›     trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:50 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › new Length(),
                › new MultipleOf(),
                › new Pattern(),
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getApiPlatform_Validator_QueryParameterValidatorService.php:31 {
                ContainerBasBhLz\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['api_platform.validator.query_parameter_validator'] = new \ApiPlatform\ParameterValidator\ParameterValidator($a);
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2509 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › {
                ›     $a = ($container->privates['api_platform.validator.query_parameter_validator'] ?? $container->load('getApiPlatform_Validator_QueryParameterValidatorService'));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1148 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['webpack_encore.exception_listener'] ?? $container->load('getWebpackEncore_ExceptionListenerService')), 'onKernelException'], 0);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.444+01:00"
        "message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#700
            #message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/Pattern.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/Pattern.php:25 {
                ApiPlatform\ParameterValidator\Validator\Pattern->__construct() …
                › {
                ›     trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:51 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › new MultipleOf(),
                › new Pattern(),
                › new Required(),
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getApiPlatform_Validator_QueryParameterValidatorService.php:31 {
                ContainerBasBhLz\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['api_platform.validator.query_parameter_validator'] = new \ApiPlatform\ParameterValidator\ParameterValidator($a);
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2509 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › {
                ›     $a = ($container->privates['api_platform.validator.query_parameter_validator'] ?? $container->load('getApiPlatform_Validator_QueryParameterValidatorService'));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1148 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['webpack_encore.exception_listener'] ?? $container->load('getWebpackEncore_ExceptionListenerService')), 'onKernelException'], 0);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.445+01:00"
        "message" => "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#698
            #message: "User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/Required.php"
            #line: 27
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/Validator/Required.php:27 {
                ApiPlatform\ParameterValidator\Validator\Required->__construct() …
                › {
                ›     trigger_deprecation('api-platform/core', '3.4', 'The class "%s" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.', __CLASS__);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:52 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                ›     new Pattern(),
                ›     new Required(),
                › ];
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/getApiPlatform_Validator_QueryParameterValidatorService.php:31 {
                ContainerBasBhLz\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['api_platform.validator.query_parameter_validator'] = new \ApiPlatform\ParameterValidator\ParameterValidator($a);
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:815 {
                ContainerBasBhLz\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:2509 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › {
                ›     $a = ($container->privates['api_platform.validator.query_parameter_validator'] ?? $container->load('getApiPlatform_Validator_QueryParameterValidatorService'));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1148 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'webpack_encore.exception_listener', class: 'Symfony\\WebpackEncoreBundle\\EventListener\\ExceptionListener')] fn () => ($container->privates['webpack_encore.exception_listener'] ?? $container->load('getWebpackEncore_ExceptionListenerService')), 'onKernelException'], 0);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.457+01:00"
        "message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#602
            #message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
                Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
                › if ($reader) {
                ›     trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);
                › }
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1558 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiSerializerService($container) …
                › {
                ›     $a = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService'))));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1881 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getApiEntityTransformerService($container) …
                › }
                › $b = ($container->privates['App\\Serializer\\ApiSerializer'] ?? self::getApiSerializerService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1516 {
                ContainerBasBhLz\App_KernelDevDebugContainer::getEntityForceUpdateSubcriberService($container) …
                › }
                › $e = ($container->privates['App\\Service\\Import\\ApiEntityTransformer'] ?? self::getApiEntityTransformerService($container));
                › 
              }
              /filer/www/api-dev.oreca.com/var/cache/dev/ContainerBasBhLz/App_KernelDevDebugContainer.php:1157 {
                ContainerBasBhLz\App_KernelDevDebugContainer::ContainerBasBhLz\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\Export\\CheckTrigrammeQuerySubscriber')] fn () => ($container->privates['App\\EventSubscriber\\Export\\CheckTrigrammeQuerySubscriber'] ?? self::getCheckTrigrammeQuerySubscriberService($container)), 'execute'], 16);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\EventSubscriber\\Export\\EntityForceUpdateSubcriber')] fn () => ($container->privates['App\\EventSubscriber\\Export\\EntityForceUpdateSubcriber'] ?? self::getEntityForceUpdateSubcriberService($container)), 'execute'], 5);
                › $instance->addListener('kernel.view', [#[\Closure(name: 'App\\EventSubscriber\\Export\\ExportLogSubcriber')] fn () => ($container->privates['App\\EventSubscriber\\Export\\ExportLogSubcriber'] ?? $container->load('getExportLogSubcriberService')), 'logExport'], 15);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
                ›     $listener[0] = $listener[0]();
                ›     $listener[1] ??= '__invoke';
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {
                ›     $priority = $this->getListenerPriority($eventName, $listener);
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.515+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.515+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.515+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.515+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.515+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.515+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.541+01:00"
        "message" => "Export >>> Issue  when exporting o resource resource by the user no user."
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => []
        "channel" => "export"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.542+01:00"
        "message" => "Export >>> No route found for "GET https://api-dev.oreca.com/robots.txt""
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => []
        "channel" => "export"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.542+01:00"
        "message" => """
          Export >>> Symfony\Component\Routing\Exception\ResourceNotFoundException: No routes found for "/robots.txt/". in /filer/www/api-dev.oreca.com/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70\n
          Stack trace:\n
          #0 /filer/www/api-dev.oreca.com/vendor/symfony/routing/Matcher/UrlMatcher.php(97): Symfony\Component\Routing\Matcher\CompiledUrlMatcher->match()\n
          #1 /filer/www/api-dev.oreca.com/vendor/symfony/routing/Router.php(237): Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest()\n
          #2 /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/EventListener/RouterListener.php(105): Symfony\Component\Routing\Router->matchRequest()\n
          #3 /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php(116): Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest()\n
          #4 /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php(220): Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()\n
          #5 /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners()\n
          #6 /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php(139): Symfony\Component\EventDispatcher\EventDispatcher->dispatch()\n
          #7 /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php(157): Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()\n
          #8 /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw()\n
          #9 /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php(197): Symfony\Component\HttpKernel\HttpKernel->handle()\n
          #10 /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php(35): Symfony\Component\HttpKernel\Kernel->handle()\n
          #11 /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php(29): Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()\n
          #12 /filer/www/api-dev.oreca.com/public/index.php(5): require_once('...')\n
          #13 {main}\n
          \n
          Next Symfony\Component\HttpKernel\Exception\NotFoundHttpException: No route found for "GET https://api-dev.oreca.com/robots.txt" in /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/EventListener/RouterListener.php:127\n
          Stack trace:\n
          #0 /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php(116): Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest()\n
          #1 /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php(220): Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()\n
          #2 /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners()\n
          #3 /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php(139): Symfony\Component\EventDispatcher\EventDispatcher->dispatch()\n
          #4 /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php(157): Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()\n
          #5 /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw()\n
          #6 /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php(197): Symfony\Component\HttpKernel\HttpKernel->handle()\n
          #7 /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php(35): Symfony\Component\HttpKernel\Kernel->handle()\n
          #8 /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php(29): Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()\n
          #9 /filer/www/api-dev.oreca.com/public/index.php(5): require_once('...')\n
          #10 {main}
          """
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => []
        "channel" => "export"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.544+01:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://api-dev.oreca.com/robots.txt"" at RouterListener.php line 127"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#869
            #message: "No route found for "GET https://api-dev.oreca.com/robots.txt""
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 127
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#830 …}
            -statusCode: 404
            -headers: []
            trace: {
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);
                › } catch (MethodNotAllowedException $e) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {
                ›     ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                › } finally {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /filer/www/api-dev.oreca.com/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);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {
                ›     $this->dispatcher->dispatch($event, $eventName);
                › } finally {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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);
                › 
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventSubscriber\JWTCreationListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventSubscriber\Action\ActionLogSubscriber::logException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventSubscriber\Export\ExportLogSubcriber::logException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.706+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventSubscriber\OutOfMemoryLoggerSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.706+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.706+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.706+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.706+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.706+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.706+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.706+01:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.725+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.726+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.726+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.726+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.726+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.726+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1042 => [
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\Export\CheckDateQuerySubscriber::execute"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\Export\CheckTrigrammeQuerySubscriber::execute"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\Export\EntityForceUpdateSubcriber::execute"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\Action\ActionLogSubscriber::logReception"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.551+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.554+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.554+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.554+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.564+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.564+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.564+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerBasBhLz\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.564+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.669+01:00"
        "message" => "User Deprecated: Support for MariaDB < 10.5.2 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:56 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1451
            #message: "User Deprecated: Support for MariaDB < 10.5.2 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:56 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
            #code: 0
            #file: "/filer/www/api-dev.oreca.com/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /filer/www/api-dev.oreca.com/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:56 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractMySQLPlatform …
                ›     'https://github.com/doctrine/dbal/pull/6343',
                ›     'Support for MariaDB < 10.5.2 is deprecated and will be removed in DBAL 5',
                › );
              }
              /filer/www/api-dev.oreca.com/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {
                ›     return $this->wrappedDriver->getDatabasePlatform($versionProvider);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/doctrine/dbal/src/Connection.php:199 {
                Doctrine\DBAL\Connection->getDatabasePlatform(): AbstractPlatform …
                › 
                ›     $this->platform = $this->driver->getDatabasePlatform($versionProvider);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/doctrine/dbal/src/Schema/DefaultSchemaManagerFactory.php:18 {
                Doctrine\DBAL\Schema\DefaultSchemaManagerFactory->createSchemaManager(Connection $connection): AbstractSchemaManager …
                › {
                ›     return $connection->getDatabasePlatform()->createSchemaManager($connection);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/doctrine/dbal/src/Connection.php:1208 {
                Doctrine\DBAL\Connection->createSchemaManager(): AbstractSchemaManager …
                › {
                ›     return $this->schemaManagerFactory->createSchemaManager($this);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorage.php:60 {
                Doctrine\Migrations\Metadata\Storage\TableMetadataStorage->__construct(Connection $connection, Comparator $comparator, ?MetadataStorageConfiguration $configuration = null, ?MigrationsRepository $migrationRepository = null) …
                › ) {
                ›     $this->schemaManager = $connection->createSchemaManager();
                ›     $this->platform      = $connection->getDatabasePlatform();
              }
              /filer/www/api-dev.oreca.com/vendor/doctrine/migrations/src/DependencyFactory.php:320 {
                Doctrine\Migrations\DependencyFactory->Doctrine\Migrations\{closure} …
                ›     $this->getConfiguration()->getMetadataStorageConfiguration(),
                ›     $this->getMigrationRepository(),
                › ));
              }
              /filer/www/api-dev.oreca.com/vendor/doctrine/migrations/src/DependencyFactory.php:436 {
                Doctrine\Migrations\DependencyFactory->getDependency(string $id, callable $callback): mixed …
                › if (! array_key_exists($id, $this->dependencies)) {
                ›     $this->dependencies[$id] = $callback();
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/doctrine/migrations/src/DependencyFactory.php:321 {
                Doctrine\Migrations\DependencyFactory->getMetadataStorage(): MetadataStorage …
                ›         $this->getMigrationRepository(),
                ›     ));
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php:40 {
                Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector->collect(Request $request, Response $response, ?Throwable $exception = null) …
                › 
                › $metadataStorage = $this->dependencyFactory->getMetadataStorage();
                › $planCalculator  = $this->dependencyFactory->getMigrationPlanCalculator();
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {
                ›     $collector->collect($request, $response, $exception);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {
                ›     if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
                ›         return;
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {
                ›     ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                › } finally {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /filer/www/api-dev.oreca.com/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);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {
                ›     $this->dispatcher->dispatch($event, $eventName);
                › } finally {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);
                › }
              }
              /filer/www/api-dev.oreca.com/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) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {
                ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
                › } catch (\Exception $e) {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {
                ›     ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
                › } finally {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /filer/www/api-dev.oreca.com/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);
                › }
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {
                ›     $this->dispatcher->dispatch($event, $eventName);
                › } finally {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);
                › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);
                › } finally {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/http-kernel/Kernel.php:197 {
                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 {
              }
              /filer/www/api-dev.oreca.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /filer/www/api-dev.oreca.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /filer/www/api-dev.oreca.com/public/index.php:5 {
                › 
                › require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/filer/www/api-dev.oreca.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762128713
        "timestamp_rfc3339" => "2025-11-03T01:11:53.705+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    2 => 4
    1042 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#434 …}
} |