Error 500 Internal Server Error

GET http://bottaerisposta.dev.unito.it/logout

Forwarded to ErrorController (c70402)

MainController :: logout

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\MainController::logout"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"logout"
_route_params
[]
_stopwatch_token
"c2d2b1"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"close"
host
"bottaerisposta.dev.unito.it"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"18.191.223.154"
x-forwarded-proto
"https"
x-php-ob-level
"1"
x-real-ip
"18.191.223.154"
x-remote-ip
"18.191.223.154"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-type
"text/html; charset=UTF-8"
date
"Mon, 16 Dec 2024 13:53:50 GMT"
expires
"-1"
pragma
"no-cache"
vary
"Accept"
x-debug-exception
"Warning%3A%20Undefined%20array%20key%20%22Shib-Handler%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fbottaerisposta.dev.unito.it%2Fsrc%2FController%2FMainController.php:21"
x-debug-token
"66c7ed"
x-debug-token-link
"http://bottaerisposta.dev.unito.it/_profiler/c70402"
x-previous-debug-token
"c70402"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"a82c390718de3dbf1c1180ada8a53dec"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"oci8://A02_BOTTA_RISPOSTA:QZUfTi7vItp7NBvDvUhh@dbcs.unito.it/pdbnaos.unitosub01.unitovcn01.oraclevcn.com"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/bottaerisposta.dev.unito.it/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/bottaerisposta.dev.unito.it/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"bottaerisposta.dev.unito.it"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"18.191.223.154"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"18.191.223.154"
HTTP_X_REMOTE_IP
"18.191.223.154"
ORACLE_HOME
"/usr/lib/oracle/12.2/client64/lib"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/logout"
REMOTE_ADDR
"192.168.99.151"
REMOTE_PORT
"43294"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1734357230
REQUEST_TIME_FLOAT
1734357230.2152
REQUEST_URI
"/logout"
SCRIPT_FILENAME
"/var/www/html/bottaerisposta.dev.unito.it/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.99.103"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"bottaerisposta.dev.unito.it"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_PATH
"/var/www/html/bottaerisposta.dev.unito.it/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,CORS_ALLOW_ORIGIN"
TNS_ADMIN
"/usr/lib/oracle/12.2"
USER
"www-data"
proxy-nokeepalive
"1"

Sub Requests 1

ErrorController (token = c70402)

Key Value
_controller
"error_controller"
_stopwatch_token
"f89188"
exception
ErrorException {#963
  #message: "Warning: Undefined array key "Shib-Handler""
  #code: 0
  #file: "/var/www/html/bottaerisposta.dev.unito.it/src/Controller/MainController.php"
  #line: 21
  #severity: E_WARNING
  trace: {
    /var/www/html/bottaerisposta.dev.unito.it/src/Controller/MainController.php:21 {
      App\Controller\MainController->logout(): Response …
      › {    return $this->redirect($_SERVER['Shib-Handler'] . "/Logout");    // return $this->render(view: 'index.html.twig', parameters: [
    }
    /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/html/bottaerisposta.dev.unito.it/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/html/bottaerisposta.dev.unito.it/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/html/bottaerisposta.dev.unito.it/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#129
  -records: [
    2 => [
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.234+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "logout"
          "route_parameters" => [
            "_route" => "logout"
            "_controller" => "App\Controller\MainController::logout"
          ]
          "request_uri" => "http://bottaerisposta.dev.unito.it/logout"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.235+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.235+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\ShibbolethAuth"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.238+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "service" => true
            "use_savepoints" => true
            "driver" => "oci8"
            "idle_connection_ttl" => 600
            "host" => "dbcs.unito.it"
            "port" => null
            "user" => "A02_BOTTA_RISPOSTA"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "pdbnaos.unitosub01.unitovcn01.oraclevcn.com"
            "charset" => "utf8"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.528+00:00"
        "message" => "User Deprecated: Subscribing to postConnect events is deprecated. Implement a middleware instead. (Connection.php:388 called by Connection.php:453, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#636
            #message: "User Deprecated: Subscribing to postConnect events is deprecated. Implement a middleware instead. (Connection.php:388 called by Connection.php:453, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
            #code: 0
            #file: "/var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/dbal/src/Connection.php:388 {
                Doctrine\DBAL\Connection->connect() …
                › if ($this->_eventManager->hasListeners(Events::postConnect)) {    Deprecation::trigger(        'doctrine/dbal',
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/dbal/src/Connection.php:453 {
                Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
                › try {    $this->connect();} catch (Exception $originalException) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/dbal/src/Connection.php:411 {
                Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
                › {    $version = $this->getDatabasePlatformVersion();}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/dbal/src/Connection.php:318 {
                Doctrine\DBAL\Connection->getDatabasePlatform() …
                › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:724 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
                › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:546 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadata $class): void …
                › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:174 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/orm/src/EntityManager.php:220 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:130 {
                Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->resolveRepository(): EntityRepository …
                › 
                ›     return new EntityRepository($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->createQueryBuilder(string $alias, ?string $indexBy = null): QueryBuilder …
                › {    return ($this->repository ??= $this->resolveRepository())        ->createQueryBuilder($alias, $indexBy);
              }
              /var/www/html/bottaerisposta.dev.unito.it/src/Repository/UsersRepository.php:24 {
                App\Repository\UsersRepository->getUserByIdentifier(string $identifier): Users|false|null …
                › try {    $query = $this->createQueryBuilder('query')        ->select('query')
              }
              /var/www/html/bottaerisposta.dev.unito.it/src/Security/PassControl.php:36 {
                App\Security\PassControl->loadUserByIdentifier(string $identifier): UserInterface …
                › 
                › $userEntity = $this->usersRepository->getUserByIdentifier($identifier);if (!$userEntity) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:87 {
                Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
                › if (null === $this->getAttributes()) {    $user = ($this->userLoader)($this->userIdentifier);} else {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Authenticator/Passport/Passport.php:56 {
                Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
                › 
                ›     $this->user = $this->getBadge(UserBadge::class)->getUser();}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/EventListener/UserCheckerListener.php:42 {
                Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
                › 
                ›     $this->userChecker->checkPreAuth($passport->getUser());}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:180 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
                › $event = new CheckPassportEvent($authenticator, $passport);$this->eventDispatcher->dispatch($event);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:158 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
                › 
                › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
                › 
                ›     return $this->executeAuthenticators($authenticators, $request);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
                Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
                › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:68 {
                Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
                › 
                › $this->authenticationManagerListener->authenticate($event);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
                Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
                › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
                Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
                › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
                Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Firewall.php:95 {
                Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                › 
                ›     $this->callListeners($event, $authenticationListeners());}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/bottaerisposta.dev.unito.it/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/bottaerisposta.dev.unito.it/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.528+00:00"
        "message" => "Executing statement: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "ALTER SESSION SET NLS_TIME_FORMAT = 'HH24:MI:SS' NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:MI:SS' NLS_TIMESTAMP_FORMAT = 'YYYY-MM-DD HH24:MI:SS' NLS_TIMESTAMP_TZ_FORMAT = 'YYYY-MM-DD HH24:MI:SS TZH:TZM' NLS_NUMERIC_CHARACTERS = '.,'"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.588+00:00"
        "message" => "User Deprecated: Doctrine\DBAL\Driver\OCI8\Statement::bindParam is deprecated. Use bindValue() instead. (Statement.php:78 called by Statement.php:68, https://github.com/doctrine/dbal/pull/5563, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#758
            #message: "User Deprecated: Doctrine\DBAL\Driver\OCI8\Statement::bindParam is deprecated. Use bindValue() instead. (Statement.php:78 called by Statement.php:68, https://github.com/doctrine/dbal/pull/5563, package doctrine/dbal)"
            #code: 0
            #file: "/var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/dbal/src/Driver/OCI8/Statement.php:78 {
                Doctrine\DBAL\Driver\OCI8\Statement->bindParam($param, &$variable, $type = ParameterType::STRING, $length = null): bool …
                › {    Deprecation::trigger(        'doctrine/dbal',
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/dbal/src/Driver/OCI8/Statement.php:68 {
                Doctrine\DBAL\Driver\OCI8\Statement->bindValue($param, $value, $type = ParameterType::STRING): bool …
                › 
                ›     return $this->bindParam($param, $value, $type);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/dbal/src/Driver/Middleware/AbstractStatementMiddleware.php:35 {
                Doctrine\DBAL\Driver\Middleware\AbstractStatementMiddleware->bindValue($param, $value, $type = ParameterType::STRING) …
                › 
                ›     return $this->wrappedStatement->bindValue($param, $value, $type);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/dbal/src/Logging/Statement.php:84 {
                Doctrine\DBAL\Logging\Statement->bindValue($param, $value, $type = ParameterType::STRING) …
                › 
                ›     return parent::bindValue($param, $value, $type);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/dbal/src/Driver/Middleware/AbstractStatementMiddleware.php:35 {
                Doctrine\DBAL\Driver\Middleware\AbstractStatementMiddleware->bindValue($param, $value, $type = ParameterType::STRING) …
                › 
                ›     return $this->wrappedStatement->bindValue($param, $value, $type);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/doctrine-bridge/Middleware/Debug/DBAL3/Statement.php:54 {
                Symfony\Bridge\Doctrine\Middleware\Debug\DBAL3\Statement->bindValue($param, $value, $type = ParameterType::STRING): bool …
                › 
                ›     return parent::bindValue($param, $value, $type);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/dbal/src/Connection.php:1805 {
                Doctrine\DBAL\Connection->bindParameters(Statement $stmt, array $params, array $types): void …
                › 
                › $stmt->bindValue($bindIndex, $value, $bindingType);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/dbal/src/Connection.php:1097 {
                Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], ?QueryCacheProfile $qcp = null): Result …
                › 
                › $this->bindParameters($stmt, $params, $types);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php:27 {
                Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Connection $conn, array $params, array $types): Result …
                › {    return $conn->executeQuery($this->getSqlStatements(), $params, $types, $this->queryCacheProfile);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/orm/src/Query.php:296 {
                Doctrine\ORM\Query->_doExecute(): Result|int …
                › 
                ›     return $executor->execute($this->em->getConnection(), $sqlParams, $types);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/orm/src/AbstractQuery.php:935 {
                Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                › $stmt = $this->_doExecute();}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/orm/src/AbstractQuery.php:891 {
                Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
                › 
                ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/doctrine/orm/src/AbstractQuery.php:738 {
                Doctrine\ORM\AbstractQuery->getOneOrNullResult(string|int|null $hydrationMode = null): mixed …
                › try {    $result = $this->execute(null, $hydrationMode);} catch (NoResultException) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/src/Repository/UsersRepository.php:29 {
                App\Repository\UsersRepository->getUserByIdentifier(string $identifier): Users|false|null …
                ›     ->getQuery()    ->getOneOrNullResult();return $query;
              }
              /var/www/html/bottaerisposta.dev.unito.it/src/Security/PassControl.php:36 {
                App\Security\PassControl->loadUserByIdentifier(string $identifier): UserInterface …
                › 
                › $userEntity = $this->usersRepository->getUserByIdentifier($identifier);if (!$userEntity) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:87 {
                Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
                › if (null === $this->getAttributes()) {    $user = ($this->userLoader)($this->userIdentifier);} else {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Authenticator/Passport/Passport.php:56 {
                Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
                › 
                ›     $this->user = $this->getBadge(UserBadge::class)->getUser();}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/EventListener/UserCheckerListener.php:42 {
                Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
                › 
                ›     $this->userChecker->checkPreAuth($passport->getUser());}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:180 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
                › $event = new CheckPassportEvent($authenticator, $passport);$this->eventDispatcher->dispatch($event);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:158 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
                › 
                › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
                Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
                › 
                ›     return $this->executeAuthenticators($authenticators, $request);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
                Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
                › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:68 {
                Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
                › 
                › $this->authenticationManagerListener->authenticate($event);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
                Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
                › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
                Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
                › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
                Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                › $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/security-http/Firewall.php:95 {
                Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                › 
                ›     $this->callListeners($event, $authenticationListeners());}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/bottaerisposta.dev.unito.it/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/bottaerisposta.dev.unito.it/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.588+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT u0_.id AS ID_0, u0_.username AS USERNAME_1, u0_.userscu AS USERSCU_2, u0_.created_at AS CREATED_AT_3, u0_.updated_at AS UPDATED_AT_4, u0_.deleted AS DELETED_5, u0_.role_id AS ROLE_ID_6 FROM users u0_ WHERE u0_.userscu = ?"
          "params" => [
            1 => "hjosedes"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.629+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS ID_1, t0.name AS NAME_2, t0.created_at AS CREATED_AT_3 FROM roles t0 WHERE t0.id = ?"
          "params" => [
            1 => 2
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.658+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.658+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.658+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.658+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.658+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.658+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "security.authentication.success"
          "listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.658+00:00"
        "message" => "Authenticator successful!"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "token" => Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#884
            -user: App\Entity\User {#572 …}
            -roleNames: [
              "ROLE_ADMIN"
            ]
            -attributes: []
            -firewallName: "main"
          }
          "authenticator" => "App\Security\ShibbolethAuth"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent"
          "listener" => "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00:00"
        "message" => "Authenticator set no success response: request continues."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "authenticator" => "App\Security\ShibbolethAuth"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.659+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.660+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.660+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.660+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.660+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.660+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.660+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerQwiTy34\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.660+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.664+00:00"
        "message" => "Uncaught PHP Exception ErrorException: "Warning: Undefined array key "Shib-Handler"" at MainController.php line 21"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => ErrorException {#963
            #message: "Warning: Undefined array key "Shib-Handler""
            #code: 0
            #file: "/var/www/html/bottaerisposta.dev.unito.it/src/Controller/MainController.php"
            #line: 21
            #severity: E_WARNING
            trace: {
              /var/www/html/bottaerisposta.dev.unito.it/src/Controller/MainController.php:21 {
                App\Controller\MainController->logout(): Response …
                › {    return $this->redirect($_SERVER['Shib-Handler'] . "/Logout");    // return $this->render(view: 'index.html.twig', parameters: [
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/bottaerisposta.dev.unito.it/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/bottaerisposta.dev.unito.it/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/bottaerisposta.dev.unito.it/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/bottaerisposta.dev.unito.it/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.684+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.684+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.684+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.684+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.684+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.684+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.685+00: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"
      ]
    ]
    978 => [
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.666+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.666+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.666+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.666+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.666+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.666+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.666+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.666+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.666+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.666+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.666+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.666+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.668+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.668+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.669+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.669+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.669+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.669+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerQwiTy34\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.669+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.683+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.684+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.684+00: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" => 1734357230
        "timestamp_rfc3339" => "2024-12-16T13:53:50.684+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    978 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#128 …}
}