logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#720
-records: [
17 => [
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.810+02:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "gestiform_formations_dossier_add_entretien"
"route_parameters" => [
"_route" => "gestiform_formations_dossier_add_entretien"
"_controller" => "App\Controller\Gestiform\Formations\Dossier\DossierController::addConvoquerEntretien"
"id" => "154"
]
"request_uri" => "https://test.simplyform.lmosoft.com/formations/dossier/154/add-entretien"
"method" => "POST"
]
"channel" => "request"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.825+02:00"
"message" => "Read existing security token from the session."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "_security_gestiform"
"token_class" => "Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken"
]
"channel" => "security"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.893+02:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"charset" => "utf8mb4"
"idle_connection_ttl" => 600
"host" => "ocms.myd.infomaniak.com"
"port" => 3306
"user" => "ocms_migrate"
"password" => "<redacted>"
"driverOptions" => []
"serverVersion" => "5.7.29"
"defaultTableOptions" => [
"charset" => "utf8mb4"
"collate" => "utf8mb4_unicode_ci"
]
"dbname" => "ocms_simplyform_test"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.896+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.archive AS archive_8, t0.email AS email_9, t0.password AS password_10, t0.plain_password AS plain_password_11, t0.roles AS roles_12, t0.enabled AS enabled_13, t0.status AS status_14, t0.rgpd AS rgpd_15, t0.created_by_id AS created_by_id_16, t0.updated_by_id AS updated_by_id_17, t0.adresse_id AS adresse_id_18, t0.photo_id AS photo_id_19, t0.api_gestiform_id AS api_gestiform_id_20, t0.type, t1.personal_informations_id AS personal_informations_id_21, t2.mineur AS mineur_22, t2.dossier_actif_id AS dossier_actif_id_23, t2.representant_legal_id AS representant_legal_id_24, t3.prefecture AS prefecture_25, t3.numero_activite AS numero_activite_26, t3.numero_activite2 AS numero_activite2_27, t3.liste_competences AS liste_competences_28, t3.debut_habilitation AS debut_habilitation_29, t3.fin_habilitation AS fin_habilitation_30, t3.jury_uniquement AS jury_uniquement_31, t3.mission_proposee AS mission_proposee_32, t3.statut_id AS statut_id_33, t4.personal_informations_id AS personal_informations_id_34, t4.signature_file_id AS signature_file_id_35 FROM user t0 LEFT JOIN employe t1 ON t0.id = t1.id LEFT JOIN apprenant t2 ON t0.id = t2.id LEFT JOIN formateur t3 ON t0.id = t3.id LEFT JOIN personne t4 ON t0.id = t4.id WHERE t0.id = ?"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.901+02:00"
"message" => "User was reloaded from a user provider."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"provider" => "Symfony\Bridge\Doctrine\Security\User\EntityUserProvider"
"username" => "admin@test.fr"
]
"channel" => "security"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.901+02:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "gestiform"
"authenticators" => 1
]
"channel" => "security"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.901+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "gestiform"
"authenticator" => "App\Security\GestiformAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.901+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "gestiform"
"authenticator" => "App\Security\GestiformAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.902+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.902+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.902+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.902+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.902+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.902+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.902+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.902+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.902+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.902+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.902+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.923+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1"
"params" => [
1 => "NBHRSFORMATION"
2 => "NOYAU"
3 => "PARAMETRAGE"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.928+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1"
"params" => [
1 => "CLIENT_ID"
2 => "CONNECTEURS"
3 => "opco"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.929+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1"
"params" => [
1 => "CLIENT_SECRET"
2 => "CONNECTEURS"
3 => "opco"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.929+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1"
"params" => [
1 => "TOKEN_URI"
2 => "CONNECTEURS"
3 => "opco"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.930+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1"
"params" => [
1 => "API_BASE_URI"
2 => "CONNECTEURS"
3 => "opco"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.930+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1"
"params" => [
1 => "API_KEY"
2 => "CONNECTEURS"
3 => "opco"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.930+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1"
"params" => [
1 => "SIREN"
2 => "CONNECTEURS"
3 => "opco"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.931+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1"
"params" => [
1 => "DOSSIER"
2 => "ROLE"
3 => "RESOURCE"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.931+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1"
"params" => [
1 => "ROLE_USER"
2 => "ROLE"
3 => "USER"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.932+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT r0_.id AS id_0, r0_.created_at AS created_at_1, r0_.updated_at AS updated_at_2, r0_.archive AS archive_3, r0_.date_fin AS date_fin_4, r0_.created_by_id AS created_by_id_5, r0_.updated_by_id AS updated_by_id_6, r0_.name_id AS name_id_7, r0_.name_ids AS name_ids_8, r0_.resource_id AS resource_id_9, r0_.permission_id AS permission_id_10, r0_.utlisateur_id AS utlisateur_id_11 FROM role r0_ WHERE r0_.name_id = ? AND r0_.resource_id = ?"
"params" => [
1 => 6471
2 => 5956
]
"types" => [
1 => 1
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.936+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.archive AS archive_4, t0.code AS code_5, t0.designation AS designation_6, t0.valeur AS valeur_7, t0.valeur2 AS valeur2_8, t0.htmlvaleur AS htmlvaleur_9, t0.valeur3 AS valeur3_10, t0.created_by_id AS created_by_id_11, t0.updated_by_id AS updated_by_id_12, t0.masterliste_id AS masterliste_id_13, t0.api_gestiform_id AS api_gestiform_id_14 FROM masterlistelg t0 WHERE t0.id = ?"
"params" => [
1 => 5976
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.937+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1"
"params" => [
1 => "ROLE_ADMIN"
2 => "ROLE"
3 => "USER"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.937+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT r0_.id AS id_0, r0_.created_at AS created_at_1, r0_.updated_at AS updated_at_2, r0_.archive AS archive_3, r0_.date_fin AS date_fin_4, r0_.created_by_id AS created_by_id_5, r0_.updated_by_id AS updated_by_id_6, r0_.name_id AS name_id_7, r0_.name_ids AS name_ids_8, r0_.resource_id AS resource_id_9, r0_.permission_id AS permission_id_10, r0_.utlisateur_id AS utlisateur_id_11 FROM role r0_ WHERE r0_.name_id = ? AND r0_.resource_id = ?"
"params" => [
1 => 5980
2 => 5956
]
"types" => [
1 => 1
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.938+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1"
"params" => [
1 => "ROLE_SUPER_ADMIN"
2 => "ROLE"
3 => "USER"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.938+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT r0_.id AS id_0, r0_.created_at AS created_at_1, r0_.updated_at AS updated_at_2, r0_.archive AS archive_3, r0_.date_fin AS date_fin_4, r0_.created_by_id AS created_by_id_5, r0_.updated_by_id AS updated_by_id_6, r0_.name_id AS name_id_7, r0_.name_ids AS name_ids_8, r0_.resource_id AS resource_id_9, r0_.permission_id AS permission_id_10, r0_.utlisateur_id AS utlisateur_id_11 FROM role r0_ WHERE r0_.name_id = ? AND r0_.resource_id = ?"
"params" => [
1 => 5979
2 => 5956
]
"types" => [
1 => 1
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.938+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.archive AS archive_4, t0.code AS code_5, t0.designation AS designation_6, t0.valeur AS valeur_7, t0.valeur2 AS valeur2_8, t0.htmlvaleur AS htmlvaleur_9, t0.valeur3 AS valeur3_10, t0.created_by_id AS created_by_id_11, t0.updated_by_id AS updated_by_id_12, t0.masterliste_id AS masterliste_id_13, t0.api_gestiform_id AS api_gestiform_id_14 FROM masterlistelg t0 WHERE t0.id = ?"
"params" => [
1 => 5978
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.939+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1"
"params" => [
1 => "ROLE_MEMBRE"
2 => "ROLE"
3 => "USER"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.939+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT r0_.id AS id_0, r0_.created_at AS created_at_1, r0_.updated_at AS updated_at_2, r0_.archive AS archive_3, r0_.date_fin AS date_fin_4, r0_.created_by_id AS created_by_id_5, r0_.updated_by_id AS updated_by_id_6, r0_.name_id AS name_id_7, r0_.name_ids AS name_ids_8, r0_.resource_id AS resource_id_9, r0_.permission_id AS permission_id_10, r0_.utlisateur_id AS utlisateur_id_11 FROM role r0_ WHERE r0_.name_id = ? AND r0_.resource_id = ?"
"params" => [
1 => 5952
2 => 5956
]
"types" => [
1 => 1
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.940+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.archive AS archive_4, t0.code AS code_5, t0.designation AS designation_6, t0.valeur AS valeur_7, t0.valeur2 AS valeur2_8, t0.htmlvaleur AS htmlvaleur_9, t0.valeur3 AS valeur3_10, t0.created_by_id AS created_by_id_11, t0.updated_by_id AS updated_by_id_12, t0.masterliste_id AS masterliste_id_13, t0.api_gestiform_id AS api_gestiform_id_14 FROM masterlistelg t0 WHERE t0.id = ?"
"params" => [
1 => 5977
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.940+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.940+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.957+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.archive AS archive_4, t0.reference AS reference_5, t0.items_document AS items_document_6, t0.panier AS panier_7, t0.competences AS competences_8, t0.cart AS cart_9, t0.mode AS mode_10, t0.linkedin AS linkedin_11, t0.portfolio AS portfolio_12, t0.campus AS campus_13, t0.modalite_enseignement AS modalite_enseignement_14, t0.commentaire AS commentaire_15, t0.email_candidature AS email_candidature_16, t0.date_reunion AS date_reunion_17, t0.stop_date AS stop_date_18, t0.candidate_available AS candidate_available_19, t0.rncp AS rncp_20, t0.diplomant AS diplomant_21, t0.delegue_classe AS delegue_classe_22, t0.postulant_available AS postulant_available_23, t0.prospect_available AS prospect_available_24, t0.stagiaire_available AS stagiaire_available_25, t0.alumni_available AS alumni_available_26, t0.news_letter AS news_letter_27, t0.processed AS processed_28, t0.statut_declaration AS statut_declaration_29, t0.a_representant_legal AS a_representant_legal_30, t0.notification_paiement AS notification_paiement_31, t0.engagement_formation AS engagement_formation_32, t0.charte_formation AS charte_formation_33, t0.compte_zoom AS compte_zoom_34, t0.notified AS notified_35, t0.femme_eloigne AS femme_eloigne_36, t0.zrr AS zrr_37, t0.qpv AS qpv_38, t0.participation_reglee AS participation_reglee_39, t0.participation AS participation_40, t0.caution AS caution_41, t0.restea_regler AS restea_regler_42, t0.created_by_id AS created_by_id_43, t0.updated_by_id AS updated_by_id_44, t0.stop_proof_id AS stop_proof_id_45, t0.stop_cause_id AS stop_cause_id_46, t0.stop_type_id AS stop_type_id_47, t0.type_actif_id AS type_actif_id_48, t0.state_id AS state_id_49, t0.dispositif_id AS dispositif_id_50, t0.type_formation_id AS type_formation_id_51, t0.resultat_id AS resultat_id_52, t0.profil_id AS profil_id_53, t0.personal_informations_id AS personal_informations_id_54, t0.adresse_id AS adresse_id_55, t0.planning_id AS planning_id_56, t0.session_id AS session_id_57, t0.societe_id AS societe_id_58, t0.site_id AS site_id_59, t0.dossierannexes_id AS dossierannexes_id_60, t0.apprenant_id AS apprenant_id_61, t0.parcours_id AS parcours_id_62, t0.reorienter_id AS reorienter_id_63, t0.referent_pedagogique_id AS referent_pedagogique_id_64, t0.referent_commercial_id AS referent_commercial_id_65, t0.referent_coach_id AS referent_coach_id_66, t0.referent_administratif_id AS referent_administratif_id_67, t0.entreprise_id AS entreprise_id_68, t0.entreprise_contact_id AS entreprise_contact_id_69, t0.cv_id AS cv_id_70, t0.platforme_id AS platforme_id_71, t72.id AS id_73, t72.created_at AS created_at_74, t72.updated_at AS updated_at_75, t72.archive AS archive_76, t72.intitule AS intitule_77, t72.acrrochage AS acrrochage_78, t72.date_examen AS date_examen_79, t72.created_by_id AS created_by_id_80, t72.updated_by_id AS updated_by_id_81, t72.admission_id AS admission_id_82, t72.mention_id AS mention_id_83, t72.president_jury_id AS president_jury_id_84, t72.dossier_id AS dossier_id_85, t72.parcours_id AS parcours_id_86, t0.emergency_contact_id AS emergency_contact_id_87, t0.legal_representative_id AS legal_representative_id_88, t0.etablissement_id AS etablissement_id_89 FROM dossier t0 LEFT JOIN diplome t72 ON t72.dossier_id = t0.id WHERE t0.id = ?"
"params" => [
1 => "154"
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.981+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.981+02: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" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.981+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerSI1xzXB\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751993626
"timestamp_rfc3339" => "2025-07-08T18:53:46.981+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.017+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT u0_.id AS id_0, u0_.created_at AS created_at_1, u0_.updated_at AS updated_at_2, u0_.archive AS archive_3, u0_.email AS email_4, u0_.password AS password_5, u0_.plain_password AS plain_password_6, u0_.roles AS roles_7, u0_.enabled AS enabled_8, u0_.status AS status_9, u0_.rgpd AS rgpd_10, u0_.type AS type_11, u0_.created_by_id AS created_by_id_12, u0_.updated_by_id AS updated_by_id_13, u0_.adresse_id AS adresse_id_14, u0_.photo_id AS photo_id_15, u0_.api_gestiform_id AS api_gestiform_id_16, e1_.personal_informations_id AS personal_informations_id_17 FROM employe e1_ INNER JOIN user u0_ ON e1_.id = u0_.id WHERE u0_.enabled = 1 AND u0_.api_gestiform_id = ? AND u0_.id IN (?)"
"params" => [
1 => 2
2 => "56"
]
"types" => [
1 => 1
2 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.018+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT s0_.id AS id_0, s0_.created_at AS created_at_1, s0_.updated_at AS updated_at_2, s0_.archive AS archive_3, s0_.intitule AS intitule_4, s0_.capacite AS capacite_5, s0_.uservituelid AS uservituelid_6, s0_.sallevirtuelleid AS sallevirtuelleid_7, s0_.logocouleur AS logocouleur_8, s0_.lienvirtuel AS lienvirtuel_9, s0_.reservee AS reservee_10, s0_.virtuel AS virtuel_11, s0_.created_by_id AS created_by_id_12, s0_.updated_by_id AS updated_by_id_13, s0_.niveau_materiel_id AS niveau_materiel_id_14, s0_.site_id AS site_id_15 FROM salle s0_ INNER JOIN site s1_ ON s0_.site_id = s1_.id INNER JOIN societe s2_ ON s1_.societe_id = s2_.id LEFT JOIN tiers t3_ ON s2_.id = t3_.id WHERE s0_.archive = 0 AND (s0_.lienvirtuel IS NULL OR s0_.reservee = ?) AND t3_.api_gestiform_id = ? AND s0_.id IN (?)"
"params" => [
1 => 1
2 => 2
3 => "1"
]
"types" => [
1 => 5
2 => 1
3 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.063+02:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.064+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "INSERT INTO entretien (created_at, updated_at, archive, created_by_id, updated_by_id, observations, commentaire, compte_rendu, start, end, bureau, statut, virtuel, concevoir_formation, participer_pedagogiques, orienter_stagiaires, cv_theque, quand, site_id, salle_id, reoriente_id, examinateur_id, personne_id, dossier_id, evaluation_profil_id, recontacte_id, appreciation_id, resultat_id, raison_resultat_id, motif_refus_id, admis_en_attente_id, objet_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
"params" => [
1 => "2025-07-08 18:53:47"
2 => "2025-07-08 18:53:47"
3 => 0
4 => 1
5 => 1
6 => null
7 => null
8 => null
9 => "1970-01-01 17:52:00"
10 => "1970-01-01 17:52:00"
11 => 0
12 => 0
13 => 0
14 => 0
15 => 0
16 => 0
17 => 0
18 => "2025-07-18 00:00:00"
19 => null
20 => 1
21 => null
22 => 56
23 => null
24 => null
25 => null
26 => null
27 => null
28 => null
29 => null
30 => null
31 => null
32 => null
]
"types" => [
1 => 2
2 => 2
3 => 5
4 => 1
5 => 1
6 => 2
7 => 2
8 => 2
9 => 2
10 => 2
11 => 5
12 => 5
13 => 5
14 => 5
15 => 5
16 => 5
17 => 5
18 => 2
19 => 1
20 => 1
21 => 1
22 => 1
23 => 1
24 => 1
25 => 1
26 => 1
27 => 1
28 => 1
29 => 1
30 => 1
31 => 1
32 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.065+02:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.073+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.archive AS archive_4, t0.observations AS observations_5, t0.commentaire AS commentaire_6, t0.compte_rendu AS compte_rendu_7, t0.start AS start_8, t0.end AS end_9, t0.bureau AS bureau_10, t0.statut AS statut_11, t0.virtuel AS virtuel_12, t0.concevoir_formation AS concevoir_formation_13, t0.participer_pedagogiques AS participer_pedagogiques_14, t0.orienter_stagiaires AS orienter_stagiaires_15, t0.cv_theque AS cv_theque_16, t0.quand AS quand_17, t0.created_by_id AS created_by_id_18, t0.updated_by_id AS updated_by_id_19, t0.site_id AS site_id_20, t0.salle_id AS salle_id_21, t0.reoriente_id AS reoriente_id_22, t0.examinateur_id AS examinateur_id_23, t0.personne_id AS personne_id_24, t0.dossier_id AS dossier_id_25, t0.evaluation_profil_id AS evaluation_profil_id_26, t0.recontacte_id AS recontacte_id_27, t0.appreciation_id AS appreciation_id_28, t0.resultat_id AS resultat_id_29, t0.raison_resultat_id AS raison_resultat_id_30, t0.motif_refus_id AS motif_refus_id_31, t0.admis_en_attente_id AS admis_en_attente_id_32, t0.objet_id AS objet_id_33 FROM entretien t0 WHERE t0.dossier_id = ?"
"params" => [
1 => 154
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.075+02:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.076+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE entretien SET dossier_id = ?, updated_at = ? WHERE id = ?"
"params" => [
1 => 154
2 => "2025-07-08 18:53:47"
3 => 99
]
"types" => [
1 => 1
2 => 2
3 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.077+02:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.086+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.archive AS archive_4, t0.intitule AS intitule_5, t0.title AS title_6, t0.code AS code_7, t0.description AS description_8, t0.conseil_regional AS conseil_regional_9, t0.avec_entete AS avec_entete_10, t0.specifique AS specifique_11, t0.code_specifique AS code_specifique_12, t0.subtitle AS subtitle_13, t0.content AS content_14, t0.default_template AS default_template_15, t0.signe AS signe_16, t0.created_by_id AS created_by_id_17, t0.updated_by_id AS updated_by_id_18, t0.categorie_id AS categorie_id_19, t0.societe_id AS societe_id_20, t0.type_id AS type_id_21, t0.usage_id AS usage_id_22, t0.api_gestiform_id AS api_gestiform_id_23 FROM template t0 WHERE t0.code = ? LIMIT 1"
"params" => [
1 => "email_convocation_entretien_sans_test"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.088+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.archive AS archive_4, t0.intitule AS intitule_5, t0.title AS title_6, t0.code AS code_7, t0.description AS description_8, t0.conseil_regional AS conseil_regional_9, t0.avec_entete AS avec_entete_10, t0.specifique AS specifique_11, t0.code_specifique AS code_specifique_12, t0.subtitle AS subtitle_13, t0.content AS content_14, t0.default_template AS default_template_15, t0.signe AS signe_16, t0.created_by_id AS created_by_id_17, t0.updated_by_id AS updated_by_id_18, t0.categorie_id AS categorie_id_19, t0.societe_id AS societe_id_20, t0.type_id AS type_id_21, t0.usage_id AS usage_id_22, t0.api_gestiform_id AS api_gestiform_id_23 FROM template t0 INNER JOIN template_template ON t0.id = template_template.template_target WHERE template_template.template_source = ?"
"params" => [
1 => 14
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.088+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.archive AS archive_4, t0.module AS module_5, t0.code AS code_6, t0.designation AS designation_7, t0.created_by_id AS created_by_id_8, t0.updated_by_id AS updated_by_id_9, t0.api_gestiform_id AS api_gestiform_id_10 FROM masterliste t0 INNER JOIN template_masterliste ON t0.id = template_masterliste.masterliste_id WHERE template_masterliste.template_id = ?"
"params" => [
1 => 14
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.094+02:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\BadRequestHttpException: "personne doesn't exist in provided data array" at HttpKernel.php line 83"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\BadRequestHttpException {#1425
#message: "personne doesn't exist in provided data array"
#code: 0
#file: "/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/simplyform-test/vendor/symfony/http-kernel/HttpKernel.php"
#line: 83
-previous: Symfony\Component\HttpFoundation\Exception\BadRequestException {#4601 …}
-statusCode: 400
-headers: []
trace: {
/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/simplyform-test/vendor/symfony/http-kernel/HttpKernel.php:83 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($e instanceof RequestExceptionInterface) {
› $e = new BadRequestHttpException($e->getMessage(), $e);
› }
}
/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/simplyform-test/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 {#17 …}
$type: 1
$catch: true
}
}
/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/simplyform-test/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 {#17 …}
}
}
/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/simplyform-test/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/simplyform-test/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/simplyform-test/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02:00"
"message" => "Stored the security token in the session."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "_security_gestiform"
]
"channel" => "security"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.189+02: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"
]
]
4779 => [
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.095+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.095+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.095+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.095+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.095+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.095+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.095+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.095+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.095+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.095+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.099+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.099+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.099+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.099+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.099+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerSI1xzXB\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.099+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1751993627
"timestamp_rfc3339" => "2025-07-08T18:53:47.172+02: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: [
17 => 1
4779 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#730 …}
} |