Log Messages
Level (7)
Channel (3)
Time | Message |
---|---|
deprecation |
The "Symfony\Component\HttpKernel\DataCollector\DataCollector::$data" property is considered final. You should not override it in "Shared\Service\Profiler\SeoCollector".
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#5040 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/dev_antech_base/vendor/symfony/error-handler/DebugClassLoader.php:337 { class_exists(string $class, bool $autoload = true): bool … › { /var/www/dev_antech_base/vendor/symfony/error-handler/DebugClassLoader.php:337 { class_exists(string $class, bool $autoload = true): bool … › |
deprecation |
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#5042 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/dev_antech_base/vendor/doctrine/doctrine-bundle/src/DependencyInjection/DoctrineExtension.php:536 { Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension->ormLoad(array $config, ContainerBuilder $container) … › { /var/www/dev_antech_base/vendor/doctrine/doctrine-bundle/src/DependencyInjection/DoctrineExtension.php:536 { Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension->ormLoad(array $config, ContainerBuilder $container) … › |
deprecation |
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#5044 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/dev_antech_base/vendor/doctrine/doctrine-bundle/src/DependencyInjection/DoctrineExtension.php:541 { Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension->ormLoad(array $config, ContainerBuilder $container) … › { /var/www/dev_antech_base/vendor/doctrine/doctrine-bundle/src/DependencyInjection/DoctrineExtension.php:541 { Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension->ormLoad(array $config, ContainerBuilder $container) … › |
info |
Matched route "admin_clients" .
request
[ "route" => "admin_clients" "route_parameters" => [ "_route" => "admin_clients" "_controller" => "Data\Controller\Admin\DashboardClientsController::index" ] "request_uri" => "https://antech-data-dev.ws4k.ru/clients?crudAction=detail&crudControllerFqcn=Data%5CController%5CAdmin%5CClient%5COrderProdCrudController&entityId=6" "method" => "GET" ] |
debug |
Checking for authenticator support.
security
[ "firewall_name" => "main" "authenticators" => 1 ] |
debug |
Checking support on authenticator.
security
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" ] |
debug |
Authenticator does not support the request.
security
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" ] |
deprecation |
User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY
results in SERIAL, which is not recommended.
Instead, configure identifier generation strategies explicitly through
configuration.
We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSQLPlatform", when using DBAL 3,
and "IDENTITY" when using DBAL 4,
so you should probably use the following configuration before upgrading to DBAL 4,
and remove it after deploying that upgrade:
$configuration->setIdentityGenerationPreferences([
"Doctrine\DBAL\Platforms\PostgreSQLPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,
]);
(ClassMetadataFactory.php:635 called by ClassMetadataFactory.php:546, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
deprecation
[ "exception" => ErrorException {#794 #message: """ User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY\n results in SERIAL, which is not recommended.\n Instead, configure identifier generation strategies explicitly through\n configuration.\n We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSQLPlatform", when using DBAL 3,\n and "IDENTITY" when using DBAL 4,\n so you should probably use the following configuration before upgrading to DBAL 4,\n and remove it after deploying that upgrade:\n \n $configuration->setIdentityGenerationPreferences([\n "Doctrine\DBAL\Platforms\PostgreSQLPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,\n ]);\n (ClassMetadataFactory.php:635 called by ClassMetadataFactory.php:546, https://github.com/doctrine/orm/issues/8893, package doctrine/orm) """ #code: 0 #file: "/var/www/dev_antech_base/vendor/doctrine/deprecations/src/Deprecation.php" #line: 208 #severity: E_USER_DEPRECATED trace: { /var/www/dev_antech_base/vendor/doctrine/deprecations/src/Deprecation.php:208 { Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void … › › { /var/www/dev_antech_base/vendor/doctrine/deprecations/src/Deprecation.php:208 { Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void … › › |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls" .
event
[ "event" => "kernel.request" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls" ] |
debug |
Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest" ] |
debug |
Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments" ] |
debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments" ] |
debug |
Notified event "kernel.controller_arguments" to listener "ContainerRyjIgTC\RequestPayloadValueResolverGhostBc64508::onKernelControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerRyjIgTC\RequestPayloadValueResolverGhostBc64508::onKernelControllerArguments" ] |
debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
deprecation |
User Deprecated: Since easycorp/easyadmin-bundle 4.14.0: Not using pretty admin URLs is deprecated because they will become the only available URLs starting from EasyAdmin 5.0.0. Read the docs to learn how to enable pretty URLs in your application.
deprecation
8 times
[ "exception" => ErrorException {#1695 #message: "User Deprecated: Since easycorp/easyadmin-bundle 4.14.0: Not using pretty admin URLs is deprecated because they will become the only available URLs starting from EasyAdmin 5.0.0. Read the docs to learn how to enable pretty URLs in your application." #code: 0 #file: "/var/www/dev_antech_base/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php" #line: 317 #severity: E_USER_DEPRECATED trace: { /var/www/dev_antech_base/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php:317 { EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator->generateUrl(): string … › { /var/www/dev_antech_base/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php:317 { EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator->generateUrl(): string … › |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" .
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" .
event
[ "event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender" ] |
debug |
Notified event "kernel.view" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener::onKernelView" .
event
[ "event" => "kernel.view" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener::onKernelView" ] |
debug |
Listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener::onKernelView" stopped propagation of the event "kernel.view" .
event
[ "event" => "kernel.view" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener::onKernelView" ] |
debug |
Listener "Symfony\Bridge\Twig\EventListener\TemplateAttributeListener::onKernelView" was not called for event "kernel.view" .
event
[ "event" => "kernel.view" "listener" => "Symfony\Bridge\Twig\EventListener\TemplateAttributeListener::onKernelView" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" ] |
There are no log messages.
Container Compilation Logs (0)
Log messages generated during the compilation of the service container.
There are no compiler log messages.