Error 500 Internal Server Error

GET https://chezamusicschool.co.ke/lesson/plan/teacher/show/sessions/for/uig

Forwarded to ErrorController (376a62)

LessonPlanController :: showSessionsForUig

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\LessonPlanController::showSessionsForUig"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"show_uig_sessions"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"54ead6"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"chezamusicschool.co.ke"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-https
"1"
x-openai-host-hash
"877050916"
x-php-ob-level
"0"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 16 Jun 2025 12:17:34 GMT"
vary
"Accept"
x-debug-exception
"Call%20to%20a%20member%20function%20getSessions%28%29%20on%20null"
x-debug-exception-file
"%2Fhome%2Fchezamus%2Fpublic_html%2Fsrc%2FController%2FLessonPlanController.php:528"
x-debug-token
"b8a32b"
x-debug-token-link
"https://chezamusicschool.co.ke/_profiler/376a62"
x-previous-debug-token
"376a62"
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
"b1a59c6feb4014dc67fc54fe6b1cca6b"
DATABASE_URL
"mysql://chezamus_admin:Eirwmr-33@127.0.0.1:3306/chezamus_db?serverVersion=5.7.42&charset=utf8mb4"
GOOGLE_RECAPTCHA_SECRET_KEY
"6LeSjOUfAAAAALKgUjHIiST9kADy0S1sMPv7I7VX"
GOOGLE_RECAPTCHA_SITE_KEY
"6LeSjOUfAAAAANoNRc0kpbzppmPvlXTKtbu5fMGJ"
MAILER_DSN
"smtps://info@chezamusicschool.co.ke:Eirwmr-33-cheza@mail.chezamusicschool.co.ke:465"
WKHTMLTOIMAGE_PATH
"/home2/chezamus/public_html/vendor/h4cc/wkhtmltoimage-amd64/bin/wkhtmltopdf-amd64"
WKHTMLTOPDF_PATH
"/home2/chezamus/public_html/vendor/h4cc/wkhtmltoimage-amd64/bin/wkhtmltoimage-amd64"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
BASE
"/public"
DOCUMENT_ROOT
"/home/chezamus/public_html"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"chezamusicschool.co.ke"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_HTTPS
"1"
HTTP_X_OPENAI_HOST_HASH
"877050916"
PATH
"/usr/local/bin:/bin:/usr/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/lesson/plan/teacher/show/sessions/for/uig"
REMOTE_ADDR
"20.171.207.1"
REMOTE_PORT
"49064"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1750076254
REQUEST_TIME_FLOAT
1750076254.3485
REQUEST_URI
"/lesson/plan/teacher/show/sessions/for/uig"
SCRIPT_FILENAME
"/home/chezamus/public_html/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://chezamusicschool.co.ke/lesson/plan/teacher/show/sessions/for/uig"
SCRIPT_URL
"/lesson/plan/teacher/show/sessions/for/uig"
SERVER_ADDR
"188.165.46.189"
SERVER_ADMIN
"webmaster@chezamusicschool.co.ke"
SERVER_NAME
"chezamusicschool.co.ke"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET_KEY"
X-LSCACHE
"on"
X_SPDY
"HTTP2"
argc
0
argv
[]

Sub Requests 1

ErrorController (token = 376a62)

Key Value
_controller
"error_controller"
_stopwatch_token
"ed6361"
exception
Error {#1785
  #message: "Call to a member function getSessions() on null"
  #code: 0
  #file: "/home/chezamus/public_html/src/Controller/LessonPlanController.php"
  #line: 528
  trace: {
    /home/chezamus/public_html/src/Controller/LessonPlanController.php:528 {
      App\Controller\LessonPlanController->showSessionsForUig(UserInstrumentGradeRepository $uigRepo, Request $request) …
      › $uig = $uigRepo->findOneById($uig_id);foreach ($uig->getSessions() as $sess) {    if($sess->getBeginAt()->format('W') == $todayDt) {
    }
    /home/chezamus/public_html/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $uigRepo: App\Repository\UserInstrumentGradeRepository {#598 …}
        $request: Symfony\Component\HttpFoundation\Request {#19 …}
      }
    }
    /home/chezamus/public_html/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#19 …}
        $type: 1
      }
    }
    /home/chezamus/public_html/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#19 …}
        $type: 1
        $catch: true
      }
    }
    /home/chezamus/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#19 …}
      }
    }
    /home/chezamus/public_html/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/chezamus/public_html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/chezamus/public_html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#340
  -records: [
    19 => [
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.557+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "show_uig_sessions"
          "route_parameters" => [
            "_route" => "show_uig_sessions"
            "_controller" => "App\Controller\LessonPlanController::showSessionsForUig"
          ]
          "request_uri" => "https://chezamusicschool.co.ke/lesson/plan/teacher/show/sessions/for/uig"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.575+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.575+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\UserAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.575+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\UserAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.575+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.575+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.575+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.575+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.575+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.576+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.576+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.576+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.576+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.576+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.576+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.576+00: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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.674+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.674+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.674+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerYKux04k\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.674+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.743+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "host" => "127.0.0.1"
            "port" => 3306
            "user" => "chezamus_admin"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "chezamus_db"
            "serverVersion" => "5.7.42"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.750+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.payment AS payment_2, t0.active AS active_3, t0.siblingname AS siblingname_4, t0.percentage AS percentage_5, t0.alt_email AS alt_email_6, t0.alt_phone AS alt_phone_7, t0.student_user_data_id AS student_user_data_id_8, t0.teacher_user_data_id AS teacher_user_data_id_9, t0.grade_id AS grade_id_10, t0.instrument_id AS instrument_id_11, t0.teacher_id AS teacher_id_12, t0.term_id AS term_id_13, t0.student_id AS student_id_14 FROM user_instrument_grade t0 WHERE t0.id IS NULL LIMIT 1"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.769+00:00"
        "message" => "Uncaught PHP Exception Error: "Call to a member function getSessions() on null" at LessonPlanController.php line 528"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Error {#1785
            #message: "Call to a member function getSessions() on null"
            #code: 0
            #file: "/home/chezamus/public_html/src/Controller/LessonPlanController.php"
            #line: 528
            trace: {
              /home/chezamus/public_html/src/Controller/LessonPlanController.php:528 {
                App\Controller\LessonPlanController->showSessionsForUig(UserInstrumentGradeRepository $uigRepo, Request $request) …
                › $uig = $uigRepo->findOneById($uig_id);foreach ($uig->getSessions() as $sess) {    if($sess->getBeginAt()->format('W') == $todayDt) {
              }
              /home/chezamus/public_html/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $uigRepo: App\Repository\UserInstrumentGradeRepository {#598 …}
                  $request: Symfony\Component\HttpFoundation\Request {#19 …}
                }
              }
              /home/chezamus/public_html/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) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#19 …}
                  $type: 1
                }
              }
              /home/chezamus/public_html/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#19 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/chezamus/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#19 …}
                }
              }
              /home/chezamus/public_html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/chezamus/public_html/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/chezamus/public_html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.852+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Profiler/toolbar_js.html.twig"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.853+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Profiler/toolbar_js.html.twig"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.855+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Profiler/toolbar.html.twig"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.857+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Profiler/toolbar.html.twig"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.859+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Icon/symfony.svg"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.859+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Profiler/cancel.html.twig"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.860+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Profiler/cancel.html.twig"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.861+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Profiler/cancel.html.twig"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.861+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Icon/symfony.svg"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.862+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Profiler/toolbar_item.html.twig"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.862+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Profiler/toolbar_item.html.twig"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.864+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Icon/close.svg"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.864+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Profiler/toolbar.css.twig"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.866+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.typography AS typography_3, t0.position AS position_4, t0.visible AS visible_5, t0.last_updated AS last_updated_6, t0.page_id AS page_id_7 FROM section t0 WHERE t0.name = ? LIMIT 1"
          "params" => [
            1 => "@WebProfiler/Profiler/toolbar.css.twig"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+00: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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+00: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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.867+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"
      ]
    ]
    1935 => [
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.770+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.770+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.770+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.770+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.770+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.770+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.770+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.770+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.770+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.770+00: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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.777+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.777+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.777+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.777+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.777+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerYKux04k\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.777+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.844+00: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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+00: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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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" => 1750076254
        "timestamp_rfc3339" => "2025-06-16T12:17:34.845+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: [
    19 => 1
    1935 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#339 …}
}