Log Messages
Info. & Errors 3
Informational and error log messages generated during the execution of the application.
Level | Channel | Message |
---|---|---|
INFO | request |
Matched route "wi_cam_home" .
[ "route" => "wi_cam_home" "route_parameters" => [ "_route" => "wi_cam_home" "_controller" => "App\Controller\WiCamController::index" "_locale" => "de" ] "request_uri" => "http://vhost07.bugfixservice.de/de/upload" "method" => "GET" ] |
INFO | security | Populated the TokenStorage with an anonymous Token. |
INFO | doctrine |
Connecting with parameters [ "driver" => "pdo_mysql" "charset" => "utf8mb4" "url" => "<redacted>" "host" => "127.0.0.1" "port" => 3306 "user" => "root" "password" => "<redacted>" "driverOptions" => [] "serverVersion" => "mariadb-10.1.37" "defaultTableOptions" => [ "charset" => "utf8mb4" "collate" => "utf8mb4_unicode_ci" ] "dbname" => "unionstahl_live_27012025" ] [ "params" => [ "driver" => "pdo_mysql" "charset" => "utf8mb4" "url" => "<redacted>" "host" => "127.0.0.1" "port" => 3306 "user" => "root" "password" => "<redacted>" "driverOptions" => [] "serverVersion" => "mariadb-10.1.37" "defaultTableOptions" => [ "charset" => "utf8mb4" "collate" => "utf8mb4_unicode_ci" ] "dbname" => "unionstahl_live_27012025" ] ] |
Deprecations 71
Log messages generated by using features marked as deprecated.
Debug 59
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\UserFormAuthenticator" ] |
|
security |
Guard authenticator does not support the request.
[ "firewall_key" => "main" "authenticator" => "App\Security\UserFormAuthenticator" ] |
|
doctrine |
Executing statement: "SELECT o0_.id AS id_0, o0_.code AS code_1, o0_.name AS name_2, o0_.locale AS locale_3, o0_.erp_id AS erp_id_4 FROM oc_languages o0_ WHERE o0_.locale LIKE ?" (parameters: [ 1 => "de" ], types: [ 1 => 2 ]) [ "sql" => "SELECT o0_.id AS id_0, o0_.code AS code_1, o0_.name AS name_2, o0_.locale AS locale_3, o0_.erp_id AS erp_id_4 FROM oc_languages o0_ WHERE o0_.locale LIKE ?" "params" => [ 1 => "de" ] "types" => [ 1 => 2 ] ] |
|
doctrine |
Executing statement: "SELECT o0_.id AS id_0, o0_.code AS code_1, o0_.name AS name_2, o0_.locale AS locale_3, o0_.erp_id AS erp_id_4 FROM oc_languages o0_ WHERE o0_.locale LIKE ?" (parameters: [ 1 => "de" ], types: [ 1 => 2 ]) [ "sql" => "SELECT o0_.id AS id_0, o0_.code AS code_1, o0_.name AS name_2, o0_.locale AS locale_3, o0_.erp_id AS erp_id_4 FROM oc_languages o0_ WHERE o0_.locale LIKE ?" "params" => [ 1 => "de" ] "types" => [ 1 => 2 ] ] |
|
doctrine |
Executing query: "SELECT o0_.id AS id_0, o0_.path AS path_1, o0_.level AS level_2, o0_.number AS number_3, o0_.display_as_catalogue AS display_as_catalogue_4, o0_.display_as_list AS display_as_list_5, o0_.display_as_table AS display_as_table_6, o0_.article_count AS article_count_7, o0_.recursive_article_count AS recursive_article_count_8, o0_.children_have_articles AS children_have_articles_9, o0_.erp_id AS erp_id_10, o1_.id AS id_11, o1_.type AS type_12, o1_.value AS value_13, o2_.id AS id_14, o2_.file AS file_15, o2_.hash AS hash_16, o2_.size AS size_17, o2_.width AS width_18, o2_.height AS height_19, o2_.type AS type_20, o2_.mime_type AS mime_type_21, o2_.erp_id AS erp_id_22, o0_.parent_id AS parent_id_23, o1_.web_group_id AS web_group_id_24, o1_.language_id AS language_id_25 FROM oc_web_groups o0_ LEFT JOIN oc_web_group_translations o1_ ON o0_.id = o1_.web_group_id LEFT JOIN oc_web_group_media o3_ ON o0_.id = o3_.web_group_id LEFT JOIN oc_media o2_ ON o2_.id = o3_.media_id WHERE o0_.parent_id IS NULL AND (o0_.article_count > 0 OR o0_.children_have_articles = 1) ORDER BY o0_.number ASC"
[ "sql" => "SELECT o0_.id AS id_0, o0_.path AS path_1, o0_.level AS level_2, o0_.number AS number_3, o0_.display_as_catalogue AS display_as_catalogue_4, o0_.display_as_list AS display_as_list_5, o0_.display_as_table AS display_as_table_6, o0_.article_count AS article_count_7, o0_.recursive_article_count AS recursive_article_count_8, o0_.children_have_articles AS children_have_articles_9, o0_.erp_id AS erp_id_10, o1_.id AS id_11, o1_.type AS type_12, o1_.value AS value_13, o2_.id AS id_14, o2_.file AS file_15, o2_.hash AS hash_16, o2_.size AS size_17, o2_.width AS width_18, o2_.height AS height_19, o2_.type AS type_20, o2_.mime_type AS mime_type_21, o2_.erp_id AS erp_id_22, o0_.parent_id AS parent_id_23, o1_.web_group_id AS web_group_id_24, o1_.language_id AS language_id_25 FROM oc_web_groups o0_ LEFT JOIN oc_web_group_translations o1_ ON o0_.id = o1_.web_group_id LEFT JOIN oc_web_group_media o3_ ON o0_.id = o3_.web_group_id LEFT JOIN oc_media o2_ ON o2_.id = o3_.media_id WHERE o0_.parent_id IS NULL AND (o0_.article_count > 0 OR o0_.children_have_articles = 1) ORDER BY o0_.number ASC" ] |
|
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\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName" .
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName" ] |
|
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.request" to listener "App\EventListener\MaintenanceListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "App\EventListener\MaintenanceListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "App\EventListener\RequestListener::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "App\EventListener\RequestListener::onKernelRequest" ] |
|
event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest" .
[ "event" => "kernel.request" "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::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 "Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver::onKernelController" .
[ "event" => "kernel.controller" "listener" => "Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver::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 |
Executing statement: "SELECT t0.id AS id_1, t0.value AS value_2, t0.scrap_factor AS scrap_factor_3, t0.active AS active_4 FROM oc_thickness t0 WHERE t0.active = ? ORDER BY t0.value ASC" (parameters: [ 1 => 1 ], types: [ 1 => 5 ]) [ "sql" => "SELECT t0.id AS id_1, t0.value AS value_2, t0.scrap_factor AS scrap_factor_3, t0.active AS active_4 FROM oc_thickness t0 WHERE t0.active = ? ORDER BY t0.value ASC" "params" => [ 1 => 1 ] "types" => [ 1 => 5 ] ] |
|
doctrine |
Executing statement: "SELECT t0.id AS id_1, t0.description AS description_2, t0.active AS active_3 FROM oc_material_grades t0 WHERE t0.active = ?" (parameters: [ 1 => 1 ], types: [ 1 => 5 ]) [ "sql" => "SELECT t0.id AS id_1, t0.description AS description_2, t0.active AS active_3 FROM oc_material_grades t0 WHERE t0.active = ?" "params" => [ 1 => 1 ] "types" => [ 1 => 5 ] ] |
|
doctrine |
Executing query: "SELECT t0.id AS id_1, t0.days AS days_2, t0.price_minute AS price_minute_3, t0.color AS color_4, t0.lock_weight AS lock_weight_5, t0.lock_cutting_minutes AS lock_cutting_minutes_6, t0.lock_by AS lock_by_7, t0.name AS name_8, t0.active AS active_9, t0.text_color AS text_color_10 FROM oc_price_surcharge t0"
[ "sql" => "SELECT t0.id AS id_1, t0.days AS days_2, t0.price_minute AS price_minute_3, t0.color AS color_4, t0.lock_weight AS lock_weight_5, t0.lock_cutting_minutes AS lock_cutting_minutes_6, t0.lock_by AS lock_by_7, t0.name AS name_8, t0.active AS active_9, t0.text_color AS text_color_10 FROM oc_price_surcharge t0" ] |
|
doctrine |
Executing statement: "SELECT t0.id AS id_1, t0.description AS description_2, t0.type_addition AS type_addition_3, t0.price_form AS price_form_4, t0.addition_days AS addition_days_5, t0.active AS active_6, t0.offer_text AS offer_text_7, t0.allow_to_apply_all AS allow_to_apply_all_8 FROM oc_surcharges t0 WHERE t0.active = ? AND t0.allow_to_apply_all = ?" (parameters: [ 1 => 1 2 => 1 ], types: [ 1 => 5 2 => 5 ]) [ "sql" => "SELECT t0.id AS id_1, t0.description AS description_2, t0.type_addition AS type_addition_3, t0.price_form AS price_form_4, t0.addition_days AS addition_days_5, t0.active AS active_6, t0.offer_text AS offer_text_7, t0.allow_to_apply_all AS allow_to_apply_all_8 FROM oc_surcharges t0 WHERE t0.active = ? AND t0.allow_to_apply_all = ?" "params" => [ 1 => 1 2 => 1 ] "types" => [ 1 => 5 2 => 5 ] ] |
|
doctrine |
Executing statement: "SELECT t0.id AS id_1, t0.description AS description_2, t0.image AS image_3, t0.has_edit AS has_edit_4, t0.circles AS circles_5, t0.active AS active_6, t0.orden AS orden_7, t0.small_image AS small_image_8 FROM oc_calculation_shape t0 WHERE t0.active = ? ORDER BY t0.orden ASC" (parameters: [ 1 => 1 ], types: [ 1 => 5 ]) [ "sql" => "SELECT t0.id AS id_1, t0.description AS description_2, t0.image AS image_3, t0.has_edit AS has_edit_4, t0.circles AS circles_5, t0.active AS active_6, t0.orden AS orden_7, t0.small_image AS small_image_8 FROM oc_calculation_shape t0 WHERE t0.active = ? ORDER BY t0.orden ASC" "params" => [ 1 => 1 ] "types" => [ 1 => 5 ] ] |
|
doctrine |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.configuration AS configuration_3, t0.value AS value_4, t0.is_editable AS is_editable_5, t0.modification_date AS modification_date_6 FROM oc_settings t0 WHERE t0.id = ?" (parameters: [ 1 => 38 ], types: [ 1 => 1 ]) [ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.configuration AS configuration_3, t0.value AS value_4, t0.is_editable AS is_editable_5, t0.modification_date AS modification_date_6 FROM oc_settings t0 WHERE t0.id = ?" "params" => [ 1 => 38 ] "types" => [ 1 => 1 ] ] |
|
doctrine |
Executing query: "SELECT DISTINCT o0_.id AS id_0, o0_.description AS description_1, o0_.image AS image_2, o0_.has_edit AS has_edit_3, o0_.circles AS circles_4, o0_.active AS active_5, o0_.orden AS orden_6, o0_.small_image AS small_image_7 FROM oc_calculation_shape o0_, oc_wicam_files o1_, oc_wicam_header o2_ WHERE o0_.id = o1_.calculation_shape_id AND o1_.wicam_header_id = o2_.id AND o1_.deleted = 0 AND o0_.active IN (1, 15) ORDER BY o0_.orden ASC"
[ "sql" => "SELECT DISTINCT o0_.id AS id_0, o0_.description AS description_1, o0_.image AS image_2, o0_.has_edit AS has_edit_3, o0_.circles AS circles_4, o0_.active AS active_5, o0_.orden AS orden_6, o0_.small_image AS small_image_7 FROM oc_calculation_shape o0_, oc_wicam_files o1_, oc_wicam_header o2_ WHERE o0_.id = o1_.calculation_shape_id AND o1_.wicam_header_id = o2_.id AND o1_.deleted = 0 AND o0_.active IN (1, 15) ORDER BY o0_.orden ASC" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
|
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\EventListener\SurrogateListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::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 "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\Security\Http\RememberMe\ResponseListener::onKernelResponse" .
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::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\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\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets" .
[ "event" => "kernel.finish_request" "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets" ] |
|
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 2097
Log messages generated during the compilation of the service container.
Class | Messages |
---|---|
Liip\ImagineBundle\DependencyInjection\Compiler\LoadersCompilerPass
|
1 |
Liip\ImagineBundle\DependencyInjection\Compiler\FiltersCompilerPass
|
20 |
Liip\ImagineBundle\DependencyInjection\Compiler\PostProcessorsCompilerPass
|
5 |
Liip\ImagineBundle\DependencyInjection\Compiler\ResolversCompilerPass
|
2 |
Liip\ImagineBundle\DependencyInjection\Compiler\MaybeSetMimeServicesAsAliasesCompilerPass
|
1 |
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
|
612 |
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
|
1 |
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
|
206 |
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
|
106 |
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
|
589 |
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
|
126 |
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
|
426 |
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
|
2 |