logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1330
-records: [
"" => [
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.004+00:00"
"message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1345
#message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
#code: 0
#file: "/var/www/kbin/kbin/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/kbin/kbin/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
include_once …
›
› @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:793 {
ContainerPPLWzqN\App_KernelDevDebugContainer::ContainerPPLWzqN\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/twig/Extension/PagerfantaExtension.php';
› include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
› include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
}
/var/www/kbin/kbin/vendor/symfony/dependency-injection/Container.php:152 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:417 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:763 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:185 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/var/www/kbin/kbin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/kbin/kbin/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/kbin/kbin/public/index.php:7 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/kbin/kbin/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.005+00:00"
"message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1344
#message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
#code: 0
#file: "/var/www/kbin/kbin/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/kbin/kbin/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
include_once …
›
› @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:794 {
ContainerPPLWzqN\App_KernelDevDebugContainer::ContainerPPLWzqN\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
› include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
› include_once \dirname(__DIR__, 4).'/vendor/nucleos/antispam-bundle/src/Twig/Extension/StringTwigExtension.php';
}
/var/www/kbin/kbin/vendor/symfony/dependency-injection/Container.php:152 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:417 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:763 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:185 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/var/www/kbin/kbin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/kbin/kbin/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/kbin/kbin/public/index.php:7 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/kbin/kbin/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
]
2 => [
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.021+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "root"
"route_parameters" => [
"_route" => "root"
"sortBy" => "newest"
"time" => "∞"
"type" => "articles"
"_controller" => "App\Controller\Entry\EntryFrontController::root"
]
"request_uri" => "https://kbin.spritesserver.nl/index.php/newest/%E2%88%9E/articles?p=167&title=Accueil"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.023+00:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#651
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
#code: 0
#file: "/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getAnnotations_CachedReaderService.php"
#line: 22
#severity: E_USER_DEPRECATED
trace: {
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getAnnotations_CachedReaderService.php:22 {
ContainerPPLWzqN\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:3356 {
ContainerPPLWzqN\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:2353 {
ContainerPPLWzqN\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getImageValidateService.php:22 {
ContainerPPLWzqN\getImageValidateService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getImageDownloadService.php:22 {
ContainerPPLWzqN\getImageDownloadService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['App\\Kbin\\Image\\ImageValidate'] ?? $container->load('getImageValidateService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getFacebookAuthenticatorService.php:39 {
ContainerPPLWzqN\getFacebookAuthenticatorService::do($container, $lazyLoad = true) …
› }
› $c = ($container->privates['App\\Kbin\\Image\\ImageDownload'] ?? $container->load('getImageDownloadService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getSecurity_Authenticator_Manager_MainService.php:24 {
ContainerPPLWzqN\getSecurity_Authenticator_Manager_MainService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['App\\Security\\FacebookAuthenticator'] ?? $container->load('getFacebookAuthenticatorService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getDebug_Security_Firewall_Authenticator_MainService.php:23 {
ContainerPPLWzqN\getDebug_Security_Firewall_Authenticator_MainService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['security.authenticator.manager.main'] ?? $container->load('getSecurity_Authenticator_Manager_MainService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getSecurity_Firewall_Map_Context_MainService.php:38 {
ContainerPPLWzqN\getSecurity_Firewall_Map_Context_MainService::ContainerPPLWzqN\{closure} …
› yield 1 => ($container->privates['security.context_listener.0'] ?? self::getSecurity_ContextListener_0Service($container));
› yield 2 => ($container->privates['debug.security.firewall.authenticator.main'] ?? $container->load('getDebug_Security_Firewall_Authenticator_MainService'));
› yield 3 => ($container->privates['security.authentication.access_listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_AccessListener_TwoFactor_MainService'));
}
/var/www/kbin/kbin/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:61 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/var/www/kbin/kbin/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:78 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/kbin/kbin/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/kbin/kbin/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/kbin/kbin/public/index.php:7 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/kbin/kbin/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.023+00:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#649
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
#code: 0
#file: "/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getAnnotations_ReaderService.php"
#line: 22
#severity: E_USER_DEPRECATED
trace: {
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getAnnotations_ReaderService.php:22 {
ContainerPPLWzqN\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getAnnotations_CachedReaderService.php:24 {
ContainerPPLWzqN\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:3356 {
ContainerPPLWzqN\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:2353 {
ContainerPPLWzqN\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getImageValidateService.php:22 {
ContainerPPLWzqN\getImageValidateService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getImageDownloadService.php:22 {
ContainerPPLWzqN\getImageDownloadService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['App\\Kbin\\Image\\ImageValidate'] ?? $container->load('getImageValidateService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getFacebookAuthenticatorService.php:39 {
ContainerPPLWzqN\getFacebookAuthenticatorService::do($container, $lazyLoad = true) …
› }
› $c = ($container->privates['App\\Kbin\\Image\\ImageDownload'] ?? $container->load('getImageDownloadService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getSecurity_Authenticator_Manager_MainService.php:24 {
ContainerPPLWzqN\getSecurity_Authenticator_Manager_MainService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['App\\Security\\FacebookAuthenticator'] ?? $container->load('getFacebookAuthenticatorService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getDebug_Security_Firewall_Authenticator_MainService.php:23 {
ContainerPPLWzqN\getDebug_Security_Firewall_Authenticator_MainService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['security.authenticator.manager.main'] ?? $container->load('getSecurity_Authenticator_Manager_MainService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getSecurity_Firewall_Map_Context_MainService.php:38 {
ContainerPPLWzqN\getSecurity_Firewall_Map_Context_MainService::ContainerPPLWzqN\{closure} …
› yield 1 => ($container->privates['security.context_listener.0'] ?? self::getSecurity_ContextListener_0Service($container));
› yield 2 => ($container->privates['debug.security.firewall.authenticator.main'] ?? $container->load('getDebug_Security_Firewall_Authenticator_MainService'));
› yield 3 => ($container->privates['security.authentication.access_listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_AccessListener_TwoFactor_MainService'));
}
/var/www/kbin/kbin/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:61 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/var/www/kbin/kbin/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:78 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/kbin/kbin/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/kbin/kbin/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/kbin/kbin/public/index.php:7 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/kbin/kbin/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.023+00:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#642
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
#code: 0
#file: "/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getAnnotations_CacheAdapterService.php"
#line: 22
#severity: E_USER_DEPRECATED
trace: {
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getAnnotations_CacheAdapterService.php:22 {
ContainerPPLWzqN\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getAnnotations_CachedReaderService.php:24 {
ContainerPPLWzqN\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
› return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:3356 {
ContainerPPLWzqN\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:2353 {
ContainerPPLWzqN\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getImageValidateService.php:22 {
ContainerPPLWzqN\getImageValidateService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getImageDownloadService.php:22 {
ContainerPPLWzqN\getImageDownloadService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['App\\Kbin\\Image\\ImageValidate'] ?? $container->load('getImageValidateService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getFacebookAuthenticatorService.php:39 {
ContainerPPLWzqN\getFacebookAuthenticatorService::do($container, $lazyLoad = true) …
› }
› $c = ($container->privates['App\\Kbin\\Image\\ImageDownload'] ?? $container->load('getImageDownloadService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getSecurity_Authenticator_Manager_MainService.php:24 {
ContainerPPLWzqN\getSecurity_Authenticator_Manager_MainService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['App\\Security\\FacebookAuthenticator'] ?? $container->load('getFacebookAuthenticatorService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getDebug_Security_Firewall_Authenticator_MainService.php:23 {
ContainerPPLWzqN\getDebug_Security_Firewall_Authenticator_MainService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['security.authenticator.manager.main'] ?? $container->load('getSecurity_Authenticator_Manager_MainService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getSecurity_Firewall_Map_Context_MainService.php:38 {
ContainerPPLWzqN\getSecurity_Firewall_Map_Context_MainService::ContainerPPLWzqN\{closure} …
› yield 1 => ($container->privates['security.context_listener.0'] ?? self::getSecurity_ContextListener_0Service($container));
› yield 2 => ($container->privates['debug.security.firewall.authenticator.main'] ?? $container->load('getDebug_Security_Firewall_Authenticator_MainService'));
› yield 3 => ($container->privates['security.authentication.access_listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_AccessListener_TwoFactor_MainService'));
}
/var/www/kbin/kbin/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:61 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/var/www/kbin/kbin/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:78 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/kbin/kbin/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/kbin/kbin/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/kbin/kbin/public/index.php:7 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/kbin/kbin/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.024+00:00"
"message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#632
#message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
#code: 0
#file: "/var/www/kbin/kbin/vendor/symfony/validator/ValidatorBuilder.php"
#line: 252
#severity: E_USER_DEPRECATED
trace: {
/var/www/kbin/kbin/vendor/symfony/validator/ValidatorBuilder.php:252 {
Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
› {
› trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:3356 {
ContainerPPLWzqN\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:2353 {
ContainerPPLWzqN\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getImageValidateService.php:22 {
ContainerPPLWzqN\getImageValidateService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getImageDownloadService.php:22 {
ContainerPPLWzqN\getImageDownloadService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['App\\Kbin\\Image\\ImageValidate'] ?? $container->load('getImageValidateService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getFacebookAuthenticatorService.php:39 {
ContainerPPLWzqN\getFacebookAuthenticatorService::do($container, $lazyLoad = true) …
› }
› $c = ($container->privates['App\\Kbin\\Image\\ImageDownload'] ?? $container->load('getImageDownloadService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getSecurity_Authenticator_Manager_MainService.php:24 {
ContainerPPLWzqN\getSecurity_Authenticator_Manager_MainService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['App\\Security\\FacebookAuthenticator'] ?? $container->load('getFacebookAuthenticatorService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getDebug_Security_Firewall_Authenticator_MainService.php:23 {
ContainerPPLWzqN\getDebug_Security_Firewall_Authenticator_MainService::do($container, $lazyLoad = true) …
›
› $a = ($container->privates['security.authenticator.manager.main'] ?? $container->load('getSecurity_Authenticator_Manager_MainService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getSecurity_Firewall_Map_Context_MainService.php:38 {
ContainerPPLWzqN\getSecurity_Firewall_Map_Context_MainService::ContainerPPLWzqN\{closure} …
› yield 1 => ($container->privates['security.context_listener.0'] ?? self::getSecurity_ContextListener_0Service($container));
› yield 2 => ($container->privates['debug.security.firewall.authenticator.main'] ?? $container->load('getDebug_Security_Firewall_Authenticator_MainService'));
› yield 3 => ($container->privates['security.authentication.access_listener.two_factor.main'] ?? $container->load('getSecurity_Authentication_AccessListener_TwoFactor_MainService'));
}
/var/www/kbin/kbin/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:61 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
}
/var/www/kbin/kbin/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:78 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/kbin/kbin/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/kbin/kbin/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/kbin/kbin/public/index.php:7 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/kbin/kbin/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 7
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\KbinAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\KbinAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\FacebookAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\FacebookAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\GoogleAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\GoogleAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\GithubAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\GithubAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\KeycloakAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "App\Security\KeycloakAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.028+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Kbin\EventListener\LanguageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Kbin\EventListener\UserHomepageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\TwigGlobalSubscriber::registerTwigGlobalUserSettings"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Kbin\EventListener\FederationStatusListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.035+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Kbin\EventListener\UserActivityListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.037+00:00"
"message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#375
#message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
#code: 0
#file: "/var/www/kbin/kbin/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/var/www/kbin/kbin/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/kbin/kbin/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/kbin/kbin/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php:166 {
Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
› if (PHP_VERSION_ID >= 80100) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/kbin/kbin/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:178 {
Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, EventManager $eventManager = null) …
› $this->unitOfWork = new UnitOfWork($this);
› $this->proxyFactory = new ProxyFactory(
› $this,
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:1384 {
ContainerPPLWzqN\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:1215 {
ContainerPPLWzqN\App_KernelDevDebugContainer::ContainerPPLWzqN\{closure} …
› if (true === $lazyLoad) {
› return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
› }
}
/var/www/kbin/kbin/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/symfony/var-exporter/LazyGhostTrait.php:175 {
ContainerPPLWzqN\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/var/www/kbin/kbin/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:207 {
Doctrine\ORM\EntityManager->getMetadataFactory() …
› {
› return $this->metadataFactory;
› }
}
/var/www/kbin/kbin/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:189 {
Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
›
› if (! $manager->getMetadataFactory()->isTransient($class)) {
› return $manager;
}
/var/www/kbin/kbin/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:85 {
Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->getManager(?string $name, string $class): ObjectManager …
› if (null === $name) {
› return $this->registry->getManagerForClass($class);
› }
}
/var/www/kbin/kbin/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:53 {
Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
› }
› if (!$manager = $this->getManager($options->objectManager, $options->class)) {
› return [];
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:60 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
›
› yield from $this->inner->resolve($request, $argument);
›
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:90 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ReflectionFunctionAbstract $reflector = null): array …
› $count = 0;
› foreach ($resolver->resolve($request, $metadata) as $argument) {
› ++$count;
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:40 {
Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller): array …
› try {
› return $this->resolver->getArguments($request, $controller, $reflector);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:173 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // controller arguments
› $arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());
›
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/kbin/kbin/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/kbin/kbin/public/index.php:7 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/kbin/kbin/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.037+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.037+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.037+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "App\Kbin\EventListener\MagazineVisibilityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.037+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerPPLWzqN\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.037+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.040+00:00"
"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", so you should use\n
$configuration->setIdentityGenerationPreferences([\n
"Doctrine\DBAL\Platforms\PostgreSqlPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,\n
]); (ClassMetadataFactory.php:751 called by ClassMetadataFactory.php:625, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
"""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#264
#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", so you should use\n
$configuration->setIdentityGenerationPreferences([\n
"Doctrine\DBAL\Platforms\PostgreSqlPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,\n
]); (ClassMetadataFactory.php:751 called by ClassMetadataFactory.php:625, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
"""
#code: 0
#file: "/var/www/kbin/kbin/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
#line: 210
#severity: E_USER_DEPRECATED
trace: {
/var/www/kbin/kbin/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/kbin/kbin/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/kbin/kbin/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:751 {
Doctrine\ORM\Mapping\ClassMetadataFactory->determineIdGeneratorStrategy(AbstractPlatform $platform): int …
› if ($platform instanceof Platforms\PostgreSQLPlatform || is_a($platform, 'Doctrine\DBAL\Platforms\PostgreSqlPlatform')) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/kbin/kbin/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:625 {
Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
› if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {
› $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));
› }
}
/var/www/kbin/kbin/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:156 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› if ($class->identifier && (! $parent || ! $parent->identifier)) {
› $this->completeIdGeneratorMapping($class);
› }
}
/var/www/kbin/kbin/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/kbin/kbin/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/kbin/kbin/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/kbin/kbin/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:318 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/kbin/kbin/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:80 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
›
› parent::__construct($manager, $manager->getClassMetadata($this->entityClass));
› }
}
/var/www/kbin/kbin/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
› {
› $this->initialize();
›
}
/var/www/kbin/kbin/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:86 {
Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
› {
› return $this->_em->createQueryBuilder()
› ->select($alias)
}
/var/www/kbin/kbin/src/Repository/EntryRepository.php:85 {
App\Repository\EntryRepository->getEntryQueryBuilder(EntryPageView $criteria): QueryBuilder …
›
› $qb = $this->createQueryBuilder('e')
› ->where('e.visibility = :visibility')
}
/var/www/kbin/kbin/src/Repository/EntryRepository.php:66 {
App\Repository\EntryRepository->findByCriteria(App\Kbin\Entry\EntryPageView|App\Repository\Criteria $criteria): PagerfantaInterface …
› {
› $pagerfanta = new Pagerfanta($this->adapterFactory->create($this->getEntryQueryBuilder($criteria)));
›
}
/var/www/kbin/kbin/src/Controller/Entry/EntryFrontController.php:307 {
App\Controller\Entry\EntryFrontController->newest(EntryPageView $criteria): PagerfantaInterface …
› {
› return $this->repository->findByCriteria($criteria->showSortOption(Criteria::SORT_NEW));
› }
}
/var/www/kbin/kbin/src/Controller/Entry/EntryFrontController.php:71 {
App\Controller\Entry\EntryFrontController->front(?string $sortBy, ?string $time, ?string $type, Request $request): Response …
› $method = $criteria->resolveSort($sortBy);
› $posts = $this->$method($criteria);
›
}
/var/www/kbin/kbin/src/Controller/Entry/EntryFrontController.php:39 {
App\Controller\Entry\EntryFrontController->root(?string $sortBy, ?string $time, ?string $type, Request $request): Response …
› if (!$user) {
› return $this->front($sortBy, $time, $type, $request);
› }
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/kbin/kbin/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/kbin/kbin/public/index.php:7 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/kbin/kbin/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.071+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_pgsql"
"host" => "127.0.0.1"
"port" => 5433
"user" => "kbin"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "kbin"
"serverVersion" => "15"
"charset" => "utf8"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.193+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT count(e0_.id) AS sclr_0 FROM entry e0_ INNER JOIN magazine m1_ ON e0_.magazine_id = m1_.id INNER JOIN "user" u2_ ON e0_.user_id = u2_.id LEFT JOIN domain d3_ ON e0_.domain_id = d3_.id WHERE e0_.visibility = ? AND m1_.visibility = ? AND e0_.type = ? AND m1_.is_adult = ? AND e0_.is_adult = ? ORDER BY sclr_0 ASC"
"params" => [
1 => "visible"
2 => "visible"
3 => "article"
4 => 0
5 => 0
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 5
5 => 5
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.310+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT e0_.slug AS slug_0, e0_.title AS title_1, e0_.url AS url_2, e0_.body AS body_3, e0_.type AS type_4, e0_.lang AS lang_5, e0_.is_oc AS is_oc_6, e0_.has_embed AS has_embed_7, e0_.comment_count AS comment_count_8, e0_.favourite_count AS favourite_count_9, e0_.score AS score_10, e0_.is_adult AS is_adult_11, e0_.sticky AS sticky_12, e0_.last_active AS last_active_13, e0_.ip AS ip_14, e0_.ada_amount AS ada_amount_15, e0_.tags AS tags_16, e0_.mentions AS mentions_17, e0_.id AS id_18, e0_.title_ts AS title_ts_19, e0_.body_ts AS body_ts_20, e0_.up_votes AS up_votes_21, e0_.down_votes AS down_votes_22, e0_.ranking AS ranking_23, e0_.visibility AS visibility_24, e0_.ap_id AS ap_id_25, e0_.edited_at AS edited_at_26, e0_.created_at AS created_at_27, e0_.user_id AS user_id_28, e0_.magazine_id AS magazine_id_29, e0_.image_id AS image_id_30, e0_.domain_id AS domain_id_31 FROM entry e0_ INNER JOIN magazine m1_ ON e0_.magazine_id = m1_.id INNER JOIN "user" u2_ ON e0_.user_id = u2_.id LEFT JOIN domain d3_ ON e0_.domain_id = d3_.id WHERE e0_.visibility = ? AND m1_.visibility = ? AND e0_.type = ? AND m1_.is_adult = ? AND e0_.is_adult = ? ORDER BY e0_.created_at DESC, e0_.id DESC LIMIT 25 OFFSET 4150"
"params" => [
1 => "visible"
2 => "visible"
3 => "article"
4 => 0
5 => 0
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 5
5 => 5
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.513+00:00"
"message" => "User Deprecated: Since symfony/ux-twig-component 2.13: The "Symfony\UX\TwigComponent\ComponentTemplateFinder::__construct()" method will require "string $directory" argument in 3.0. Not defining it or passing null is deprecated."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2392
#message: "User Deprecated: Since symfony/ux-twig-component 2.13: The "Symfony\UX\TwigComponent\ComponentTemplateFinder::__construct()" method will require "string $directory" argument in 3.0. Not defining it or passing null is deprecated."
#code: 0
#file: "/var/www/kbin/kbin/vendor/symfony/ux-twig-component/src/ComponentTemplateFinder.php"
#line: 34
#severity: E_USER_DEPRECATED
trace: {
/var/www/kbin/kbin/vendor/symfony/ux-twig-component/src/ComponentTemplateFinder.php:34 {
Symfony\UX\TwigComponent\ComponentTemplateFinder->__construct(Twig\Environment|Twig\Loader\LoaderInterface $loader, string $directory = null) …
› if (null === $this->directory) {
› trigger_deprecation('symfony/ux-twig-component', '2.13', 'The "%s()" method will require "string $directory" argument in 3.0. Not defining it or passing null is deprecated.', __METHOD__);
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getUx_TwigComponent_ComponentFactoryService.php:30 {
ContainerPPLWzqN\getUx_TwigComponent_ComponentFactoryService::do($container, $lazyLoad = true) …
›
› return $container->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\UX\TwigComponent\ComponentTemplateFinder(($container->privates['twig.loader.native_filesystem'] ?? self::getTwig_Loader_NativeFilesystemService($container)), NULL), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'active_users' => [false, 'App\\Twig\\Components\\ActiveUsersComponent', 'getActiveUsersComponentService', true],
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getUx_TwigComponent_ComponentRendererService.php:34 {
ContainerPPLWzqN\getUx_TwigComponent_ComponentRendererService::do($container, $lazyLoad = true) …
› }
› $c = ($container->privates['ux.twig_component.component_factory'] ?? $container->load('getUx_TwigComponent_ComponentFactoryService'));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/vendor/symfony/dependency-injection/Container.php:403 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/kbin/kbin/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/kbin/kbin/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php:58 {
Symfony\UX\TwigComponent\Twig\ComponentExtension->render(string $name, array $props = []): string …
› try {
› return $this->container->get(ComponentRenderer::class)->createAndRender($name, $props);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/var/cache/dev/twig/bd/bd7813d348a4e2ca619d60fca171c5bf.php:55 {
__TwigTemplate_c084859b566f5357fda3a1bad2da7339->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo $this->extensions['Symfony\UX\TwigComponent\Twig\ComponentExtension']->render("entry", ["entry" => // line 5
› $context["entry"], "showMagazineName" => ( ! // line 6
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/kbin/kbin/templates/entry/front.html.twig:59 {
__TwigTemplate_06a7c8ac4cf13bcc9a78080207210c6a->block_body($context, array $blocks = []) …
› <div id="content">
› {% include 'entry/_list.html.twig' %}
› </div>
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/templates/base.html.twig:80 {
__TwigTemplate_e59e4fb23721b3e5723875df6a67f336->doDisplay(array $context, array $blocks = []) …
› class="{{ html_classes({'view-compact': app.request.cookies.get(constant('App\\Controller\\User\\ThemeSettingsController::KBIN_ENTRIES_COMPACT')) is same as 'true'}) }}">
› {% block body %}{% endblock %}
› </main>
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/kbin/kbin/var/cache/dev/twig/d5/d534938b19bcff22673acfcfdc5b95fd.php:54 {
__TwigTemplate_06a7c8ac4cf13bcc9a78080207210c6a->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "entry/front.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/TemplateWrapper.php:38 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/kbin/kbin/vendor/twig/twig/src/Environment.php:280 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/kbin/kbin/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/var/www/kbin/kbin/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
}
/var/www/kbin/kbin/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
}
/var/www/kbin/kbin/src/Controller/Entry/EntryFrontController.php:88 {
App\Controller\Entry\EntryFrontController->front(?string $sortBy, ?string $time, ?string $type, Request $request): Response …
›
› return $this->render(
› 'entry/front.html.twig',
}
/var/www/kbin/kbin/src/Controller/Entry/EntryFrontController.php:39 {
App\Controller\Entry\EntryFrontController->root(?string $sortBy, ?string $time, ?string $type, Request $request): Response …
› if (!$user) {
› return $this->front($sortBy, $time, $type, $request);
› }
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/kbin/kbin/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/kbin/kbin/public/index.php:7 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/kbin/kbin/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.513+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.513+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.513+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.514+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.514+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.514+00:00"
"message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2082
#message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
#code: 0
#file: "/var/www/kbin/kbin/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/var/www/kbin/kbin/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(Reader $reader = null) …
› if ($reader) {
› trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:2973 {
ContainerPPLWzqN\App_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
› {
› return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService'))), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/kbin_serialization/badge.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/kbin_serialization/domain.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/kbin_serialization/entry.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/kbin_serialization/entry_comment.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/kbin_serialization/image.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/kbin_serialization/magazine.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/kbin_serialization/post.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/kbin_serialization/post_comment.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/kbin_serialization/user.yaml'))]));
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:2983 {
ContainerPPLWzqN\App_KernelDevDebugContainer::getSerializer_NameConverter_MetadataAwareService($container) …
› {
› return $container->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container)));
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:2959 {
ContainerPPLWzqN\App_KernelDevDebugContainer::getSerializerService($container) …
› $c = ($container->services['translator'] ?? self::getTranslatorService($container));
› $d = ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container));
› $e = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getUx_LiveComponent_ComponentHydratorService.php:27 {
ContainerPPLWzqN\getUx_LiveComponent_ComponentHydratorService::do($container, $lazyLoad = true) …
› }
› $b = ($container->privates['serializer'] ?? self::getSerializerService($container));
›
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getUx_LiveComponent_LiveControllerAttributesCreatorService.php:26 {
ContainerPPLWzqN\getUx_LiveComponent_LiveControllerAttributesCreatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['ux.live_component.live_controller_attributes_creator'] = new \Symfony\UX\LiveComponent\Util\LiveControllerAttributesCreator(($container->privates['ux.live_component.metadata_factory'] ?? $container->load('getUx_LiveComponent_MetadataFactoryService')), ($container->privates['ux.live_component.component_hydrator'] ?? $container->load('getUx_LiveComponent_ComponentHydratorService')), ($container->privates['ux.live_component.attribute_helper_factory'] ?? $container->load('getUx_LiveComponent_AttributeHelperFactoryService')), ($container->privates['ux.live_component.deterministic_id_calculator'] ??= new \Symfony\UX\LiveComponent\Twig\DeterministicTwigIdCalculator()), ($container->privates['ux.live_component.fingerprint_calculator'] ??= new \Symfony\UX\LiveComponent\Util\FingerprintCalculator($container->getEnv('APP_SECRET'))), ($container->services['router'] ?? self::getRouterService($container)), new \Symfony\UX\LiveComponent\LiveResponder(), ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container)), ($container->privates['ux.live_component.twig.template_mapper'] ??= new \Symfony\UX\LiveComponent\Twig\TemplateMap(($container->targetDir.''.'/live_components_twig_templates.map'))));
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/getUx_LiveComponent_DeferLiveComponentSubscriberService.php:23 {
ContainerPPLWzqN\getUx_LiveComponent_DeferLiveComponentSubscriberService::do($container, $lazyLoad = true) …
›
› return $container->privates['ux.live_component.defer_live_component_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber(($container->privates['ux.twig_component.component_stack'] ??= new \Symfony\UX\TwigComponent\ComponentStack()), ($container->privates['ux.live_component.live_controller_attributes_creator'] ?? $container->load('getUx_LiveComponent_LiveControllerAttributesCreatorService')));
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:974 {
ContainerPPLWzqN\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/var/www/kbin/kbin/var/cache/dev/ContainerPPLWzqN/App_KernelDevDebugContainer.php:1649 {
ContainerPPLWzqN\App_KernelDevDebugContainer::ContainerPPLWzqN\{closure} …
› $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [#[\Closure(name: 'ux.live_component.add_attributes_subscriber', class: 'Symfony\\UX\\LiveComponent\\EventListener\\AddLiveAttributesSubscriber')] fn () => ($container->privates['ux.live_component.add_attributes_subscriber'] ?? $container->load('getUx_LiveComponent_AddAttributesSubscriberService')), 'onPreRender'], 0);
› $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostMountEvent', [#[\Closure(name: 'ux.live_component.defer_live_component_subscriber', class: 'Symfony\\UX\\LiveComponent\\EventListener\\DeferLiveComponentSubscriber')] fn () => ($container->privates['ux.live_component.defer_live_component_subscriber'] ?? $container->load('getUx_LiveComponent_DeferLiveComponentSubscriberService')), 'onPostMount'], 0);
› $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [#[\Closure(name: 'ux.live_component.defer_live_component_subscriber', class: 'Symfony\\UX\\LiveComponent\\EventListener\\DeferLiveComponentSubscriber')] fn () => ($container->privates['ux.live_component.defer_live_component_subscriber'] ?? $container->load('getUx_LiveComponent_DeferLiveComponentSubscriberService')), 'onPreRender'], 0);
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/kbin/kbin/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/kbin/kbin/vendor/symfony/ux-twig-component/src/ComponentFactory.php:200 {
Symfony\UX\TwigComponent\ComponentFactory->postMount(object $component, array $data): array …
› $event = new PostMountEvent($component, $data);
› $this->eventDispatcher->dispatch($event);
› $data = $event->getData();
}
/var/www/kbin/kbin/vendor/symfony/ux-twig-component/src/ComponentFactory.php:91 {
Symfony\UX\TwigComponent\ComponentFactory->mountFromObject(object $component, array $data, ComponentMetadata $componentMetadata): MountedComponent …
›
› $postMount = $this->postMount($component, $data);
› $data = $postMount['data'];
}
/var/www/kbin/kbin/vendor/symfony/ux-twig-component/src/ComponentFactory.php:65 {
Symfony\UX\TwigComponent\ComponentFactory->create(string $name, array $data = []): MountedComponent …
› {
› return $this->mountFromObject(
› $this->getComponent($name),
}
/var/www/kbin/kbin/vendor/symfony/ux-twig-component/src/ComponentRenderer.php:58 {
Symfony\UX\TwigComponent\ComponentRenderer->createAndRender(string $name, array $props = []): string …
›
› return $this->render($this->factory->create($name, $props));
› }
}
/var/www/kbin/kbin/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php:58 {
Symfony\UX\TwigComponent\Twig\ComponentExtension->render(string $name, array $props = []): string …
› try {
› return $this->container->get(ComponentRenderer::class)->createAndRender($name, $props);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/var/cache/dev/twig/bd/bd7813d348a4e2ca619d60fca171c5bf.php:55 {
__TwigTemplate_c084859b566f5357fda3a1bad2da7339->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo $this->extensions['Symfony\UX\TwigComponent\Twig\ComponentExtension']->render("entry", ["entry" => // line 5
› $context["entry"], "showMagazineName" => ( ! // line 6
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/kbin/kbin/templates/entry/front.html.twig:59 {
__TwigTemplate_06a7c8ac4cf13bcc9a78080207210c6a->block_body($context, array $blocks = []) …
› <div id="content">
› {% include 'entry/_list.html.twig' %}
› </div>
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/templates/base.html.twig:80 {
__TwigTemplate_e59e4fb23721b3e5723875df6a67f336->doDisplay(array $context, array $blocks = []) …
› class="{{ html_classes({'view-compact': app.request.cookies.get(constant('App\\Controller\\User\\ThemeSettingsController::KBIN_ENTRIES_COMPACT')) is same as 'true'}) }}">
› {% block body %}{% endblock %}
› </main>
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/kbin/kbin/var/cache/dev/twig/d5/d534938b19bcff22673acfcfdc5b95fd.php:54 {
__TwigTemplate_06a7c8ac4cf13bcc9a78080207210c6a->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "entry/front.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/TemplateWrapper.php:38 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/kbin/kbin/vendor/twig/twig/src/Environment.php:280 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/kbin/kbin/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/var/www/kbin/kbin/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
}
/var/www/kbin/kbin/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
}
/var/www/kbin/kbin/src/Controller/Entry/EntryFrontController.php:88 {
App\Controller\Entry\EntryFrontController->front(?string $sortBy, ?string $time, ?string $type, Request $request): Response …
›
› return $this->render(
› 'entry/front.html.twig',
}
/var/www/kbin/kbin/src/Controller/Entry/EntryFrontController.php:39 {
App\Controller\Entry\EntryFrontController->root(?string $sortBy, ?string $time, ?string $type, Request $request): Response …
› if (!$user) {
› return $this->front($sortBy, $time, $type, $request);
› }
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/kbin/kbin/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/kbin/kbin/public/index.php:7 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/kbin/kbin/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.514+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.514+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.515+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.515+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.515+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.525+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.525+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.526+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\ConvertMarkdownListener::onConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.526+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::postConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.526+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.526+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.526+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.526+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.526+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.526+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.526+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.526+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.526+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.526+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.527+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.email AS email_1, t0.username AS username_2, t0.roles AS roles_3, t0.followers_count AS followers_count_4, t0.homepage AS homepage_5, t0.about AS about_6, t0.last_active AS last_active_7, t0.marked_for_deletion_at AS marked_for_deletion_at_8, t0.fields AS fields_9, t0.oauth_github_id AS oauth_github_id_10, t0.oauth_google_id AS oauth_google_id_11, t0.oauth_facebook_id AS oauth_facebook_id_12, t0.oauth_keycloak_id AS oauth_keycloak_id_13, t0.hide_adult AS hide_adult_14, t0.show_subscribed_users AS show_subscribed_users_15, t0.show_subscribed_magazines AS show_subscribed_magazines_16, t0.show_subscribed_domains AS show_subscribed_domains_17, t0.preferred_languages AS preferred_languages_18, t0.featured_magazines AS featured_magazines_19, t0.show_profile_subscriptions AS show_profile_subscriptions_20, t0.show_profile_followings AS show_profile_followings_21, t0.mark_new_comments AS mark_new_comments_22, t0.notify_on_new_entry AS notify_on_new_entry_23, t0.notify_on_new_entry_reply AS notify_on_new_entry_reply_24, t0.notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25, t0.notify_on_new_post AS notify_on_new_post_26, t0.notify_on_new_post_reply AS notify_on_new_post_reply_27, t0.notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28, t0.add_mentions_entries AS add_mentions_entries_29, t0.add_mentions_posts AS add_mentions_posts_30, t0.is_banned AS is_banned_31, t0.is_verified AS is_verified_32, t0.is_deleted AS is_deleted_33, t0.is_bot AS is_bot_34, t0.spam_protection AS spam_protection_35, t0.custom_css AS custom_css_36, t0.ignore_magazines_custom_css AS ignore_magazines_custom_css_37, t0.id AS id_38, t0.password AS password_39, t0.totp_secret AS totp_secret_40, t0.totp_backup_codes AS totp_backup_codes_41, t0.ap_id AS ap_id_42, t0.ap_profile_id AS ap_profile_id_43, t0.ap_public_url AS ap_public_url_44, t0.ap_followers_url AS ap_followers_url_45, t0.ap_inbox_url AS ap_inbox_url_46, t0.ap_domain AS ap_domain_47, t0.ap_preferred_username AS ap_preferred_username_48, t0.ap_discoverable AS ap_discoverable_49, t0.ap_manually_approves_followers AS ap_manually_approves_followers_50, t0.private_key AS private_key_51, t0.public_key AS public_key_52, t0.ap_fetched_at AS ap_fetched_at_53, t0.ap_deleted_at AS ap_deleted_at_54, t0.ap_timeout_at AS ap_timeout_at_55, t0.visibility AS visibility_56, t0.created_at AS created_at_57, t0.avatar_id AS avatar_id_58, t0.cover_id AS cover_id_59 FROM "user" t0 WHERE t0.id = ?"
"params" => [
1 => 87523
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.536+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.536+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.536+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.536+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.536+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.536+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.536+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.537+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.537+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.537+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.537+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.537+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.537+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.537+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.537+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.537+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.537+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.537+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.537+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.538+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.539+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.540+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.541+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.541+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.541+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.541+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.541+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.542+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.542+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.542+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.542+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.542+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.542+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.542+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.543+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.544+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.545+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.545+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.545+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.545+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.565+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.565+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.566+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\ConvertMarkdownListener::onConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.566+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::postConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.566+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.568+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.568+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.568+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.568+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.568+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.568+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.568+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.568+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.568+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.577+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.email AS email_1, t0.username AS username_2, t0.roles AS roles_3, t0.followers_count AS followers_count_4, t0.homepage AS homepage_5, t0.about AS about_6, t0.last_active AS last_active_7, t0.marked_for_deletion_at AS marked_for_deletion_at_8, t0.fields AS fields_9, t0.oauth_github_id AS oauth_github_id_10, t0.oauth_google_id AS oauth_google_id_11, t0.oauth_facebook_id AS oauth_facebook_id_12, t0.oauth_keycloak_id AS oauth_keycloak_id_13, t0.hide_adult AS hide_adult_14, t0.show_subscribed_users AS show_subscribed_users_15, t0.show_subscribed_magazines AS show_subscribed_magazines_16, t0.show_subscribed_domains AS show_subscribed_domains_17, t0.preferred_languages AS preferred_languages_18, t0.featured_magazines AS featured_magazines_19, t0.show_profile_subscriptions AS show_profile_subscriptions_20, t0.show_profile_followings AS show_profile_followings_21, t0.mark_new_comments AS mark_new_comments_22, t0.notify_on_new_entry AS notify_on_new_entry_23, t0.notify_on_new_entry_reply AS notify_on_new_entry_reply_24, t0.notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25, t0.notify_on_new_post AS notify_on_new_post_26, t0.notify_on_new_post_reply AS notify_on_new_post_reply_27, t0.notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28, t0.add_mentions_entries AS add_mentions_entries_29, t0.add_mentions_posts AS add_mentions_posts_30, t0.is_banned AS is_banned_31, t0.is_verified AS is_verified_32, t0.is_deleted AS is_deleted_33, t0.is_bot AS is_bot_34, t0.spam_protection AS spam_protection_35, t0.custom_css AS custom_css_36, t0.ignore_magazines_custom_css AS ignore_magazines_custom_css_37, t0.id AS id_38, t0.password AS password_39, t0.totp_secret AS totp_secret_40, t0.totp_backup_codes AS totp_backup_codes_41, t0.ap_id AS ap_id_42, t0.ap_profile_id AS ap_profile_id_43, t0.ap_public_url AS ap_public_url_44, t0.ap_followers_url AS ap_followers_url_45, t0.ap_inbox_url AS ap_inbox_url_46, t0.ap_domain AS ap_domain_47, t0.ap_preferred_username AS ap_preferred_username_48, t0.ap_discoverable AS ap_discoverable_49, t0.ap_manually_approves_followers AS ap_manually_approves_followers_50, t0.private_key AS private_key_51, t0.public_key AS public_key_52, t0.ap_fetched_at AS ap_fetched_at_53, t0.ap_deleted_at AS ap_deleted_at_54, t0.ap_timeout_at AS ap_timeout_at_55, t0.visibility AS visibility_56, t0.created_at AS created_at_57, t0.avatar_id AS avatar_id_58, t0.cover_id AS cover_id_59 FROM "user" t0 WHERE t0.id = ?"
"params" => [
1 => 585
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.579+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.579+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.579+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.579+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.579+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.581+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.584+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.585+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.585+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.585+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.585+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.585+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.585+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.585+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.585+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.585+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\ConvertMarkdownListener::onConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::postConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.588+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.593+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.593+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.593+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.593+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.593+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.593+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.593+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.594+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.email AS email_1, t0.username AS username_2, t0.roles AS roles_3, t0.followers_count AS followers_count_4, t0.homepage AS homepage_5, t0.about AS about_6, t0.last_active AS last_active_7, t0.marked_for_deletion_at AS marked_for_deletion_at_8, t0.fields AS fields_9, t0.oauth_github_id AS oauth_github_id_10, t0.oauth_google_id AS oauth_google_id_11, t0.oauth_facebook_id AS oauth_facebook_id_12, t0.oauth_keycloak_id AS oauth_keycloak_id_13, t0.hide_adult AS hide_adult_14, t0.show_subscribed_users AS show_subscribed_users_15, t0.show_subscribed_magazines AS show_subscribed_magazines_16, t0.show_subscribed_domains AS show_subscribed_domains_17, t0.preferred_languages AS preferred_languages_18, t0.featured_magazines AS featured_magazines_19, t0.show_profile_subscriptions AS show_profile_subscriptions_20, t0.show_profile_followings AS show_profile_followings_21, t0.mark_new_comments AS mark_new_comments_22, t0.notify_on_new_entry AS notify_on_new_entry_23, t0.notify_on_new_entry_reply AS notify_on_new_entry_reply_24, t0.notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25, t0.notify_on_new_post AS notify_on_new_post_26, t0.notify_on_new_post_reply AS notify_on_new_post_reply_27, t0.notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28, t0.add_mentions_entries AS add_mentions_entries_29, t0.add_mentions_posts AS add_mentions_posts_30, t0.is_banned AS is_banned_31, t0.is_verified AS is_verified_32, t0.is_deleted AS is_deleted_33, t0.is_bot AS is_bot_34, t0.spam_protection AS spam_protection_35, t0.custom_css AS custom_css_36, t0.ignore_magazines_custom_css AS ignore_magazines_custom_css_37, t0.id AS id_38, t0.password AS password_39, t0.totp_secret AS totp_secret_40, t0.totp_backup_codes AS totp_backup_codes_41, t0.ap_id AS ap_id_42, t0.ap_profile_id AS ap_profile_id_43, t0.ap_public_url AS ap_public_url_44, t0.ap_followers_url AS ap_followers_url_45, t0.ap_inbox_url AS ap_inbox_url_46, t0.ap_domain AS ap_domain_47, t0.ap_preferred_username AS ap_preferred_username_48, t0.ap_discoverable AS ap_discoverable_49, t0.ap_manually_approves_followers AS ap_manually_approves_followers_50, t0.private_key AS private_key_51, t0.public_key AS public_key_52, t0.ap_fetched_at AS ap_fetched_at_53, t0.ap_deleted_at AS ap_deleted_at_54, t0.ap_timeout_at AS ap_timeout_at_55, t0.visibility AS visibility_56, t0.created_at AS created_at_57, t0.avatar_id AS avatar_id_58, t0.cover_id AS cover_id_59 FROM "user" t0 WHERE t0.id = ?"
"params" => [
1 => 8099
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.598+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.598+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.598+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.598+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.598+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.598+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.598+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.598+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.598+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.599+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.600+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.601+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.602+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.603+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.604+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\ConvertMarkdownListener::onConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::postConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.686+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.687+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.687+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.687+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.687+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.687+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.687+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.688+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.689+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.690+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.690+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.690+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.690+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.690+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.690+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.690+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.690+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.690+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.690+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.690+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.690+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.697+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.697+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.697+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.697+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.697+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.697+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.697+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.697+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.697+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.697+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.697+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.697+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.698+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.699+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.702+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.702+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.702+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.702+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.702+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.703+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.704+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.713+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.713+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.713+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.713+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.713+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.716+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.716+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.716+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\ConvertMarkdownListener::onConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.716+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::postConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.717+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.717+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.717+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.717+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.717+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.717+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.717+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.717+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.717+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.717+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.717+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.email AS email_1, t0.username AS username_2, t0.roles AS roles_3, t0.followers_count AS followers_count_4, t0.homepage AS homepage_5, t0.about AS about_6, t0.last_active AS last_active_7, t0.marked_for_deletion_at AS marked_for_deletion_at_8, t0.fields AS fields_9, t0.oauth_github_id AS oauth_github_id_10, t0.oauth_google_id AS oauth_google_id_11, t0.oauth_facebook_id AS oauth_facebook_id_12, t0.oauth_keycloak_id AS oauth_keycloak_id_13, t0.hide_adult AS hide_adult_14, t0.show_subscribed_users AS show_subscribed_users_15, t0.show_subscribed_magazines AS show_subscribed_magazines_16, t0.show_subscribed_domains AS show_subscribed_domains_17, t0.preferred_languages AS preferred_languages_18, t0.featured_magazines AS featured_magazines_19, t0.show_profile_subscriptions AS show_profile_subscriptions_20, t0.show_profile_followings AS show_profile_followings_21, t0.mark_new_comments AS mark_new_comments_22, t0.notify_on_new_entry AS notify_on_new_entry_23, t0.notify_on_new_entry_reply AS notify_on_new_entry_reply_24, t0.notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25, t0.notify_on_new_post AS notify_on_new_post_26, t0.notify_on_new_post_reply AS notify_on_new_post_reply_27, t0.notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28, t0.add_mentions_entries AS add_mentions_entries_29, t0.add_mentions_posts AS add_mentions_posts_30, t0.is_banned AS is_banned_31, t0.is_verified AS is_verified_32, t0.is_deleted AS is_deleted_33, t0.is_bot AS is_bot_34, t0.spam_protection AS spam_protection_35, t0.custom_css AS custom_css_36, t0.ignore_magazines_custom_css AS ignore_magazines_custom_css_37, t0.id AS id_38, t0.password AS password_39, t0.totp_secret AS totp_secret_40, t0.totp_backup_codes AS totp_backup_codes_41, t0.ap_id AS ap_id_42, t0.ap_profile_id AS ap_profile_id_43, t0.ap_public_url AS ap_public_url_44, t0.ap_followers_url AS ap_followers_url_45, t0.ap_inbox_url AS ap_inbox_url_46, t0.ap_domain AS ap_domain_47, t0.ap_preferred_username AS ap_preferred_username_48, t0.ap_discoverable AS ap_discoverable_49, t0.ap_manually_approves_followers AS ap_manually_approves_followers_50, t0.private_key AS private_key_51, t0.public_key AS public_key_52, t0.ap_fetched_at AS ap_fetched_at_53, t0.ap_deleted_at AS ap_deleted_at_54, t0.ap_timeout_at AS ap_timeout_at_55, t0.visibility AS visibility_56, t0.created_at AS created_at_57, t0.avatar_id AS avatar_id_58, t0.cover_id AS cover_id_59 FROM "user" t0 WHERE t0.id = ?"
"params" => [
1 => 27988
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.746+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.747+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.748+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.748+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.748+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.748+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.748+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.748+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.748+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.748+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.748+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.748+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.748+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.748+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.757+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.770+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.770+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.771+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.772+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.772+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.772+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.772+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.772+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.772+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.772+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.772+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.772+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.773+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.773+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.783+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.784+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.785+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.785+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.785+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.794+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.794+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.794+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.794+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.795+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.795+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.795+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.795+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.797+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.798+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.810+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.810+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.810+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\ConvertMarkdownListener::onConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.811+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::postConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.811+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.812+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.812+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.813+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.813+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.813+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.813+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.813+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.813+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.813+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.822+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.email AS email_1, t0.username AS username_2, t0.roles AS roles_3, t0.followers_count AS followers_count_4, t0.homepage AS homepage_5, t0.about AS about_6, t0.last_active AS last_active_7, t0.marked_for_deletion_at AS marked_for_deletion_at_8, t0.fields AS fields_9, t0.oauth_github_id AS oauth_github_id_10, t0.oauth_google_id AS oauth_google_id_11, t0.oauth_facebook_id AS oauth_facebook_id_12, t0.oauth_keycloak_id AS oauth_keycloak_id_13, t0.hide_adult AS hide_adult_14, t0.show_subscribed_users AS show_subscribed_users_15, t0.show_subscribed_magazines AS show_subscribed_magazines_16, t0.show_subscribed_domains AS show_subscribed_domains_17, t0.preferred_languages AS preferred_languages_18, t0.featured_magazines AS featured_magazines_19, t0.show_profile_subscriptions AS show_profile_subscriptions_20, t0.show_profile_followings AS show_profile_followings_21, t0.mark_new_comments AS mark_new_comments_22, t0.notify_on_new_entry AS notify_on_new_entry_23, t0.notify_on_new_entry_reply AS notify_on_new_entry_reply_24, t0.notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25, t0.notify_on_new_post AS notify_on_new_post_26, t0.notify_on_new_post_reply AS notify_on_new_post_reply_27, t0.notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28, t0.add_mentions_entries AS add_mentions_entries_29, t0.add_mentions_posts AS add_mentions_posts_30, t0.is_banned AS is_banned_31, t0.is_verified AS is_verified_32, t0.is_deleted AS is_deleted_33, t0.is_bot AS is_bot_34, t0.spam_protection AS spam_protection_35, t0.custom_css AS custom_css_36, t0.ignore_magazines_custom_css AS ignore_magazines_custom_css_37, t0.id AS id_38, t0.password AS password_39, t0.totp_secret AS totp_secret_40, t0.totp_backup_codes AS totp_backup_codes_41, t0.ap_id AS ap_id_42, t0.ap_profile_id AS ap_profile_id_43, t0.ap_public_url AS ap_public_url_44, t0.ap_followers_url AS ap_followers_url_45, t0.ap_inbox_url AS ap_inbox_url_46, t0.ap_domain AS ap_domain_47, t0.ap_preferred_username AS ap_preferred_username_48, t0.ap_discoverable AS ap_discoverable_49, t0.ap_manually_approves_followers AS ap_manually_approves_followers_50, t0.private_key AS private_key_51, t0.public_key AS public_key_52, t0.ap_fetched_at AS ap_fetched_at_53, t0.ap_deleted_at AS ap_deleted_at_54, t0.ap_timeout_at AS ap_timeout_at_55, t0.visibility AS visibility_56, t0.created_at AS created_at_57, t0.avatar_id AS avatar_id_58, t0.cover_id AS cover_id_59 FROM "user" t0 WHERE t0.id = ?"
"params" => [
1 => 27002
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.826+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.827+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.828+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.828+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.828+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.828+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.828+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.828+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.828+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.828+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.828+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.828+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.828+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.828+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.829+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.830+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.831+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.832+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.833+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.865+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.865+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.865+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\ConvertMarkdownListener::onConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.865+00:00"
"message" => "Listener "{listener}" was not called for event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::postConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.866+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.866+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.866+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.866+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.866+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.866+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.866+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.866+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.866+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.866+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.868+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.869+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.870+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.870+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.870+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.885+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.885+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.885+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.885+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.885+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.885+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.885+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.885+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.885+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.885+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.886+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.886+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.886+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.886+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.886+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.886+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.886+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.886+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.886+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.886+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.886+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.887+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.888+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.889+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.903+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.903+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.903+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.903+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.903+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.903+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.903+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.903+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.903+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.903+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.915+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.email AS email_1, t0.username AS username_2, t0.roles AS roles_3, t0.followers_count AS followers_count_4, t0.homepage AS homepage_5, t0.about AS about_6, t0.last_active AS last_active_7, t0.marked_for_deletion_at AS marked_for_deletion_at_8, t0.fields AS fields_9, t0.oauth_github_id AS oauth_github_id_10, t0.oauth_google_id AS oauth_google_id_11, t0.oauth_facebook_id AS oauth_facebook_id_12, t0.oauth_keycloak_id AS oauth_keycloak_id_13, t0.hide_adult AS hide_adult_14, t0.show_subscribed_users AS show_subscribed_users_15, t0.show_subscribed_magazines AS show_subscribed_magazines_16, t0.show_subscribed_domains AS show_subscribed_domains_17, t0.preferred_languages AS preferred_languages_18, t0.featured_magazines AS featured_magazines_19, t0.show_profile_subscriptions AS show_profile_subscriptions_20, t0.show_profile_followings AS show_profile_followings_21, t0.mark_new_comments AS mark_new_comments_22, t0.notify_on_new_entry AS notify_on_new_entry_23, t0.notify_on_new_entry_reply AS notify_on_new_entry_reply_24, t0.notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25, t0.notify_on_new_post AS notify_on_new_post_26, t0.notify_on_new_post_reply AS notify_on_new_post_reply_27, t0.notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28, t0.add_mentions_entries AS add_mentions_entries_29, t0.add_mentions_posts AS add_mentions_posts_30, t0.is_banned AS is_banned_31, t0.is_verified AS is_verified_32, t0.is_deleted AS is_deleted_33, t0.is_bot AS is_bot_34, t0.spam_protection AS spam_protection_35, t0.custom_css AS custom_css_36, t0.ignore_magazines_custom_css AS ignore_magazines_custom_css_37, t0.id AS id_38, t0.password AS password_39, t0.totp_secret AS totp_secret_40, t0.totp_backup_codes AS totp_backup_codes_41, t0.ap_id AS ap_id_42, t0.ap_profile_id AS ap_profile_id_43, t0.ap_public_url AS ap_public_url_44, t0.ap_followers_url AS ap_followers_url_45, t0.ap_inbox_url AS ap_inbox_url_46, t0.ap_domain AS ap_domain_47, t0.ap_preferred_username AS ap_preferred_username_48, t0.ap_discoverable AS ap_discoverable_49, t0.ap_manually_approves_followers AS ap_manually_approves_followers_50, t0.private_key AS private_key_51, t0.public_key AS public_key_52, t0.ap_fetched_at AS ap_fetched_at_53, t0.ap_deleted_at AS ap_deleted_at_54, t0.ap_timeout_at AS ap_timeout_at_55, t0.visibility AS visibility_56, t0.created_at AS created_at_57, t0.avatar_id AS avatar_id_58, t0.cover_id AS cover_id_59 FROM "user" t0 WHERE t0.id = ?"
"params" => [
1 => 23900
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.970+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.971+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.974+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.974+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.974+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.974+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.974+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.974+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.974+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.974+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.974+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.974+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.975+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.976+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.976+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.976+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.976+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.976+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.979+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.989+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.989+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.989+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.989+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.989+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.989+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.989+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.990+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.990+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostMountEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768331
"timestamp_rfc3339" => "2025-10-18T06:18:51.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.764+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "britishmusic@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.766+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "ukmusic@feddit.uk"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.767+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "dadrockcirclejerk@lemmy.studio"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.771+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "metalmemes@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.772+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "metalvinyl@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.772+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "breakbeat@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.773+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "dubstep@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.774+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "dubstep@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.774+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "drumandbass@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.775+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "electropop@sh.itjust.works"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.776+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "grime@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.776+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "idm@lemm.ee"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.785+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "jungle@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.786+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "shoegaze@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.789+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "shoegaze@sopuli.xyz"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.790+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "synthpop@sh.itjust.works"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.791+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "ukgarage@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.793+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "ukhiphop@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.794+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "ukmusic_rockpunk@feddit.uk"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.795+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "download@feddit.uk"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.795+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "gigs@feddit.uk"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.797+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "glastonburyfestival@feddit.uk"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.799+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "readingleeds@feddit.uk"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.800+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "slamdunk_festival@feddit.uk"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.801+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "beatles@sopuli.xyz"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.824+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "beatlescirclejerk@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.825+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "blacksabbath@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.826+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "burial@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.827+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "creeper@feddit.uk"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.828+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "deeppurple@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.836+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "dualipa@lemmynsfw.com"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.843+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "edsheeran@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.846+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "ironmaiden@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.847+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "muse@feddit.uk"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.848+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "ozzy@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.852+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "blackmetal@feddit.de"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.853+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "blackmetal@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.859+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "black_metal@sopuli.xyz"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.859+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "blackmetalmusicians@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.860+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "deathmetal@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.861+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "death_metal@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.861+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "djent@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.864+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "doommetal@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.866+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "doom_metal@sopuli.xyz"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.867+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "extrememetal@feddit.uk"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.868+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "folkmetal@discuss.tchncs.de"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.868+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "grindcore@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.869+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "gothicmetal@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.869+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "metal@lemmy.mackners.com"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.870+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "metal@lemmy.helvetet.eu"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.871+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "metal@lemmy.sdf.org"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.871+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "metal@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.872+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "metal@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.873+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "metalcore@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.873+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "powermetal@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.877+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "progmetal@sopuli.xyz"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.878+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "progressivemr@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.879+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "stonermetal@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.879+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "thrashmetal@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.880+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "classicrock@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.881+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "mathrock@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.881+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "postrock@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.882+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "rock@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.883+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "rockandroll@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.883+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "stoner_rock@sh.itjust.works"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.884+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "folkpunk@lemmy.tf"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.885+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "noise@lemmy.fmhy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.885+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "poppunkers@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.886+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "postpunk@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.887+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "punk@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.887+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "punk_rock@lemmy.ca"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.888+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "beatles@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.889+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "blackmetal@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.889+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "doommetal@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.890+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "dnb@lemmy.ml"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.891+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "dnb@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.891+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "dnb@waveform.social"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.892+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "drumandbass@feddit.uk"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.892+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "dualipa@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.893+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "dua_lipa@lemmy.world"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.894+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "folkmetal@lemmy.helvetet.eu"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.894+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT m0_.name AS name_0, m0_.title AS title_1, m0_.description AS description_2, m0_.rules AS rules_3, m0_.subscriptions_count AS subscriptions_count_4, m0_.entry_count AS entry_count_5, m0_.entry_comment_count AS entry_comment_count_6, m0_.post_count AS post_count_7, m0_.post_comment_count AS post_comment_count_8, m0_.is_adult AS is_adult_9, m0_.custom_css AS custom_css_10, m0_.last_active AS last_active_11, m0_.marked_for_deletion_at AS marked_for_deletion_at_12, m0_.tags AS tags_13, m0_.id AS id_14, m0_.ap_id AS ap_id_15, m0_.ap_profile_id AS ap_profile_id_16, m0_.ap_public_url AS ap_public_url_17, m0_.ap_followers_url AS ap_followers_url_18, m0_.ap_inbox_url AS ap_inbox_url_19, m0_.ap_domain AS ap_domain_20, m0_.ap_preferred_username AS ap_preferred_username_21, m0_.ap_discoverable AS ap_discoverable_22, m0_.ap_manually_approves_followers AS ap_manually_approves_followers_23, m0_.private_key AS private_key_24, m0_.public_key AS public_key_25, m0_.ap_fetched_at AS ap_fetched_at_26, m0_.ap_deleted_at AS ap_deleted_at_27, m0_.ap_timeout_at AS ap_timeout_at_28, m0_.visibility AS visibility_29, m0_.created_at AS created_at_30, m0_.icon_id AS icon_id_31 FROM magazine m0_ WHERE LOWER(m0_.name) = LOWER(?)"
"params" => [
1 => "grindcore@reddthat.com"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.903+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\CacheMarkdownListener::preConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.903+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "App\Markdown\Event\ConvertMarkdown"
"listener" => "App\Markdown\Listener\ConvertMarkdownListener::onConvertMarkdown"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.957+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.957+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Symfony\UX\TwigComponent\Event\PostRenderEvent"
"listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("App\Markdown\CommonMark\Node\CommunityLink::__construct(): Argument #1 ($url) must be of type string, null given, called in /var/www/kbin/kbin/src/Markdown/CommonMark/CommunityLinkParser.php on line 50")." at entry.html.twig line 61"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Twig\Error\RuntimeError {#7764
#message: "An exception has been thrown during the rendering of a template ("App\Markdown\CommonMark\Node\CommunityLink::__construct(): Argument #1 ($url) must be of type string, null given, called in /var/www/kbin/kbin/src/Markdown/CommonMark/CommunityLinkParser.php on line 50")."
#code: 0
#file: "/var/www/kbin/kbin/templates/components/entry.html.twig"
#line: 61
-previous: TypeError {#9206 …}
-lineno: 61
-name: "components/entry.html.twig"
-rawMessage: "An exception has been thrown during the rendering of a template ("App\Markdown\CommonMark\Node\CommunityLink::__construct(): Argument #1 ($url) must be of type string, null given, called in /var/www/kbin/kbin/src/Markdown/CommonMark/CommunityLinkParser.php on line 50")."
-sourcePath: "/var/www/kbin/kbin/templates/components/entry.html.twig"
-sourceCode: """
{% if not app.user or (app.user and not app.user.isBlocked(entry.user)) %}\n
{% if entry.getVisibility() is same as 'private' and (not app.user or not app.user.isFollower(entry.user)) %}\n
<div class="section section--small"\n
style="z-index:3; position:relative;">\n
Private\n
</div>\n
{% elseif entry.cross %}\n
{{ component('entry_cross', {entry: entry}) }}\n
{% else %}\n
<article{{ attributes.defaults({\n
class: html_classes('entry section subject', {\n
'no-image': app.request.cookies.get(constant('App\\Controller\\User\\ThemeSettingsController::KBIN_ENTRIES_SHOW_THUMBNAILS')) is same as 'false',\n
'own': app.user and entry.isAuthor(app.user),\n
'new-comment': newComments > 0,\n
'show-preview': app.request.cookies.get(constant('App\\Controller\\User\\ThemeSettingsController::KBIN_ENTRIES_SHOW_PREVIEW')) is same as 'true'\n
})}).without('id') }}\n
id="entry-{{ entry.id }}"\n
data-controller="subject preview mentions"\n
data-action="notifications:Notification@window->subject#notification">\n
<header>\n
{% if entry.getVisibility() in ['visible', 'private'] or (entry.getVisibility() is same as 'trashed' and canSeeTrashed) %}\n
{% if isSingle %}\n
<h1>\n
{% if entry.isAdult %}<small class="badge danger">18+</small>{% endif %}\n
{% if entry.isOc %}<small class="badge kbin-bg">OC</small>{% endif %}\n
{% if entry.url %}\n
<a rel="{{ get_rel(entry.url) }}"\n
href="{{ entry.url }}">{{ entry.title }}</a>\n
{% else %}\n
{{ entry.title }}\n
{% endif %}\n
{% if entry.lang is not same as app.request.locale and entry.lang is not same as kbin_default_lang() %}\n
<small class="badge-lang">{{ entry.lang|language_name }}</small>\n
{% endif %}\n
</h1>\n
{% else %}\n
<h2>\n
{% if entry.isAdult %}<small class="badge danger">18+</small>{% endif %}\n
{% if entry.isOc %}<small class="badge kbin-bg">OC</small>{% endif %}\n
<a href="{{ entry_url(entry) }}">{{ entry.title }}</a>\n
\n
{% if entry.url %}\n
<span class="entry__domain">(<a rel="{{ get_rel(entry.url) }}"\n
href="{{ entry.url }}">{{ get_url_domain(entry.url) }}</a>)</span>\n
{% endif %}\n
\n
{% if entry.lang is not same as app.request.locale and entry.lang is not same as kbin_default_lang() %}\n
<small class="badge-lang kbin-bg">{{ entry.lang|language_name }}</small>\n
{% endif %}\n
</h2>\n
{% endif %}\n
{% elseif(entry.getVisibility() is same as 'trashed') %}\n
<p class="text-muted">{{ 'deleted_by_moderator' }}</p>\n
{% elseif(entry.getVisibility() is same as 'soft_deleted') %}\n
<p class="text-muted">{{ 'deleted_by_author' }}</p>\n
{% endif %}\n
</header>\n
{% if entry.getVisibility() in ['visible', 'private'] or (entry.getVisibility() is same as 'trashed' and canSeeTrashed) %}\n
{% if entry.body and showShortSentence %}\n
<div class="content short-desc">\n
<p>{{ get_short_sentence(entry.body|markdown|raw, striptags = true) }}</p>\n
</div>\n
{% endif %}\n
{% if entry.body and showBody %}\n
<div class="entry__body">\n
<div class="content formatted">\n
{{ entry.body|markdown|raw }}\n
</div>\n
</div>\n
{% endif %}\n
{% endif %}\n
<aside class="meta entry__meta">\n
{{ component('user_inline', {user: entry.user, showAvatar: app.request.cookies.get(constant('App\\Controller\\User\\ThemeSettingsController::KBIN_ENTRIES_SHOW_USERS_AVATARS')) is same as 'true'}) -}}\n
,\n
{{ component('date', {date: entry.createdAt}) }}\n
{{ component('date_edited', {createdAt: entry.createdAt, editedAt: entry.editedAt}) }}\n
{% if showMagazineName %}{{ 'to'|trans }} {{ component('magazine_inline', {magazine: entry.magazine, showAvatar: app.request.cookies.get(constant('App\\Controller\\User\\ThemeSettingsController::KBIN_ENTRIES_SHOW_MAGAZINES_ICONS')) is same as 'true'}) }}{% endif %}\n
</aside>\n
{% if not app.request.cookies.has(constant('App\\Controller\\User\\ThemeSettingsController::KBIN_ENTRIES_SHOW_THUMBNAILS')) or app.request.cookies.get(constant('App\\Controller\\User\\ThemeSettingsController::KBIN_ENTRIES_SHOW_THUMBNAILS')) is same as 'true' %}\n
{% if entry.image %}\n
{% if entry.type is same as 'link' or entry.type is same as 'video' %}\n
<figure>\n
<div class="image-filler"\n
style="background-image: url({{ asset(entry.image.filePath) |imagine_filter('entry_thumb') }})"\n
aria-hidden="true"></div>\n
<a href="{{ is_route_name('entry_single') ? entry.url : entry_url(entry) }}"\n
rel="{{ get_rel(is_route_name('entry_single') ? entry.url : entry_url(entry)) }}">\n
<img class="thumb-subject"\n
{% if entry.isAdult %}style="filter: blur(8px);"{% endif %}\n
src="{{ asset(entry.image.filePath) |imagine_filter('entry_thumb') }}"\n
alt="{{ entry.image.altText }}">\n
</a>\n
</figure>\n
{% elseif entry.type is same as 'image' or entry.type is same as 'article' %}\n
<figure>\n
<div class="image-filler"\n
style="background-image: url({{ asset(entry.image.filePath) |imagine_filter('entry_thumb') }})"\n
aria-hidden="true"></div>\n
<a href="{{ is_route_name('entry_single') ? uploaded_asset(entry.image.filePath) : entry_url(entry) }}"\n
class="{{ html_classes({'thumb': is_route_name('entry_single')}) }}">\n
<img class="thumb-subject"\n
{% if entry.isAdult %}style="filter: blur(8px);"{% endif %}\n
src="{{ asset(entry.image.filePath) |imagine_filter('entry_thumb') }}"\n
alt="{{ entry.image.altText }}">\n
</a>\n
</figure>\n
{% endif %}\n
{% else %}\n
<div class="no-image-placeholder">\n
<a href="{{ is_route_name('entry_single') ? entry.url : entry_url(entry) }}"\n
{%- if entry.type is same as 'link' or entry.type is same as 'video' %} rel="{{ get_rel(is_route_name('entry_single') ? entry.url : entry_url(entry)) }}" {% endif -%}>\n
<i class="fa-solid {% if entry.type is same as 'link' %}fa-link{% else %}fa-message{% endif %}"></i>\n
</a>\n
</div>\n
{% endif %}\n
{% endif %}\n
{% if entry.getVisibility() in ['visible', 'private'] %}\n
{{ component('vote', {\n
subject: entry,\n
}) }}\n
{% endif %}\n
<footer>\n
{% if entry.getVisibility() in ['visible', 'private'] %}\n
<menu>\n
{% if entry.sticky %}\n
<li>\n
<i class="fa-solid fa-thumbtack" aria-label="{{ 'pinned'|trans }}"></i>\n
</li>\n
{% endif %}\n
{% if entry.type is same as 'article' %}\n
<li class="meta-link">\n
<i class="fa-regular fa-newspaper" aria-label="{{ 'article'|trans }}"></i>\n
</li>\n
{% endif %}\n
{% if entry.hasEmbed %}\n
{% set image = entry.image ? uploaded_asset(entry.image.filePath) : '' %}\n
<li>\n
<button class="show-preview"\n
data-action="preview#show"\n
aria-label="{{ 'preview'|trans }}"\n
data-preview-url-param="{{ entry.url ?? image }}"\n
data-preview-ratio-param="{{ entry.domain and entry.domain.shouldRatio ? true : false }}">\n
<i class="fa-solid fa-photo-film"></i>\n
</button>\n
</li>\n
{% endif %}\n
<li>\n
<a class="stretched-link"\n
href="{{ entry_url(entry) ~ '#comments' }}">\n
<span data-subject-target="commentsCounter">{{ entry.commentCount }}</span> {{ 'comments_count'|trans({'%count%': entry.commentCount}) }} {% if newComments > 0 %}({{ 'new_comments_count'|trans({'%count%': newComments}) }}){% endif %}\n
</a>\n
</li>\n
<li>\n
{{ component('boost', {\n
subject: entry\n
}) }}\n
</li>\n
{% include 'entry/_menu.html.twig' %}\n
<li data-subject-target="loader" style="display:none">\n
<div class="loader" role="status">\n
<span class="visually-hidden">Loading...</span>\n
</div>\n
</li>\n
</menu>\n
{% elseif(entry.getVisibility() is same as 'trashed' and canSeeTrashed) %}\n
<menu>\n
<li>\n
<form method="post"\n
action="{{ path('entry_restore', {magazine_name: entry.magazine.name, entry_id: entry.id}) }}"\n
onsubmit="return confirm('{{ 'are_you_sure'|trans }}');">\n
<input type="hidden" name="token" value="{{ csrf_token('entry_restore') }}">\n
<button type="submit">{{ 'restore'|trans|lower }}</button>\n
</form>\n
</li>\n
<li data-subject-target="loader" style="display:none">\n
<div class="loader" role="status">\n
<span class="visually-hidden">Loading...</span>\n
</div>\n
</li>\n
</menu>\n
{% else %}\n
<menu>\n
<li data-subject-target="loader" style="display:none">\n
<div class="loader" role="status">\n
<span class="visually-hidden">Loading...</span>\n
</div>\n
</li>\n
</menu>\n
{% endif %}\n
<div data-subject-target="container" class="js-container">\n
</div>\n
</footer>\n
</article>\n
{% endif %}\n
{% endif %}\n
"""
trace: {
/var/www/kbin/kbin/templates/components/entry.html.twig:61 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› <div class="content short-desc">
› <p>{{ get_short_sentence(entry.body|markdown|raw, striptags = true) }}</p>
› </div>
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/TemplateWrapper.php:38 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/kbin/kbin/vendor/twig/twig/src/Environment.php:280 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/kbin/kbin/src/Twig/Components/EntryComponent.php:88 {
App\Twig\Components\EntryComponent->renderView(ComponentAttributes $attributes): string …
› {
› return $this->twig->render(
› 'components/entry.html.twig',
}
/var/www/kbin/kbin/src/Twig/Components/EntryComponent.php:67 {
App\Twig\Components\EntryComponent->getHtml(ComponentAttributes $attributes): string …
› {
› return $this->renderView($attributes);
›
}
/var/www/kbin/kbin/vendor/twig/twig/src/Extension/CoreExtension.php:1635 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/var/www/kbin/kbin/templates/components/_cached.html.twig:1 {
__TwigTemplate_6740e715424b2aa7e7c86ef126442821->doDisplay(array $context, array $blocks = []) …
›
› {{ this.getHtml(attributes)|raw }}
›
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/symfony/ux-twig-component/src/ComponentRenderer.php:83 {
Symfony\UX\TwigComponent\ComponentRenderer->render(MountedComponent $mounted): string …
› $event->getTemplateIndex(),
› )->render($variables);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/ux-twig-component/src/ComponentRenderer.php:58 {
Symfony\UX\TwigComponent\ComponentRenderer->createAndRender(string $name, array $props = []): string …
›
› return $this->render($this->factory->create($name, $props));
› }
}
/var/www/kbin/kbin/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php:58 {
Symfony\UX\TwigComponent\Twig\ComponentExtension->render(string $name, array $props = []): string …
› try {
› return $this->container->get(ComponentRenderer::class)->createAndRender($name, $props);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/var/cache/dev/twig/bd/bd7813d348a4e2ca619d60fca171c5bf.php:55 {
__TwigTemplate_c084859b566f5357fda3a1bad2da7339->doDisplay(array $context, array $blocks = []) …
› echo " ";
› echo $this->extensions['Symfony\UX\TwigComponent\Twig\ComponentExtension']->render("entry", ["entry" => // line 5
› $context["entry"], "showMagazineName" => ( ! // line 6
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/kbin/kbin/templates/entry/front.html.twig:59 {
__TwigTemplate_06a7c8ac4cf13bcc9a78080207210c6a->block_body($context, array $blocks = []) …
› <div id="content">
› {% include 'entry/_list.html.twig' %}
› </div>
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/templates/base.html.twig:80 {
__TwigTemplate_e59e4fb23721b3e5723875df6a67f336->doDisplay(array $context, array $blocks = []) …
› class="{{ html_classes({'view-compact': app.request.cookies.get(constant('App\\Controller\\User\\ThemeSettingsController::KBIN_ENTRIES_COMPACT')) is same as 'true'}) }}">
› {% block body %}{% endblock %}
› </main>
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/kbin/kbin/var/cache/dev/twig/d5/d534938b19bcff22673acfcfdc5b95fd.php:54 {
__TwigTemplate_06a7c8ac4cf13bcc9a78080207210c6a->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "entry/front.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/kbin/kbin/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/twig/twig/src/TemplateWrapper.php:38 {
Twig\TemplateWrapper->render(array $context = []): string …
› {
› return $this->template->render($context);
› }
}
/var/www/kbin/kbin/vendor/twig/twig/src/Environment.php:280 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/kbin/kbin/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/var/www/kbin/kbin/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
› {
› $content = $this->doRenderView($view, $block, $parameters, $method);
› $response ??= new Response();
}
/var/www/kbin/kbin/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
› }
}
/var/www/kbin/kbin/src/Controller/Entry/EntryFrontController.php:88 {
App\Controller\Entry\EntryFrontController->front(?string $sortBy, ?string $time, ?string $type, Request $request): Response …
›
› return $this->render(
› 'entry/front.html.twig',
}
/var/www/kbin/kbin/src/Controller/Entry/EntryFrontController.php:39 {
App\Controller\Entry\EntryFrontController->root(?string $sortBy, ?string $time, ?string $type, Request $request): Response …
› if (!$user) {
› return $this->front($sortBy, $time, $type, $request);
› }
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php:197 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/kbin/kbin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/kbin/kbin/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/kbin/kbin/public/index.php:7 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/kbin/kbin/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.841+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
7894 => [
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Kbin\EventListener\LanguageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\Kbin\EventListener\UserHomepageListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\TwigGlobalSubscriber::registerTwigGlobalUserSettings"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Kbin\EventListener\FederationStatusListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.958+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\Kbin\EventListener\UserActivityListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.959+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.959+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.959+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "App\Kbin\EventListener\MagazineVisibilityListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.959+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerPPLWzqN\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1760768332
"timestamp_rfc3339" => "2025-10-18T06:18:52.959+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1760768333
"timestamp_rfc3339" => "2025-10-18T06:18:53.739+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
"" => 0
2 => 1
7894 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1329 …}
} |