| logger | 
                Symfony\Bridge\Monolog\Processor\DebugProcessor {#833
  -records: [
    15 => [
      [
        "timestamp" => 1762123165
        "timestamp_rfc3339" => "2025-11-02T17:39:25.929-05: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 {#532
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getAnnotations_CachedReaderService.php:23 {
                ContainerNXzrt43\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › {
                ›     trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:3568 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);
                › $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
                › $instance->addMethodMapping('loadValidatorMetadata');
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:2363 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {
                ›     $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1781 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
                › {
                ›     $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1841 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
                › 
                › $d = new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmLinkFactory($b, $a, $c, new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($a, ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container)), $c));
                › $e = ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container));
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1662 {
                ContainerNXzrt43\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));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1191 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123165
        "timestamp_rfc3339" => "2025-11-02T17:39:25.929-05: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 {#530
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getAnnotations_ReaderService.php:23 {
                ContainerNXzrt43\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {
                ›     trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getAnnotations_CachedReaderService.php:25 {
                ContainerNXzrt43\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);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:3568 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);
                › $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
                › $instance->addMethodMapping('loadValidatorMetadata');
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:2363 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {
                ›     $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1781 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
                › {
                ›     $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1841 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
                › 
                › $d = new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmLinkFactory($b, $a, $c, new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($a, ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container)), $c));
                › $e = ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container));
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1662 {
                ContainerNXzrt43\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));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1191 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.080-05: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 {#522
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getAnnotations_CacheAdapterService.php:23 {
                ContainerNXzrt43\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
                › {
                ›     trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getAnnotations_CachedReaderService.php:25 {
                ContainerNXzrt43\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);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:3568 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);
                › $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
                › $instance->addMethodMapping('loadValidatorMetadata');
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:2363 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {
                ›     $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1781 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
                › {
                ›     $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1841 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
                › 
                › $d = new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmLinkFactory($b, $a, $c, new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($a, ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container)), $c));
                › $e = ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container));
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1662 {
                ContainerNXzrt43\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));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1191 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.081-05: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 {#517
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/var/local/www/student-tracker/prod/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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__);
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:3568 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);
                › $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
                › $instance->addMethodMapping('loadValidatorMetadata');
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:2363 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {
                ›     $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1781 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container) …
                › {
                ›     $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1841 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
                › 
                › $d = new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmLinkFactory($b, $a, $c, new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($a, ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container)), $c));
                › $e = ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container));
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1662 {
                ContainerNXzrt43\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));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1191 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.081-05: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 {#486
            #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: "/var/local/www/student-tracker/prod/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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__);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1968 {
                ContainerNXzrt43\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')))])));
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1793 {
                ContainerNXzrt43\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());
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1841 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService($container) …
                › 
                › $d = new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmLinkFactory($b, $a, $c, new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($a, ($container->privates['api_platform.metadata.property.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_CachedService($container)), $c));
                › $e = ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container));
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1662 {
                ContainerNXzrt43\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));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1191 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.083-05: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 {#404
            #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: "/var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getApiPlatform_Validator_QueryParameterValidatorService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getApiPlatform_Validator_QueryParameterValidatorService.php:23 {
                ContainerNXzrt43\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.');
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1755 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › 
                ›     return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1198 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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.request', [#[\Closure(name: 'turbo.kernel.request_listener', class: 'Symfony\\UX\\Turbo\\Request\\RequestListener')] fn () => ($container->privates['turbo.kernel.request_listener'] ??= new \Symfony\UX\Turbo\Request\RequestListener()), '__invoke'], 256);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.083-05: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 {#402
            #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: "/var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php"
            #line: 41
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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__);
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
                ContainerNXzrt43\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1755 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › 
                ›     return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1198 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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.request', [#[\Closure(name: 'turbo.kernel.request_listener', class: 'Symfony\\UX\\Turbo\\Request\\RequestListener')] fn () => ($container->privates['turbo.kernel.request_listener'] ??= new \Symfony\UX\Turbo\Request\RequestListener()), '__invoke'], 256);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.083-05: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 {#400
            #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: "/var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/Validator/ArrayItems.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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__);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:46 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › $this->validators = [
                ›     new ArrayItems(),
                ›     new Bounds(),
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
                ContainerNXzrt43\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1755 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › 
                ›     return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1198 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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.request', [#[\Closure(name: 'turbo.kernel.request_listener', class: 'Symfony\\UX\\Turbo\\Request\\RequestListener')] fn () => ($container->privates['turbo.kernel.request_listener'] ??= new \Symfony\UX\Turbo\Request\RequestListener()), '__invoke'], 256);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.084-05: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 {#398
            #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: "/var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/Validator/Bounds.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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__);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:47 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › new ArrayItems(),
                › new Bounds(),
                › new Enum(),
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
                ContainerNXzrt43\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1755 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › 
                ›     return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1198 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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.request', [#[\Closure(name: 'turbo.kernel.request_listener', class: 'Symfony\\UX\\Turbo\\Request\\RequestListener')] fn () => ($container->privates['turbo.kernel.request_listener'] ??= new \Symfony\UX\Turbo\Request\RequestListener()), '__invoke'], 256);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.084-05: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 {#396
            #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: "/var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/Validator/Enum.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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__);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:48 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › new Bounds(),
                › new Enum(),
                › new Length(),
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
                ContainerNXzrt43\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1755 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › 
                ›     return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1198 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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.request', [#[\Closure(name: 'turbo.kernel.request_listener', class: 'Symfony\\UX\\Turbo\\Request\\RequestListener')] fn () => ($container->privates['turbo.kernel.request_listener'] ??= new \Symfony\UX\Turbo\Request\RequestListener()), '__invoke'], 256);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.084-05: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 {#394
            #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: "/var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/Validator/Length.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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__);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:49 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › new Enum(),
                › new Length(),
                › new MultipleOf(),
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
                ContainerNXzrt43\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1755 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › 
                ›     return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1198 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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.request', [#[\Closure(name: 'turbo.kernel.request_listener', class: 'Symfony\\UX\\Turbo\\Request\\RequestListener')] fn () => ($container->privates['turbo.kernel.request_listener'] ??= new \Symfony\UX\Turbo\Request\RequestListener()), '__invoke'], 256);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.084-05: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 {#392
            #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: "/var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/Validator/MultipleOf.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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__);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:50 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › new Length(),
                › new MultipleOf(),
                › new Pattern(),
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
                ContainerNXzrt43\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1755 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › 
                ›     return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1198 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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.request', [#[\Closure(name: 'turbo.kernel.request_listener', class: 'Symfony\\UX\\Turbo\\Request\\RequestListener')] fn () => ($container->privates['turbo.kernel.request_listener'] ??= new \Symfony\UX\Turbo\Request\RequestListener()), '__invoke'], 256);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.084-05: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 {#390
            #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: "/var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/Validator/Pattern.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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__);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:51 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                › new MultipleOf(),
                › new Pattern(),
                › new Required(),
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
                ContainerNXzrt43\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1755 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › 
                ›     return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1198 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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.request', [#[\Closure(name: 'turbo.kernel.request_listener', class: 'Symfony\\UX\\Turbo\\Request\\RequestListener')] fn () => ($container->privates['turbo.kernel.request_listener'] ??= new \Symfony\UX\Turbo\Request\RequestListener()), '__invoke'], 256);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.084-05: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 {#388
            #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: "/var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/Validator/Required.php"
            #line: 27
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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__);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/api-platform/core/src/ParameterValidator/ParameterValidator.php:52 {
                ApiPlatform\ParameterValidator\ParameterValidator->__construct(ContainerInterface $filterLocator) …
                ›     new Pattern(),
                ›     new Required(),
                › ];
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/getApiPlatform_Validator_QueryParameterValidatorService.php:25 {
                ContainerNXzrt43\getApiPlatform_Validator_QueryParameterValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return new \ApiPlatform\ParameterValidator\ParameterValidator(($container->privates['api_platform.filter_locator'] ??= new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [], [])));
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:880 {
                ContainerNXzrt43\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1755 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › 
                ›     return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($container->load('getApiPlatform_Validator_QueryParameterValidatorService'), $a);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1198 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{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.request', [#[\Closure(name: 'turbo.kernel.request_listener', class: 'Symfony\\UX\\Turbo\\Request\\RequestListener')] fn () => ($container->privates['turbo.kernel.request_listener'] ??= new \Symfony\UX\Turbo\Request\RequestListener()), '__invoke'], 256);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.085-05:00"
        "message" => "User Deprecated: Since api-platform/core 3.4: Injecting the "ApiPlatform\JsonSchema\TypeFactoryInterface" inside "ApiPlatform\JsonSchema\SchemaFactory" is deprecated and "ApiPlatform\JsonSchema\TypeFactoryInterface" will be removed in 4.x."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#367
            #message: "User Deprecated: Since api-platform/core 3.4: Injecting the "ApiPlatform\JsonSchema\TypeFactoryInterface" inside "ApiPlatform\JsonSchema\SchemaFactory" is deprecated and "ApiPlatform\JsonSchema\TypeFactoryInterface" will be removed in 4.x."
            #code: 0
            #file: "/var/local/www/student-tracker/prod/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php"
            #line: 45
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php:45 {
                ApiPlatform\JsonSchema\SchemaFactory->__construct(?TypeFactoryInterface $typeFactory, ResourceMetadataCollectionFactoryInterface $resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, ?NameConverterInterface $nameConverter = null, ?ResourceClassResolverInterface $resourceClassResolver = null, ?array $distinctFormats = null, ?DefinitionNameFactoryInterface $definitionNameFactory = null) …
                › if ($typeFactory) {
                ›     trigger_deprecation('api-platform/core', '3.4', \sprintf('Injecting the "%s" inside "%s" is deprecated and "%s" will be removed in 4.x.', TypeFactoryInterface::class, self::class, TypeFactoryInterface::class));
                ›     $this->typeFactory = $typeFactory;
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1622 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_JsonSchema_BackwardCompatibleSchemaFactoryService($container) …
                › 
                › $container->privates['api_platform.json_schema.backward_compatible_schema_factory'] = $instance = new \ApiPlatform\JsonSchema\BackwardCompatibleSchemaFactory(new \ApiPlatform\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\JsonSchema\SchemaFactory($e, $a, $b, $c, ($container->privates['api_platform.hydra.name_converter.hydra_prefix'] ?? self::getApiPlatform_Hydra_NameConverter_HydraPrefixService($container)), $d, $container->parameters['api_platform.jsonschema_formats'], new \ApiPlatform\JsonSchema\DefinitionNameFactory($container->parameters['api_platform.jsonschema_formats'])), $container->parameters['api_platform.serializer.default_context']));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1879 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Openapi_FactoryService($container) …
                › }
                › $d = ($container->privates['api_platform.json_schema.backward_compatible_schema_factory'] ?? self::getApiPlatform_JsonSchema_BackwardCompatibleSchemaFactoryService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1714 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_ReadService($container) …
                › }
                › $b = ($container->privates['api_platform.openapi.factory'] ?? self::getApiPlatform_Openapi_FactoryService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1192 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{closure} …
                › $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);
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.092-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.092-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.092-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.092-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.092-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.092-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.092-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://test.tracker.canadaeschool.ca/robots.txt"" at RouterListener.php line 127"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1500
            #message: "No route found for "GET https://test.tracker.canadaeschool.ca/robots.txt""
            #code: 0
            #file: "/var/local/www/student-tracker/prod/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 127
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#170 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/local/www/student-tracker/prod/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) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {
                ›     $this->callListeners($listeners, $eventName, $event);
                › }
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.116-05: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"
      ]
    ]
    1441 => [
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\UserFilterConfigurator::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.094-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.095-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.095-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.095-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerNXzrt43\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.095-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.112-05:00"
        "message" => "User Deprecated: Since symfony/ux-twig-component 2.13: The "Symfony\UX\TwigComponent\ComponentTemplateFinder::__construct()" method will require "string $directory" argument in 3.0. Not defining it or passing null is deprecated."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#677
            #message: "User Deprecated: Since symfony/ux-twig-component 2.13: The "Symfony\UX\TwigComponent\ComponentTemplateFinder::__construct()" method will require "string $directory" argument in 3.0. Not defining it or passing null is deprecated."
            #code: 0
            #file: "/var/local/www/student-tracker/prod/vendor/symfony/ux-twig-component/src/ComponentTemplateFinder.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/vendor/symfony/ux-twig-component/src/ComponentTemplateFinder.php:34 {
                Symfony\UX\TwigComponent\ComponentTemplateFinder->__construct(Twig\Environment|Twig\Loader\LoaderInterface $loader, ?string $directory = null) …
                › if (null === $this->directory) {
                ›     trigger_deprecation('symfony/ux-twig-component', '2.13', 'The "%s()" method will require "string $directory" argument in 3.0. Not defining it or passing null is deprecated.', __METHOD__);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:3470 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getUx_TwigComponent_ComponentFactoryService($container) …
                › 
                › return $container->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\UX\TwigComponent\ComponentTemplateFinder(($container->privates['twig.loader.native_filesystem'] ?? self::getTwig_Loader_NativeFilesystemService($container)), NULL), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
                ›     'Camper:camper_listing_component' => [false, 'App\\Twig\\Component\\Camper\\CamperListingComponent', 'getCamperListingComponentService', true],
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:3438 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getUx_LiveComponent_MetadataFactoryService($container) …
                › {
                ›     $a = ($container->privates['ux.twig_component.component_factory'] ?? self::getUx_TwigComponent_ComponentFactoryService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:3412 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getUx_LiveComponent_LiveUrlSubscriberService($container) …
                › {
                ›     $a = ($container->privates['ux.live_component.metadata_factory'] ?? self::getUx_LiveComponent_MetadataFactoryService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1321 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{closure} …
                › $instance->addListener('kernel.exception', [#[\Closure(name: 'ux.live_component.event_subscriber', class: 'Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber')] fn () => ($container->privates['ux.live_component.event_subscriber'] ?? self::getUx_LiveComponent_EventSubscriberService($container)), 'onKernelException'], 20);
                › $instance->addListener('kernel.response', [#[\Closure(name: 'ux.live_component.live_url_subscriber', class: 'Symfony\\UX\\LiveComponent\\EventListener\\LiveUrlSubscriber')] fn () => ($container->privates['ux.live_component.live_url_subscriber'] ?? self::getUx_LiveComponent_LiveUrlSubscriberService($container)), 'onKernelResponse'], 0);
                › $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreCreateForRenderEvent', [#[\Closure(name: 'ux.live_component.intercept_child_component_render_subscriber', class: 'Symfony\\UX\\LiveComponent\\EventListener\\InterceptChildComponentRenderSubscriber')] fn () => ($container->privates['ux.live_component.intercept_child_component_render_subscriber'] ?? $container->load('getUx_LiveComponent_InterceptChildComponentRenderSubscriberService')), 'preComponentCreated'], 0);
              }
              /var/local/www/student-tracker/prod/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';
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {
                ›     $this->sortListeners($eventName);
                › }
              }
              /var/local/www/student-tracker/prod/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);
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);
                › try {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/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);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {
                ›     $this->callListeners($listeners, $eventName, $event);
                › }
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.114-05:00"
        "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:81 called by App_KernelDevDebugContainer.php:2427, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1184
            #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:81 called by App_KernelDevDebugContainer.php:2427, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/var/local/www/student-tracker/prod/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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);
                › }
              }
              /var/local/www/student-tracker/prod/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);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:81 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
                ›     'In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true.',
                ›     self::class
                › );
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:2427 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › 
                › $b = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/dukecity/command-scheduler-bundle/Entity'), (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/Entity')], false));
                › $c = ($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container));
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1158 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1149 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{closure} …
                › if (true === $lazyLoad) {
                ›     return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerNXzrt43\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
                ›     goto get_in_scope;
              }
              /var/local/www/student-tracker/prod/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {
                ›     return $this->metadataFactory;
                › }
              }
              /var/local/www/student-tracker/prod/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:100 {
                Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › 
                › $factory   = $em->getMetadataFactory();
                › $validator = new SchemaValidator($em);
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/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;
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {
                ›     $this->callListeners($listeners, $eventName, $event);
                › }
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/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);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {
                ›     $this->callListeners($listeners, $eventName, $event);
                › }
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.114-05:00"
        "message" => "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:68 called by App_KernelDevDebugContainer.php:2413, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1185
            #message: "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:68 called by App_KernelDevDebugContainer.php:2413, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
            #code: 0
            #file: "/var/local/www/student-tracker/prod/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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);
                › }
              }
              /var/local/www/student-tracker/prod/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);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:68 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
                ›     'https://github.com/doctrine/orm/issues/10098',
                ›     'The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver.'
                › );
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:2413 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
                › {
                ›     return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity'), (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity')], false);
                › }
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:2428 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $b = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/vendor/dukecity/command-scheduler-bundle/Entity'), (\dirname(__DIR__, 4).'/vendor/league/oauth2-server-bundle/src/Entity')], false));
                › $c = ($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container));
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1158 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1149 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{closure} …
                › if (true === $lazyLoad) {
                ›     return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerNXzrt43\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
                ›     goto get_in_scope;
              }
              /var/local/www/student-tracker/prod/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {
                ›     return $this->metadataFactory;
                › }
              }
              /var/local/www/student-tracker/prod/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:100 {
                Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › 
                › $factory   = $em->getMetadataFactory();
                › $validator = new SchemaValidator($em);
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/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;
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {
                ›     $this->callListeners($listeners, $eventName, $event);
                › }
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/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);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {
                ›     $this->callListeners($listeners, $eventName, $event);
                › }
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05:00"
        "message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:181, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1355
            #message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:181, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
            #code: 0
            #file: "/var/local/www/student-tracker/prod/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/local/www/student-tracker/prod/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);
                › }
              }
              /var/local/www/student-tracker/prod/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);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:169 {
                Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
                ›     'https://github.com/doctrine/orm/pull/10837/',
                ›     'Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them.'
                › );
              }
              /var/local/www/student-tracker/prod/vendor/doctrine/orm/src/EntityManager.php:181 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
                ›     $config->getProxyNamespace(),
                ›     $config->getAutoGenerateProxyClasses()
                › );
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1158 {
                ContainerNXzrt43\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
                › 
              }
              /var/local/www/student-tracker/prod/var/cache/dev/ContainerNXzrt43/App_KernelDevDebugContainer.php:1149 {
                ContainerNXzrt43\App_KernelDevDebugContainer::ContainerNXzrt43\{closure} …
                › if (true === $lazyLoad) {
                ›     return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerNXzrt43\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
                ›     goto get_in_scope;
              }
              /var/local/www/student-tracker/prod/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {
                ›     return $this->metadataFactory;
                › }
              }
              /var/local/www/student-tracker/prod/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:100 {
                Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › 
                › $factory   = $em->getMetadataFactory();
                › $validator = new SchemaValidator($em);
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/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;
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {
                ›     $this->callListeners($listeners, $eventName, $event);
                › }
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/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);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {
                ›     return $response = $this->handleRaw($request, $type);
                › } catch (\Throwable $e) {
              }
              /var/local/www/student-tracker/prod/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) {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /var/local/www/student-tracker/prod/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {
                ›     $this->callListeners($listeners, $eventName, $event);
                › }
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/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);
                › 
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/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 {
              }
              /var/local/www/student-tracker/prod/public/index.php:28 {
                › $request = Request::createFromGlobals();
                › $response = $kernel->handle($request);
                › $response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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" => 1762123166
        "timestamp_rfc3339" => "2025-11-02T17:39:26.115-05: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: [
    15 => 1
    1441 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#832 …}
} |