Log Messages
Info. & Errors 2
Informational and error log messages generated during the execution of the application.
| Level | Channel | Message |
|---|---|---|
| INFO | request |
Matched route "redirect_page".
[ "route" => "redirect_page" "route_parameters" => [ "_route" => "redirect_page" "_locale" => "fr" "_controller" => "App\Controller\Home\IndexController::page" "slug" => "home" ] "request_uri" => "https://sixseven.olro.idp.lu/fr/home" "method" => "GET" ] |
| INFO | security | Populated the TokenStorage with an anonymous Token. |
Deprecations 10
Log messages generated by using features marked as deprecated.
| Time | Channel | Message |
|---|---|---|
| n/a |
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\SluggerPage" now to avoid errors or add an explicit @return annotation to suppress this message.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1459 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › {
{
spl_autoload_call($class_name) …
›
|
|
| n/a |
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1466 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › {
{
spl_autoload_call($class_name) …
›
|
|
| n/a |
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1465 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › {
{
spl_autoload_call($class_name) …
›
|
|
| n/a |
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1464 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › {
{
spl_autoload_call($class_name) …
›
|
|
| n/a |
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1463 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › {
{
spl_autoload_call($class_name) …
›
|
|
| n/a |
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1461 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › {
{
spl_autoload_call($class_name) …
›
|
|
| n/a |
Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1462 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › {
{
spl_autoload_call($class_name) …
›
|
|
| n/a |
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\DecodeJsonExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1467 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › {
{
spl_autoload_call($class_name) …
›
|
|
| n/a |
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Twig\FilterNewsExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1468 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › {
{
spl_autoload_call($class_name) …
›
|
|
| n/a |
The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1469 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › {
{
spl_autoload_call($class_name) …
›
|
Debug 64
Unimportant log messages generated during the execution of the application.
| Time | Channel | Message |
|---|---|---|
| security |
Checking for guard authentication credentials.
[ "firewall_key" => "main" "authenticators" => 1 ] |
|
| security |
Checking support on guard authenticator.
[ "firewall_key" => "main" "authenticator" => "App\Security\LoginFormAuthenticator" ] |
|
| security |
Guard authenticator does not support the request.
[ "firewall_key" => "main" "authenticator" => "App\Security\LoginFormAuthenticator" ] |
|
| 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 "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\LocaleListener::setDefaultLocale".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
|
| 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\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
|
| event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
|
| 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.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 "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
|
| 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.name AS name_2, t0.active AS active_3, t0.has_newsletter AS has_newsletter_4, t0.slug AS slug_5, t0.type AS type_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8 FROM page t0 WHERE t0.slug = ?
[
"home"
]
|
|
| doctrine |
SELECT p0_.id AS id_0, p0_.item_order AS item_order_1, p0_.json_data AS json_data_2, p0_.json_data_preview AS json_data_preview_3, p1_.id AS id_4, p1_.name AS name_5, p1_.active AS active_6, p1_.has_newsletter AS has_newsletter_7, p1_.slug AS slug_8, p1_.type AS type_9, p1_.meta_title AS meta_title_10, p1_.meta_description AS meta_description_11, b2_.id AS id_12, b2_.name AS name_13, b2_.path AS path_14, b2_.type AS type_15, b2_.image AS image_16, b2_.subBlock AS subBlock_17, c3_.id AS id_18, c3_.json AS json_19, c3_.language AS language_20, c3_.target AS target_21, c3_.json_preview AS json_preview_22, p0_.block_id AS block_id_23, p0_.page_id AS page_id_24, c3_.page_block_id AS page_block_id_25, c3_.block_children_id AS block_children_id_26 FROM page_block p0_ LEFT JOIN page p1_ ON p0_.page_id = p1_.id LEFT JOIN block b2_ ON p0_.block_id = b2_.id LEFT JOIN content c3_ ON p0_.id = c3_.page_block_id WHERE p1_.name = ?
[
"site"
]
|
|
| doctrine |
SELECT c0_.id AS id_0, c0_.json AS json_1, c0_.language AS language_2, c0_.target AS target_3, c0_.json_preview AS json_preview_4, c0_.page_block_id AS page_block_id_5, c0_.block_children_id AS block_children_id_6 FROM content c0_ LEFT JOIN page_block p1_ ON c0_.page_block_id = p1_.id LEFT JOIN page p2_ ON p1_.page_id = p2_.id LEFT JOIN block_children b3_ ON c0_.block_children_id = b3_.id LEFT JOIN page_block p4_ ON b3_.page_block_id = p4_.id LEFT JOIN page p5_ ON p4_.page_id = p5_.id WHERE (p2_.id = ? OR p5_.id = ?) AND c0_.language = ?
[ 138 138 1 ] |
|
| doctrine |
SELECT t0.id AS id_1, t0.item_order AS item_order_2, t0.json_data AS json_data_3, t0.json_data_preview AS json_data_preview_4, t0.block_id AS block_id_5, t0.page_id AS page_id_6 FROM page_block t0 WHERE t0.id = ?
[
905
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.item_order AS item_order_2, t0.json_data AS json_data_3, t0.json_data_preview AS json_data_preview_4, t0.block_id AS block_id_5, t0.page_id AS page_id_6 FROM page_block t0 WHERE t0.id = ?
[
915
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.item_order AS item_order_2, t0.json_data AS json_data_3, t0.json_data_preview AS json_data_preview_4, t0.block_id AS block_id_5, t0.page_id AS page_id_6 FROM page_block t0 WHERE t0.id = ?
[
958
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.image AS image_5, t0.subBlock AS subBlock_6 FROM block t0 WHERE t0.id = ?
[
48
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.image AS image_5, t0.subBlock AS subBlock_6 FROM block t0 WHERE t0.id = ?
[
49
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.json_data AS json_data_2, t0.json_data_preview AS json_data_preview_3, t0.page_block_id AS page_block_id_4, t0.children_id AS children_id_5 FROM block_children t0 WHERE t0.page_block_id = ?
[
905
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.image AS image_5, t0.subBlock AS subBlock_6 FROM block t0 WHERE t0.id = ?
[
52
]
|
|
| doctrine |
SELECT t0.id AS id_1, t0.json_data AS json_data_2, t0.json_data_preview AS json_data_preview_3, t0.page_block_id AS page_block_id_4, t0.children_id AS children_id_5 FROM block_children t0 WHERE t0.page_block_id = ?
[
915
]
|
|
| doctrine |
SELECT p0_.id AS id_0, p0_.item_order AS item_order_1, p0_.json_data AS json_data_2, p0_.json_data_preview AS json_data_preview_3, p1_.id AS id_4, p1_.name AS name_5, p1_.active AS active_6, p1_.has_newsletter AS has_newsletter_7, p1_.slug AS slug_8, p1_.type AS type_9, p1_.meta_title AS meta_title_10, p1_.meta_description AS meta_description_11, b2_.id AS id_12, b2_.name AS name_13, b2_.path AS path_14, b2_.type AS type_15, b2_.image AS image_16, b2_.subBlock AS subBlock_17, p0_.block_id AS block_id_18, p0_.page_id AS page_id_19 FROM page_block p0_ LEFT JOIN page p1_ ON p0_.page_id = p1_.id LEFT JOIN block b2_ ON p0_.block_id = b2_.id WHERE p1_.slug = ? AND b2_.type = ? ORDER BY p0_.item_order ASC
[ "home" 1 ] |
|
| doctrine |
SELECT p0_.id AS id_0, p0_.item_order AS item_order_1, p0_.json_data AS json_data_2, p0_.json_data_preview AS json_data_preview_3, p1_.id AS id_4, p1_.name AS name_5, p1_.active AS active_6, p1_.has_newsletter AS has_newsletter_7, p1_.slug AS slug_8, p1_.type AS type_9, p1_.meta_title AS meta_title_10, p1_.meta_description AS meta_description_11, b2_.id AS id_12, b2_.name AS name_13, b2_.path AS path_14, b2_.type AS type_15, b2_.image AS image_16, b2_.subBlock AS subBlock_17, p0_.block_id AS block_id_18, p0_.page_id AS page_id_19 FROM page_block p0_ LEFT JOIN page p1_ ON p0_.page_id = p1_.id LEFT JOIN block b2_ ON p0_.block_id = b2_.id WHERE p1_.slug = ? AND b2_.type = ? ORDER BY p0_.item_order ASC
[ "home" 1 ] |
|
| doctrine |
SELECT t0.id AS id_1, t0.name AS name_2, t0.json_data AS json_data_3 FROM menu t0 WHERE t0.name = ? LIMIT 1
[
"main_menu"
]
|
|
| doctrine |
SELECT p0_.id AS id_0, p0_.item_order AS item_order_1, p0_.json_data AS json_data_2, p0_.json_data_preview AS json_data_preview_3, p0_.block_id AS block_id_4, p0_.page_id AS page_id_5 FROM page_block p0_ LEFT JOIN page p1_ ON p0_.page_id = p1_.id WHERE p1_.type = ?
[
"post"
]
|
|
| doctrine |
SELECT b0_.id AS id_0, b0_.json_data AS json_data_1, b0_.json_data_preview AS json_data_preview_2, b0_.page_block_id AS page_block_id_3, b0_.children_id AS children_id_4 FROM block_children b0_ LEFT JOIN page_block p1_ ON b0_.page_block_id = p1_.id WHERE p1_.id = ?
[
977
]
|
|
| doctrine |
SELECT b0_.id AS id_0, b0_.json_data AS json_data_1, b0_.json_data_preview AS json_data_preview_2, b0_.page_block_id AS page_block_id_3, b0_.children_id AS children_id_4 FROM block_children b0_ LEFT JOIN page_block p1_ ON b0_.page_block_id = p1_.id WHERE p1_.id = ?
[
968
]
|
|
| doctrine | SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' | |
| doctrine | SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' | |
| doctrine | SELECT DATABASE() | |
| doctrine | SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'dev_olro_sym_sixseven' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC | |
| doctrine | SELECT DATABASE() | |
| doctrine | SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'dev_olro_sym_sixseven' /*!50116 AND c.constraint_schema = 'dev_olro_sym_sixseven' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION` | |
| doctrine | SELECT DATABASE() | |
| doctrine | SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'dev_olro_sym_sixseven' ORDER BY SEQ_IN_INDEX ASC | |
| doctrine | SELECT t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' | |
| doctrine | SELECT * FROM doctrine_migration_versions | |
| doctrine | SELECT DATABASE() | |
| 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\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\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
|
| 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\DisallowRobotsIndexingListener::onResponse".
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
|
| 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\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" ] |
|
| event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" ] |
PHP Notices 0
Log messages generated by PHP notices silenced with the @ operator.
There are no log messages of this level.
Container 999
Log messages generated during the compilation of the service container.
| Class | Messages |
|---|---|
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
|
193 |
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
|
191 |
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
|
75 |
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
|
184 |
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
|
93 |
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
|
263 |