Log Messages
Info. & Errors 2
Informational and error log messages generated during the execution of the application.
| Level | Channel | Message |
|---|---|---|
| INFO | request |
Matched route "obtener_historico".
[ "route" => "obtener_historico" "route_parameters" => [ "_route" => "obtener_historico" "_controller" => "App\Controller\HistoricoController::obtenerHistorico" ] "request_uri" => "https://urkisystem.besa.es/api/obtenerHistorico" "method" => "POST" ] |
| INFO | security |
Guard authentication successful!
[ "token" => JWTUserToken {#605 #rawToken: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpYXQiOjE3OTAzMTcxOTUsImV4cCI6MTgwNTg2OTE5NSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sImlkIjoxNzN9.oAoU9TwuYr3WgPBgtw1DfSf5riEenxQ1xhiPZkfhIRwWvqHxK_i_tEjshplWd_78CUlIepikFLRsApEQzDES5etjcVOOVrdhpuyxsRCBYZJbYsUcF7gDP_Vi-Kl0byUbs6J7fivfiLCS4blUdzgrnVcAAwT5cKlKxIW8VPOIfVW8tIlhgGy7v56msCcx75bgK8j5LNyJn5vQQk6D27v9V8guvJxcfBFupF4LHDPfS-P0WCxA8yYuJZIqOBMplkO7Owf_jpITp48aRg8vNsxGMY7Una011w-NccIUbUVitzjfGyvxQSXkUMd3xlJIl7SgD3RnOj2M-RUIc4sH1cxugtmxsncsml9itf_gqcD7rKruI-I-5kICQx4jprX2K-SgXcDwA2d6IGm9c9cRdeFtPMlChnlFDOHXB9zSf8JKuHAAUpK7NKjXrHDTYMyIFe17Ece-pLbxKavmsYL76Chei7y-xPEui-GZy56bPfjIev_gmO_rfTyuC9ziTtx_7tFOh_28VGd7zIyVeZJomBYP5XXe12g5cJc_HngI_P2tYEt9v1CP6p0LkLHlibmvnq-ZrEXB9BpoOW5I9Df9lEnIMJWpBBl8EQd-i3hjEn7prd60h_JpXG30ux8JSPTFQ8LnHXFkxCM208bmi5Ti6i4jW3UmhqDZEpPJu4b3syFqvIo" #providerKey: "api" -user: Cuenta {#775 …} -roles: [ Role {#1438 -role: "ROLE_USER" } ] -authenticated: true -attributes: [] } "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" ] |
Deprecations 5
Log messages generated by using features marked as deprecated.
Debug 69
Unimportant log messages generated during the execution of the application.
| Time | Channel | Message |
|---|---|---|
| security |
Checking for guard authentication credentials.
[ "firewall_key" => "api" "authenticators" => 1 ] |
|
| security |
Checking support on guard authenticator.
[ "firewall_key" => "api" "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" ] |
|
| security |
Calling getCredentials() on guard authenticator.
[ "firewall_key" => "api" "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" ] |
|
| security |
Passing guard token information to the GuardAuthenticationProvider
[ "firewall_key" => "api" "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" ] |
|
| doctrine |
SELECT t0.id AS id_1, t0.activo AS activo_2, t0.default_config AS default_config_3, t0.descuento AS descuento_4, t0.visualizar_descuento AS visualizar_descuento_5, t0.contacto AS contacto_6, t0.password AS password_7, t0.id_erpbesa AS id_erpbesa_8, t0.aceptacion_disclaimer AS aceptacion_disclaimer_9, t0.email AS email_10, t0.empresa AS empresa_11, t0.telefono AS telefono_12, t0.fecha_creacion AS fecha_creacion_13, t0.fecha_modificacion AS fecha_modificacion_14, t0.fecha_login AS fecha_login_15, t0.version_app AS version_app_16, t0.laboratorio AS laboratorio_17, t0.compartir_tarifa AS compartir_tarifa_18, t0.token AS token_19, t0.tipo_cuenta_id AS tipo_cuenta_id_20, t0.tarifa_id AS tarifa_id_21, t22.id AS id_23, t22.valor AS valor_24, t22.pasta_disponible AS pasta_disponible_25, t22.datos_convertidores AS datos_convertidores_26, t22.cuenta_id AS cuenta_id_27, t0.parent_id AS parent_id_28 FROM cuenta t0 LEFT JOIN configuracion t22 ON t22.cuenta_id = t0.id WHERE t0.id = ? LIMIT 1
[
173
]
|
|
| security |
Guard authenticator set no success response: request continues.
[ "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" ] |
|
| security |
Remember me skipped: it is not configured for the firewall.
[ "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "App\Event\RequestListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "App\Event\RequestListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "App\Event\RequestListener::onLateKernelRequest".
[ "event" => "kernel.request" "listener" => "App\Event\RequestListener::onLateKernelRequest" ] |
|
| event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
|
| event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
|
| event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" ] |
|
| event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" ] |
|
| event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" ] |
|
| event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" ] |
|
| event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
[ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments" ] |
|
| event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
[ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" ] |
|
| doctrine |
SELECT h0_.id AS id_0, h0_.observaciones AS observaciones_1, h0_.fecha_creacion AS fecha_creacion_2, h0_.peso_teorico AS peso_teorico_3, h0_.peso_real AS peso_real_4, h0_.precio AS precio_5, h0_.volumen_teorico AS volumen_teorico_6, h0_.volumen_real AS volumen_real_7, h0_.delta_peso AS delta_peso_8, h0_.delta_volumen AS delta_volumen_9, h0_.metros AS metros_10, h0_.numero_envases AS numero_envases_11, h0_.desidad_teorica AS desidad_teorica_12, h0_.densidad_real AS densidad_real_13, h0_.pbt AS pbt_14, h0_.tipo_dosificacion AS tipo_dosificacion_15, h0_.maquina AS maquina_16, h0_.index_conversion AS index_conversion_17, h0_.activo AS activo_18, h0_.ignorar AS ignorar_19, h0_.recalcular AS recalcular_20, h0_.quickmix AS quickmix_21, h0_.convertidor_principal AS convertidor_principal_22, h0_.cantidad AS cantidad_23, h0_.unit AS unit_24, h0_.predosificado AS predosificado_25, h0_.moneda AS moneda_26, h0_.origen AS origen_27, h0_.orden_id AS orden_id_28, h0_.usuario_id AS usuario_id_29, h0_.color_id AS color_id_30, h0_.color_personal_id AS color_personal_id_31, h0_.formula_id AS formula_id_32, h0_.formula_personal_id AS formula_personal_id_33, h0_.envase_id AS envase_id_34 FROM historico h0_ INNER JOIN usuario u1_ ON (u1_.id = h0_.usuario_id) WHERE (h0_.fecha_creacion BETWEEN ? AND ?) AND u1_.cuenta_id = ? LIMIT 1000
[ "2026-09-19 23:59:59" "2026-09-21 23:59:59" 173 ] |
|
| doctrine |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.identificador AS identificador_3, t0.password AS password_4, t0.tipo AS tipo_5, t0.activo AS activo_6, t0.fechacreacion AS fechacreacion_7, t0.cuenta_id AS cuenta_id_8 FROM usuario t0 WHERE t0.id = ?
[
276
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.tipo AS tipo_3, t0.posicionCT AS posicionCT_4, t0.activo AS activo_5, t0.nombre AS nombre_6 FROM color t0 WHERE t0.id = ?
[
212
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.tipo AS tipo_2, t0.subtipo AS subtipo_3, t0.fecha_creacion AS fecha_creacion_4, t0.activo AS activo_5, t0.peso_total_teorico AS peso_total_teorico_6, t0.observaciones_internas AS observaciones_internas_7, t0.observaciones_externas AS observaciones_externas_8, t0.codigo_formula AS codigo_formula_9, t0.oficial AS oficial_10, t0.group_id AS group_id_11, t12.id AS id_13, t12.convertidor_id AS convertidor_id_14, t12.formula_id AS formula_id_15 FROM formula t0 LEFT JOIN convertidor_principal t12 ON t12.formula_id = t0.id INNER JOIN color_formula ON t0.id = color_formula.formula_id WHERE color_formula.color_id = ?
[
212
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.tipo AS tipo_3, t0.posicionCT AS posicionCT_4, t0.activo AS activo_5, t0.nombre AS nombre_6 FROM color t0 WHERE t0.id = ?
[
2307
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.tipo AS tipo_2, t0.subtipo AS subtipo_3, t0.fecha_creacion AS fecha_creacion_4, t0.activo AS activo_5, t0.peso_total_teorico AS peso_total_teorico_6, t0.observaciones_internas AS observaciones_internas_7, t0.observaciones_externas AS observaciones_externas_8, t0.codigo_formula AS codigo_formula_9, t0.oficial AS oficial_10, t0.group_id AS group_id_11, t12.id AS id_13, t12.convertidor_id AS convertidor_id_14, t12.formula_id AS formula_id_15 FROM formula t0 LEFT JOIN convertidor_principal t12 ON t12.formula_id = t0.id INNER JOIN color_formula ON t0.id = color_formula.formula_id WHERE color_formula.color_id = ?
[
2307
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.cantidad AS cantidad_2, t0.cantidad_real AS cantidad_real_3, t0.activo AS activo_4, t0.variablebg AS variablebg_5, t0.unidad_id AS unidad_id_6 FROM envase t0 WHERE t0.id = ?
[
8
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.unidad AS unidad_2, t0.nombre AS nombre_3 FROM unidades t0 WHERE t0.id = ?
[
1
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.tipo AS tipo_3, t0.posicionCT AS posicionCT_4, t0.activo AS activo_5, t0.nombre AS nombre_6 FROM color t0 WHERE t0.id = ?
[
19662
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.tipo AS tipo_2, t0.subtipo AS subtipo_3, t0.fecha_creacion AS fecha_creacion_4, t0.activo AS activo_5, t0.peso_total_teorico AS peso_total_teorico_6, t0.observaciones_internas AS observaciones_internas_7, t0.observaciones_externas AS observaciones_externas_8, t0.codigo_formula AS codigo_formula_9, t0.oficial AS oficial_10, t0.group_id AS group_id_11, t12.id AS id_13, t12.convertidor_id AS convertidor_id_14, t12.formula_id AS formula_id_15 FROM formula t0 LEFT JOIN convertidor_principal t12 ON t12.formula_id = t0.id INNER JOIN color_formula ON t0.id = color_formula.formula_id WHERE color_formula.color_id = ?
[
19662
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.tipo AS tipo_3, t0.activo AS activo_4, t0.nombre AS nombre_5, t0.visto AS visto_6, t0.cuenta_id AS cuenta_id_7, t0.espectro_id AS espectro_id_8, t0.cliente_final_id AS cliente_final_id_9, t0.cuenta_shared_id AS cuenta_shared_id_10 FROM color_personal t0 WHERE t0.id = ?
[
148926
]
|
|
| doctrine |
SELECT c0_.content AS content_0, c0_.field AS field_1 FROM color_idioma c0_ WHERE c0_.foreign_key = ? AND c0_.locale = ? AND c0_.object_class = ?
[ "148926" "en_US" "App\Entity\ColorPersonal" ] |
|
| doctrine |
SELECT t0.id AS id_1, t0.tipo AS tipo_2, t0.fecha_creacion AS fecha_creacion_3, t0.activo AS activo_4, t0.peso_total_teorico AS peso_total_teorico_5, t0.peso_total_real AS peso_total_real_6, t0.observaciones_internas AS observaciones_internas_7, t0.convertidor_principal AS convertidor_principal_8, t0.cuenta_id AS cuenta_id_9, t0.usuario_creador_id AS usuario_creador_id_10 FROM formula_personal t0 INNER JOIN color_formula_personal ON t0.id = color_formula_personal.formula_id WHERE color_formula_personal.color_id = ?
[
148926
]
|
|
| doctrine |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[ "148475" "en_US" "App\Entity\FormulaPersonal" ] |
|
| doctrine |
SELECT t0.id AS id_1, t0.cantidad AS cantidad_2, t0.cantidad_real AS cantidad_real_3, t0.activo AS activo_4, t0.variablebg AS variablebg_5, t0.unidad_id AS unidad_id_6 FROM envase t0 WHERE t0.id = ?
[
7
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.unidad AS unidad_2, t0.nombre AS nombre_3 FROM unidades t0 WHERE t0.id = ?
[
2
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.tipo AS tipo_3, t0.posicionCT AS posicionCT_4, t0.activo AS activo_5, t0.nombre AS nombre_6 FROM color t0 WHERE t0.id = ?
[
2035
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.tipo AS tipo_2, t0.subtipo AS subtipo_3, t0.fecha_creacion AS fecha_creacion_4, t0.activo AS activo_5, t0.peso_total_teorico AS peso_total_teorico_6, t0.observaciones_internas AS observaciones_internas_7, t0.observaciones_externas AS observaciones_externas_8, t0.codigo_formula AS codigo_formula_9, t0.oficial AS oficial_10, t0.group_id AS group_id_11, t12.id AS id_13, t12.convertidor_id AS convertidor_id_14, t12.formula_id AS formula_id_15 FROM formula t0 LEFT JOIN convertidor_principal t12 ON t12.formula_id = t0.id INNER JOIN color_formula ON t0.id = color_formula.formula_id WHERE color_formula.color_id = ?
[
2035
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.tipo AS tipo_3, t0.posicionCT AS posicionCT_4, t0.activo AS activo_5, t0.nombre AS nombre_6 FROM color t0 WHERE t0.id = ?
[
14224
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.tipo AS tipo_2, t0.subtipo AS subtipo_3, t0.fecha_creacion AS fecha_creacion_4, t0.activo AS activo_5, t0.peso_total_teorico AS peso_total_teorico_6, t0.observaciones_internas AS observaciones_internas_7, t0.observaciones_externas AS observaciones_externas_8, t0.codigo_formula AS codigo_formula_9, t0.oficial AS oficial_10, t0.group_id AS group_id_11, t12.id AS id_13, t12.convertidor_id AS convertidor_id_14, t12.formula_id AS formula_id_15 FROM formula t0 LEFT JOIN convertidor_principal t12 ON t12.formula_id = t0.id INNER JOIN color_formula ON t0.id = color_formula.formula_id WHERE color_formula.color_id = ?
[
14224
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.tipo AS tipo_3, t0.posicionCT AS posicionCT_4, t0.activo AS activo_5, t0.nombre AS nombre_6 FROM color t0 WHERE t0.id = ?
[
2663
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.tipo AS tipo_2, t0.subtipo AS subtipo_3, t0.fecha_creacion AS fecha_creacion_4, t0.activo AS activo_5, t0.peso_total_teorico AS peso_total_teorico_6, t0.observaciones_internas AS observaciones_internas_7, t0.observaciones_externas AS observaciones_externas_8, t0.codigo_formula AS codigo_formula_9, t0.oficial AS oficial_10, t0.group_id AS group_id_11, t12.id AS id_13, t12.convertidor_id AS convertidor_id_14, t12.formula_id AS formula_id_15 FROM formula t0 LEFT JOIN convertidor_principal t12 ON t12.formula_id = t0.id INNER JOIN color_formula ON t0.id = color_formula.formula_id WHERE color_formula.color_id = ?
[
2663
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.tipo AS tipo_3, t0.posicionCT AS posicionCT_4, t0.activo AS activo_5, t0.nombre AS nombre_6 FROM color t0 WHERE t0.id = ?
[
4274
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.tipo AS tipo_2, t0.subtipo AS subtipo_3, t0.fecha_creacion AS fecha_creacion_4, t0.activo AS activo_5, t0.peso_total_teorico AS peso_total_teorico_6, t0.observaciones_internas AS observaciones_internas_7, t0.observaciones_externas AS observaciones_externas_8, t0.codigo_formula AS codigo_formula_9, t0.oficial AS oficial_10, t0.group_id AS group_id_11, t12.id AS id_13, t12.convertidor_id AS convertidor_id_14, t12.formula_id AS formula_id_15 FROM formula t0 LEFT JOIN convertidor_principal t12 ON t12.formula_id = t0.id INNER JOIN color_formula ON t0.id = color_formula.formula_id WHERE color_formula.color_id = ?
[
4274
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.codigo AS codigo_2, t0.tipo AS tipo_3, t0.posicionCT AS posicionCT_4, t0.activo AS activo_5, t0.nombre AS nombre_6 FROM color t0 WHERE t0.id = ?
[
2248
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.tipo AS tipo_2, t0.subtipo AS subtipo_3, t0.fecha_creacion AS fecha_creacion_4, t0.activo AS activo_5, t0.peso_total_teorico AS peso_total_teorico_6, t0.observaciones_internas AS observaciones_internas_7, t0.observaciones_externas AS observaciones_externas_8, t0.codigo_formula AS codigo_formula_9, t0.oficial AS oficial_10, t0.group_id AS group_id_11, t12.id AS id_13, t12.convertidor_id AS convertidor_id_14, t12.formula_id AS formula_id_15 FROM formula t0 LEFT JOIN convertidor_principal t12 ON t12.formula_id = t0.id INNER JOIN color_formula ON t0.id = color_formula.formula_id WHERE color_formula.color_id = ?
[
2248
]
|
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
PHP Notices 0
Log messages generated by PHP notices silenced with the @ operator.
There are no log messages of this level.
Container 1423
Log messages generated during the compilation of the service container.
| Class | Messages |
|---|---|
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
|
278 |
Symfony\Component\DependencyInjection\Compiler\AutowirePass
|
9 |
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
|
136 |
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
|
81 |
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
|
274 |
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
|
292 |
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
|
353 |