Log Messages
Info. & Errors 2
Informational and error log messages generated during the execution of the application.
| Level | Channel | Message |
|---|---|---|
| INFO | request |
Matched route "listaEtiquetasbyConvertClien".
[ "route" => "listaEtiquetasbyConvertClien" "route_parameters" => [ "_route" => "listaEtiquetasbyConvertClien" "_controller" => "App\Controller\EtiquetaController::listadoEtiquetasbyConvertidor" ] "request_uri" => "https://urkisystem.besa.es/api/etiquetabyConvertidor?idConvertidor=91&lang=es&peligrosidad=false" "method" => "GET" ] |
| INFO | security |
Guard authentication successful!
[ "token" => JWTUserToken {#604 #rawToken: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpYXQiOjE3NjY5OTM5ODAsImV4cCI6MTc4MjU0NTk4MCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sImlkIjoyNzJ9.ArNiaBwkeN7869I8YR5X7pywi947vaWGox_Rq3z0BKwmEZdC28AxlvfNYJQ63dhA4tLIWjHGCzztRcP5hzwIpN7YTVBUj5J977PsGFJi_t6z_gge71gs3LWjqit4YUeNppJ8utLDShKB78MuviPbSywgEy2W0dK9mZ2qNA8n-bETPfuWWOWUQ8BEG4gjm-ofoiXmlTN335RmG7fonuRCyIwug-kS3m3It5qzjosbK3I43K5ZN2pLRrkhYLzZuGLo7r720DdRICMIasqgAmHEftEn9ZdErFMRhfH8Vrtj7FxxyPoXvFZjG4MFeyyb3e5xfH_DJ44PrqLeqIx4Oq9tPjtfn_Sdtj7oIdvWrDpVpf2mzXb6scf6PIWYoTfr7wk9nrh1bMBtGv-kBfTboxPki64MtGKY1Kb7nyf6Oi3z8hOP-I0P7k8HTIU7Uj1MRkzUNOkmMO9AssIEDMuRaeYY96Zb2zZAwEJVFIVomeokZU9F3E-Qk6zY2gnaX5eESJMY7RgG_9Fer3SBkuSaYnsbOFhArqWBC1yGxbZ45PjMKuCazduv3p-1V5Wiq-KlORHrvR_3AsVjTcJ-1i3-gMige9846VoVBwkLv-tLquvCBTKJmIUHI7oD6R44IRyXSVRYRJ5NPu2kARTAOt1aKTPXbAY4cmR5ir_V4Yg1XUOQQio" #providerKey: "api" -user: Cuenta {#774 …} -roles: [ Role {#1437 -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 82
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
[
272
]
|
|
| 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 t0.id AS id_1, t0.peligrosidad AS peligrosidad_2, t0.convertidor_id AS convertidor_id_3 FROM etiqueta t0 WHERE t0.convertidor_id = ? AND t0.peligrosidad = ?
[ "91" false ] |
|
| doctrine |
SELECT t0.id AS id_1, t0.prioridad AS prioridad_2, t0.etiqueta_id AS etiqueta_id_3, t0.frase_peligrosidad_id AS frase_peligrosidad_id_4 FROM etiqueta_frase_peligrosidad t0 WHERE t0.etiqueta_id = ?
[
155
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
2
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
2
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
9
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
9
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
26
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
26
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
7
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
7
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
10
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
10
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
278
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
278
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
27
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
27
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
19
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
19
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
14
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
14
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
1
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
1
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
13
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
13
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
25
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
25
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
11
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
11
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
8
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
8
]
|
|
| doctrine |
SELECT t1.id AS id_2, t1.codigo AS codigo_3, t1.densidad AS densidad_4, t1.pbt AS pbt_5, t1.rgb AS rgb_6, t1.activo AS activo_7, t1.voc AS voc_8, t1.visualizar AS visualizar_9, t1.nombre AS nombre_10, t1.descripcion AS descripcion_11, t1.tipo_mix AS tipo_mix_12, t1.tipo_metal AS tipo_metal_13, t0.unidad AS unidad_14, t0.proporcion_peso AS proporcion_peso_15, t0.proporcion_volumen AS proporcion_volumen_16, t0.proporcion_metalizada AS proporcion_metalizada_17, t0.ruta_ficha_tecnica AS ruta_ficha_tecnica_18, t0.ruta_ficha_toxica AS ruta_ficha_toxica_19, t0.ruta_ficha_nociva AS ruta_ficha_nociva_20, t1.categoria FROM convertidor t0 INNER JOIN componente t1 ON t0.id = t1.id WHERE t1.id = ?
[
91
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.peligrosidad AS peligrosidad_2, t0.convertidor_id AS convertidor_id_3 FROM etiqueta t0 WHERE t0.convertidor_id = ?
[
91
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.convertidor_id AS convertidor_id_2, t0.envase_id AS envase_id_3 FROM convertidor_envase t0 WHERE t0.convertidor_id = ?
[
91
]
|
|
| 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 = ?
[
6
]
|
|
| 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.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 = ?
[
12
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.orden AS orden_2, t0.etiqueta_id AS etiqueta_id_3, t0.pictograma_id AS pictograma_id_4 FROM pictograma_etiqueta t0 WHERE t0.etiqueta_id = ?
[
155
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.name AS name_2, t0.imagen64 AS imagen64_3, t0.activo AS activo_4 FROM pictograma t0 WHERE t0.id = ?
[
6
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.name AS name_2, t0.imagen64 AS imagen64_3, t0.activo AS activo_4 FROM pictograma t0 WHERE t0.id = ?
[
2
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.name AS name_2, t0.imagen64 AS imagen64_3, t0.activo AS activo_4 FROM pictograma t0 WHERE t0.id = ?
[
5
]
|
|
| 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 "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 |