| exception |
ErrorException {#68053
#message: "Warning: Undefined array key "e3ed94a059f7498f8c13643fc8c3f2f5""
#code: 0
#file: "/var/www/share/dev.gefu.com/custom/plugins/GefuGefuShopTheme/src/Subscriber/CategoryPageSubscriber.php"
#line: 58
#severity: E_WARNING
trace: {
/var/www/share/dev.gefu.com/custom/plugins/GefuGefuShopTheme/src/Subscriber/CategoryPageSubscriber.php:58 {
GefuShopTheme\Subscriber\CategoryPageSubscriber->onCategoryPageLoaded(NavigationPageLoadedEvent $event): void …
› }
› $subnav = $flat[$parentId]["children"];
› $parent = $flat[$parentId]["category"];
}
/var/www/share/dev.gefu.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
...: {
"Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1850 …}
}
}
}
/var/www/share/dev.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
$eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1850 …}
}
}
/var/www/share/dev.gefu.com/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);
› }
arguments: {
$listeners: [ …5]
$eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
$eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
$eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
$eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
}
}
/var/www/share/dev.gefu.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
$eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
}
}
/var/www/share/dev.gefu.com/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:55 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
›
› $this->eventDispatcher->dispatch(
› new NavigationPageLoadedEvent($page, $context, $request)
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
}
}
/var/www/share/dev.gefu.com/vendor/shopware/storefront/Controller/NavigationController.php:45 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2587 …}
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#3699 …}
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#3699 …}
$request: Symfony\Component\HttpFoundation\Request {#2587 …}
}
}
/var/www/share/dev.gefu.com/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2587 …}
$type: 1
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2587 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2587 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:458 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#2458 …}
$request: Symfony\Component\HttpFoundation\Request {#2487 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:435 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2487 …}
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:333 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } else {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Kernel.php:116 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/dev.gefu.com/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/dev.gefu.com/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/dev.gefu.com/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1899
-records: [
"" => [
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.524+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.524+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::updateCacheControlForBrowser"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::setCanonicalUrl"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.973+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
"listener" => "Acris\CookieConsent\Subscriber\BeforeResponseSendSubscriber::setFunctionalCookiesWithValue"
]
"channel" => "event"
]
]
2587 => [
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.531+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "frontend.navigation.page"
"route_parameters" => [
"_route" => "frontend.navigation.page"
"_routeScope" => [
"storefront"
]
"_httpCache" => true
"_controller" => "Shopware\Storefront\Controller\NavigationController::index"
"navigationId" => "2446cc998f844b95824b502461852a3e"
]
"request_uri" => "https://dev-b2b.gefu.com/navigation/2446cc998f844b95824b502461852a3e"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.531+00:00"
"message" => "Scanning for moorl_interrupter"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.531+00:00"
"message" => "SELECT LOWER(HEX(`id`)) AS `id` FROM `moorl_interrupter` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2025-12-14T02:57:40+00:00') OR (`show_until` > `updated_at` AND `show_until` < '2025-12-14T02:57:40+00:00')) AND `active` = '1';"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.531+00:00"
"message" => "Scanning for moorl_fb_form"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.531+00:00"
"message" => "SELECT LOWER(HEX(`id`)) AS `id` FROM `moorl_fb_form` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2025-12-14T02:57:40+00:00') OR (`show_until` > `updated_at` AND `show_until` < '2025-12-14T02:57:40+00:00')) AND `active` = '1';"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Scanning for moorl_fb_element"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "SELECT LOWER(HEX(`id`)) AS `id` FROM `moorl_fb_element` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2025-12-14T02:57:40+00:00') OR (`show_until` > `updated_at` AND `show_until` < '2025-12-14T02:57:40+00:00')) AND `active` = '1';"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber::fixWebhookTimezone"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::addHttpCacheToCoreRoutes"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "MoorlFoundation\Core\Service\EntityAutoCacheService::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "WebiArtiGesToo\Feature\Subscriber\WebiFeatureNamespaceHierarchyBuilderSubscriber::requestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.532+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::request"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.541+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Checkout\Cart\Event\CartCreatedEvent"
"listener" => "Shopware\B2B\Cart\BridgePlatform\CartCreatedSubscriber::onCartCreated"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.541+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.541+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.542+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.542+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.545+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.545+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.547+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.547+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.549+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.549+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.551+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.551+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.552+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.552+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.554+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.554+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.556+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.556+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#1 Rule detection: Voucher if cart >= 30 with priority 100 (id: 2d0d2dad8fd94e6e9487e8d2a8e77f83)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#2 Rule detection: Cart >= 0 with priority 100 (id: 45d10a59af854947b3fab73dfc7f1d62)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#3 Rule detection: Voucher with priority 100 (id: 586ef733e7004319b0b6b6e087551620)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#4 Rule detection: Voucher if cart >= 20 with priority 100 (id: 933140e126124c6e904e5ba4e1003c68)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#5 Rule detection: Always valid (Default) with priority 100 (id: 9782ca077889450ea567b89bb6dcd5ad)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#6 Rule detection: Voucher if cart >= 120 with priority 100 (id: ae36b4e70c554fb6bd5a011a94a42d7d)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#7 Rule detection: Voucher if cart >= 1 with priority 100 (id: d2c54e1781c2412da5c4c172a925910b)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#8 Rule detection: Cart >= 0 (Payment) with priority 100 (id: db4dd62bd67c4686a03abd2c9f5e983d)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#9 Rule detection: DPD Deutschland with priority 2 (id: 0ab453f9867d46a2a2a272dd2fba6f0c)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#10 Rule detection: Sunday sales with priority 2 (id: 8c345043956841649db1b45b2761d621)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#11 Rule detection: DHL / DPD Deutschland with priority 1 (id: 062601dd5a0c473199e370300c8c4b3e)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#12 Rule detection: DPD Händler mit selber Versandadresse with priority 1 (id: 189640a76c2d4098b4e412a31b9e0194)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.559+00:00"
"message" => "#13 Rule detection: All customers with priority 1 (id: dbeeb1f1d2c84e288d04cd0849eb7e43)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "MoorlFoundation\Storefront\Subscriber\SalesChannelContextResolvedSubscriber::onSalesChannelContextResolvedEvent"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
"listener" => "Shopware\B2B\Shop\BridgePlatform\ContextProvider::onSalesChannelContextResolved"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Kiener\MolliePayments\Subscriber\KernelSubscriber::onModifyRouteScope"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Routing\RouteScopeResolver::resolveScope"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber::redirectSalesRepresentative"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagSocialShopping\EventListener\ReferralCodeHandler::storeReferralCode"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Subscriber\FrontendAccountFirewall::redirectToController"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Subscriber\B2bModuleFirewall::redirectOutOfB2b"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.561+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\B2B\AclRoute\BridgePlatform\RequestInterceptorSubscriber::redirectIfInaccessible"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.562+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.562+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerPeG6H9n\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.562+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.562+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.562+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.569+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.569+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.569+00:00"
"message" => "orderBy:SELECT `acris_cookie_group`.`id` FROM `acris_cookie_group` ORDER BY `acris_cookie_group`.`is_default` DESC, `acris_cookie_group`.`is_default` DESC"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "mbdusarticlesort"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.578+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Pagelet\Header\HeaderPageletLoadedEvent"
"listener" => "NetInventors\NetiNextStoreLocator\Subscriber\HeaderPageletLoaderSubscriber::onLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.580+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.580+00:00"
"message" => "Criteria association "domains" could not be resolved. Double check your Criteria!"
"priority" => 300
"priorityName" => "WARNING"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.582+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoadedEvent"
"listener" => "Intedia\Doofinder\Storefront\Subscriber\SearchSubscriber::generateCorrectDooFinderData"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.583+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.586+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.586+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.587+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.590+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Checkout\Payment\Event\PaymentMethodRouteCacheKeyEvent"
"listener" => "Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\Cache\CachedPaymentMethodRoute64::onGenerateCacheKey"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.590+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.590+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.591+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.591+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.593+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.593+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.594+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.594+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.597+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Page\GenericPageLoadedEvent"
"listener" => "GefuProductRecipes\Subscriber\ProductRecipeSubscriber::onPageLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.905+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
"listener" => "GefuShopTheme\Subscriber\CategoryPageSubscriber::onCategoryPageLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.906+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.906+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+00:00"
"message" => "Uncaught PHP Exception ErrorException: "Warning: Undefined array key "e3ed94a059f7498f8c13643fc8c3f2f5"" at CategoryPageSubscriber.php line 58"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => ErrorException {#68053
#message: "Warning: Undefined array key "e3ed94a059f7498f8c13643fc8c3f2f5""
#code: 0
#file: "/var/www/share/dev.gefu.com/custom/plugins/GefuGefuShopTheme/src/Subscriber/CategoryPageSubscriber.php"
#line: 58
#severity: E_WARNING
trace: {
/var/www/share/dev.gefu.com/custom/plugins/GefuGefuShopTheme/src/Subscriber/CategoryPageSubscriber.php:58 {
GefuShopTheme\Subscriber\CategoryPageSubscriber->onCategoryPageLoaded(NavigationPageLoadedEvent $event): void …
› }
› $subnav = $flat[$parentId]["children"];
› $parent = $flat[$parentId]["category"];
}
/var/www/share/dev.gefu.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
...: {
"Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1850 …}
}
}
}
/var/www/share/dev.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
$eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1850 …}
}
}
/var/www/share/dev.gefu.com/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);
› }
arguments: {
$listeners: [ …5]
$eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
$eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
$eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
$eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
}
}
/var/www/share/dev.gefu.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
$eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
}
}
/var/www/share/dev.gefu.com/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php:55 {
Shopware\Storefront\Page\Navigation\NavigationPageLoader->load(Request $request, SalesChannelContext $context): NavigationPage …
›
› $this->eventDispatcher->dispatch(
› new NavigationPageLoadedEvent($page, $context, $request)
arguments: {
$event: Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent {#6877 …}
}
}
/var/www/share/dev.gefu.com/vendor/shopware/storefront/Controller/NavigationController.php:45 {
Shopware\Storefront\Controller\NavigationController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->navigationPageLoader->load($request, $context);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2587 …}
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#3699 …}
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#3699 …}
$request: Symfony\Component\HttpFoundation\Request {#2587 …}
}
}
/var/www/share/dev.gefu.com/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2587 …}
$type: 1
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2587 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2587 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:458 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#2458 …}
$request: Symfony\Component\HttpFoundation\Request {#2487 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:435 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2487 …}
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:333 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } else {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Kernel.php:116 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/dev.gefu.com/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/dev.gefu.com/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/dev.gefu.com/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "SwagB2bPlatform\Routing\ControllerRoutingExceptionHandler::handleRouting"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Shopware\Administration\Framework\Routing\NotFound\AdministrationNotFoundSubscriber::onError"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::customerNotLoggedInHandler"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "GefuSw5Importer\Subscriber\PageLoadedSubscriber::pageLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "WebiArtiGesToo\Feature\Subscriber\WebiFeatureNamespaceHierarchyBuilderSubscriber::requestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Shopware\Core\Framework\Api\EventListener\ResponseExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber::onError"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.948+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.948+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.955+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.957+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.957+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.959+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.959+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.959+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.959+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.960+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.960+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.961+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.961+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.962+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.962+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.962+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.962+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.964+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.966+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.966+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.967+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.968+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9201/_cluster/health"
"port" => 9201
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.0 (Linux 6.8.0-79-generic; PHP 8.2.29)"
]
]
"HTTP code" => 200
"duration" => 0.000628
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.968+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
"cluster_name" => "elasticsearch_9201"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"active_primary_shards" => 33
"active_shards" => 33
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 99
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 25.0
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.968+00:00"
"message" => "curl -XGET 'http://localhost:9201/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.968+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
"cluster_name" => "elasticsearch_9201"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"active_primary_shards" => 33
"active_shards" => 33
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 99
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 25.0
]
"method" => "GET"
"uri" => "http://localhost:9201/_cluster/health"
"port" => 9201
"HTTP code" => 200
"duration" => 0.000628
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.971+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.971+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9201/_cat/indices"
"port" => 9201
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.0 (Linux 6.8.0-79-generic; PHP 8.2.29)"
]
]
"HTTP code" => 200
"duration" => 0.003407
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.971+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "xxFdiA6ORWWAv0_tvwMB0g"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "161.5kb"
"pri.store.size" => "161.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "FlVnWHgMSbeB3QygmX-3gQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095018"
"uuid" => "JaW7KdqhTp-WnChDcQKU6w"
"pri" => "3"
"rep" => "3"
"docs.count" => "15594"
"docs.deleted" => "45"
"store.size" => "11.2mb"
"pri.store.size" => "11.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "OR5Y2cEkQVyeD6nEWQ-oJA"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "e7Q-KyNqSWGk_l45LWyVbQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "4pq-F0uxRwOXV636R6TQCw"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.9kb"
"pri.store.size" => "29.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "V04A2BTzSf2X9rNlGQdFow"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095015"
"uuid" => "CswkNH9KRi-3T8_gZjppSQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "13447"
"docs.deleted" => "0"
"store.size" => "11.8mb"
"pri.store.size" => "11.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "cTKfX-XHStiz7et-FbYGog"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.8kb"
"pri.store.size" => "29.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "Tpcv-pUTQgenlt86ZcEjRg"
"pri" => "3"
"rep" => "3"
"docs.count" => "23"
"docs.deleted" => "0"
"store.size" => "83.5kb"
"pri.store.size" => "83.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "iOVN3gzaSPG73HnVk0e2OQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "182kb"
"pri.store.size" => "182kb"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.971+00:00"
"message" => "curl -XGET 'http://localhost:9201/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.971+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "xxFdiA6ORWWAv0_tvwMB0g"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "161.5kb"
"pri.store.size" => "161.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "FlVnWHgMSbeB3QygmX-3gQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095018"
"uuid" => "JaW7KdqhTp-WnChDcQKU6w"
"pri" => "3"
"rep" => "3"
"docs.count" => "15594"
"docs.deleted" => "45"
"store.size" => "11.2mb"
"pri.store.size" => "11.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "OR5Y2cEkQVyeD6nEWQ-oJA"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "e7Q-KyNqSWGk_l45LWyVbQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "4pq-F0uxRwOXV636R6TQCw"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.9kb"
"pri.store.size" => "29.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "V04A2BTzSf2X9rNlGQdFow"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095015"
"uuid" => "CswkNH9KRi-3T8_gZjppSQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "13447"
"docs.deleted" => "0"
"store.size" => "11.8mb"
"pri.store.size" => "11.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "cTKfX-XHStiz7et-FbYGog"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.8kb"
"pri.store.size" => "29.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "Tpcv-pUTQgenlt86ZcEjRg"
"pri" => "3"
"rep" => "3"
"docs.count" => "23"
"docs.deleted" => "0"
"store.size" => "83.5kb"
"pri.store.size" => "83.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "iOVN3gzaSPG73HnVk0e2OQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "182kb"
"pri.store.size" => "182kb"
]
]
"method" => "GET"
"uri" => "http://localhost:9201/_cat/indices"
"port" => 9201
"HTTP code" => 200
"duration" => 0.003407
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::checkResponseCookies"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCacheHeader"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::setResponseCache"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "SalesChannelAccess\Subscriber\SalesChannelAccessSubscriber::onPageLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "SwagB2bPlatform\Subscriber\LoginHeaderSender::addLoginHeader"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "PayonePayment\EventListener\KernelEventListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::response"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCache"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CookieConsent\Subscriber\ResponseCacheSubscriber::setResponseCache"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Plugin\PluginLifecycleService::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.972+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"
]
]
68013 => [
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber::fixWebhookTimezone"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::addHttpCacheToCoreRoutes"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "MoorlFoundation\Core\Service\EntityAutoCacheService::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "WebiArtiGesToo\Feature\Subscriber\WebiFeatureNamespaceHierarchyBuilderSubscriber::requestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::request"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Kiener\MolliePayments\Subscriber\KernelSubscriber::onModifyRouteScope"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Routing\RouteScopeResolver::resolveScope"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber::redirectSalesRepresentative"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagSocialShopping\EventListener\ReferralCodeHandler::storeReferralCode"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Subscriber\FrontendAccountFirewall::redirectToController"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Subscriber\B2bModuleFirewall::redirectOutOfB2b"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\B2B\AclRoute\BridgePlatform\RequestInterceptorSubscriber::redirectIfInaccessible"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerPeG6H9n\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.908+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.934+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.934+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.938+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.938+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9201/_cluster/health"
"port" => 9201
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.0 (Linux 6.8.0-79-generic; PHP 8.2.29)"
]
]
"HTTP code" => 200
"duration" => 0.001187
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.938+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
"cluster_name" => "elasticsearch_9201"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"active_primary_shards" => 33
"active_shards" => 33
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 99
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 25.0
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.938+00:00"
"message" => "curl -XGET 'http://localhost:9201/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.938+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
"cluster_name" => "elasticsearch_9201"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"active_primary_shards" => 33
"active_shards" => 33
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 99
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 25.0
]
"method" => "GET"
"uri" => "http://localhost:9201/_cluster/health"
"port" => 9201
"HTTP code" => 200
"duration" => 0.001187
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.943+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.943+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9201/_cat/indices"
"port" => 9201
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.0 (Linux 6.8.0-79-generic; PHP 8.2.29)"
]
]
"HTTP code" => 200
"duration" => 0.004996
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.943+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "xxFdiA6ORWWAv0_tvwMB0g"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "161.5kb"
"pri.store.size" => "161.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "FlVnWHgMSbeB3QygmX-3gQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095018"
"uuid" => "JaW7KdqhTp-WnChDcQKU6w"
"pri" => "3"
"rep" => "3"
"docs.count" => "15594"
"docs.deleted" => "45"
"store.size" => "11.2mb"
"pri.store.size" => "11.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "OR5Y2cEkQVyeD6nEWQ-oJA"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "e7Q-KyNqSWGk_l45LWyVbQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "4pq-F0uxRwOXV636R6TQCw"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.9kb"
"pri.store.size" => "29.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "V04A2BTzSf2X9rNlGQdFow"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "cTKfX-XHStiz7et-FbYGog"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.8kb"
"pri.store.size" => "29.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095015"
"uuid" => "CswkNH9KRi-3T8_gZjppSQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "13447"
"docs.deleted" => "0"
"store.size" => "11.8mb"
"pri.store.size" => "11.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "Tpcv-pUTQgenlt86ZcEjRg"
"pri" => "3"
"rep" => "3"
"docs.count" => "23"
"docs.deleted" => "0"
"store.size" => "83.5kb"
"pri.store.size" => "83.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "iOVN3gzaSPG73HnVk0e2OQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "182kb"
"pri.store.size" => "182kb"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.943+00:00"
"message" => "curl -XGET 'http://localhost:9201/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.943+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "xxFdiA6ORWWAv0_tvwMB0g"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "161.5kb"
"pri.store.size" => "161.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "FlVnWHgMSbeB3QygmX-3gQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095018"
"uuid" => "JaW7KdqhTp-WnChDcQKU6w"
"pri" => "3"
"rep" => "3"
"docs.count" => "15594"
"docs.deleted" => "45"
"store.size" => "11.2mb"
"pri.store.size" => "11.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "OR5Y2cEkQVyeD6nEWQ-oJA"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "e7Q-KyNqSWGk_l45LWyVbQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "4pq-F0uxRwOXV636R6TQCw"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.9kb"
"pri.store.size" => "29.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "V04A2BTzSf2X9rNlGQdFow"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "cTKfX-XHStiz7et-FbYGog"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.8kb"
"pri.store.size" => "29.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095015"
"uuid" => "CswkNH9KRi-3T8_gZjppSQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "13447"
"docs.deleted" => "0"
"store.size" => "11.8mb"
"pri.store.size" => "11.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "Tpcv-pUTQgenlt86ZcEjRg"
"pri" => "3"
"rep" => "3"
"docs.count" => "23"
"docs.deleted" => "0"
"store.size" => "83.5kb"
"pri.store.size" => "83.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "iOVN3gzaSPG73HnVk0e2OQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "182kb"
"pri.store.size" => "182kb"
]
]
"method" => "GET"
"uri" => "http://localhost:9201/_cat/indices"
"port" => 9201
"HTTP code" => 200
"duration" => 0.004996
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::checkResponseCookies"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCacheHeader"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::setResponseCache"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "SalesChannelAccess\Subscriber\SalesChannelAccessSubscriber::onPageLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "SwagB2bPlatform\Subscriber\LoginHeaderSender::addLoginHeader"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "PayonePayment\EventListener\KernelEventListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::response"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCache"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CookieConsent\Subscriber\ResponseCacheSubscriber::setResponseCache"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Plugin\PluginLifecycleService::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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" => 1765681070
"timestamp_rfc3339" => "2025-12-14T02:57:50.947+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
2587 => 1
68013 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1898 …}
} |