Error 500 Internal Server Error

GET https://staging-b2b.gefu.com/navigation/94ba7d502eb04209af9c41200ade4af3

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"BCBcgN/NpAc="
_route_params
[]
_stopwatch_token
"89757c"
exception
ErrorException {#158475
  #message: "Warning: Undefined array key "46d9a180e3194d39a8d688ba2e685a62""
  #code: 0
  #file: "/var/www/share/staging.gefu.com/custom/plugins/GefuGefuShopTheme/src/Subscriber/CategoryPageSubscriber.php"
  #line: 58
  #severity: E_WARNING
  trace: {
    /var/www/share/staging.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/staging.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 {#7218 …}
        ...: {
          "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1604 …}
        }
      }
    }
    /var/www/share/staging.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 {#7218 …}
        $eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1604 …}
      }
    }
    /var/www/share/staging.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 {#7218 …}
      }
    }
    /var/www/share/staging.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 {#7218 …}
        $eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
      }
    }
    /var/www/share/staging.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 {#7218 …}
        $eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
      }
    }
    /var/www/share/staging.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 {#7218 …}
        $eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
      }
    }
    /var/www/share/staging.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 {#7218 …}
        $eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
      }
    }
    /var/www/share/staging.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 {#7218 …}
      }
    }
    /var/www/share/staging.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 {#2509 …}
        $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#3507 …}
      }
    }
    /var/www/share/staging.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 {#3507 …}
        $request: Symfony\Component\HttpFoundation\Request {#2509 …}
      }
    }
    /var/www/share/staging.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 {#2509 …}
        $type: 1
      }
    }
    /var/www/share/staging.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 {#2509 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/staging.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 {#2509 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/staging.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 {#2380 …}
        $request: Symfony\Component\HttpFoundation\Request {#2409 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/staging.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 {#2409 …}
        $catch: true
      }
    }
    /var/www/share/staging.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/staging.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/staging.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/staging.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/staging.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/staging.gefu.com/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/share/staging.gefu.com/public/index.php:11 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1653
  -records: [
    "" => [
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.448+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.448+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.378+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.378+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.378+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"
      ]
    ]
    2509 => [
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => "94ba7d502eb04209af9c41200ade4af3"
          ]
          "request_uri" => "https://staging-b2b.gefu.com/navigation/94ba7d502eb04209af9c41200ade4af3"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.457+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.464+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.466+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.466+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.467+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.467+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.469+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.469+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.471+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.471+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.474+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.474+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.476+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.476+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.476+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.476+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.478+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.478+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.480+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.480+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.483+00:00"
        "message" => "#1 Rule detection: Cart >= 0 with priority 100 (id: 09913b2ad6514ea3b2b58a82afa401e6)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.483+00:00"
        "message" => "#2 Rule detection: Always valid (Default) with priority 100 (id: 5bdc7e444a2f463896defc035c77ad32)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.483+00:00"
        "message" => "#3 Rule detection: Cart >= 0 (Payment) with priority 100 (id: aa1c1b8ec0044f52a4f36da2388b42cc)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.483+00:00"
        "message" => "#4 Rule detection: Voucher with priority 100 (id: f93609014fe84c7497236be8656c00e5)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.483+00:00"
        "message" => "#5 Rule detection: DPD Deutschland with priority 2 (id: 825e183b736e48b58c24a489ad59e347)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.483+00:00"
        "message" => "#6 Rule detection: Zahlungsart = Rechnung with priority 1 (id: 019232e5f160723db00ebf3f3b38da46)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.483+00:00"
        "message" => "#7 Rule detection: DHL / DPD Deutschland with priority 1 (id: 09693a1144784820870a4297d969f6b0)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.483+00:00"
        "message" => "#8 Rule detection: Rechnung in LUX nicht verfügbar with priority 1 (id: 34e8378874544142b2c48d32584afa4e)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.483+00:00"
        "message" => "#9 Rule detection: All customers with priority 1 (id: 65101fbe7ded4fdeaa87551cda43cbc7)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.483+00:00"
        "message" => "#10 Rule detection: DPD Händler mit selber Versandadresse with priority 1 (id: b5b076f2302a418fbb72ba615e02963a)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.483+00:00"
        "message" => "#11 Rule detection: Saleschannel B2B with priority 1 (id: fa8effeda51e4b02924c774acce11884)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.483+00:00"
        "message" => "#12 Rule detection: B2B Bestellung with priority 0 (id: 01980824bdf774f7b02f3245f6c69c98)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.486+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.487+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.487+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerUPN40ci\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.487+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.487+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.487+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.499+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.499+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.500+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.512+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.514+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.514+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.515+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.515+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.517+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.517+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.519+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.519+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.522+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.522+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.522+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.523+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.523+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.527+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.527+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.529+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.529+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" => 1770817003
        "timestamp_rfc3339" => "2026-02-11T13:36:43.530+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.285+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.287+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.287+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.291+00:00"
        "message" => "Uncaught PHP Exception ErrorException: "Warning: Undefined array key "46d9a180e3194d39a8d688ba2e685a62"" at CategoryPageSubscriber.php line 58"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => ErrorException {#158475
            #message: "Warning: Undefined array key "46d9a180e3194d39a8d688ba2e685a62""
            #code: 0
            #file: "/var/www/share/staging.gefu.com/custom/plugins/GefuGefuShopTheme/src/Subscriber/CategoryPageSubscriber.php"
            #line: 58
            #severity: E_WARNING
            trace: {
              /var/www/share/staging.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/staging.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 {#7218 …}
                  ...: {
                    "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1604 …}
                  }
                }
              }
              /var/www/share/staging.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 {#7218 …}
                  $eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1604 …}
                }
              }
              /var/www/share/staging.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 {#7218 …}
                }
              }
              /var/www/share/staging.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 {#7218 …}
                  $eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
                }
              }
              /var/www/share/staging.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 {#7218 …}
                  $eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
                }
              }
              /var/www/share/staging.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 {#7218 …}
                  $eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
                }
              }
              /var/www/share/staging.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 {#7218 …}
                  $eventName: "Shopware\Storefront\Page\Navigation\NavigationPageLoadedEvent"
                }
              }
              /var/www/share/staging.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 {#7218 …}
                }
              }
              /var/www/share/staging.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 {#2509 …}
                  $context: Shopware\Core\System\SalesChannel\SalesChannelContext {#3507 …}
                }
              }
              /var/www/share/staging.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 {#3507 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2509 …}
                }
              }
              /var/www/share/staging.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 {#2509 …}
                  $type: 1
                }
              }
              /var/www/share/staging.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 {#2509 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/staging.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 {#2509 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/staging.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 {#2380 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2409 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/staging.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 {#2409 …}
                  $catch: true
                }
              }
              /var/www/share/staging.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/staging.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/staging.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/staging.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/staging.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/staging.gefu.com/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/staging.gefu.com/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.342+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.342+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.347+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.347+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.359+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.359+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.359+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.359+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.360+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.360+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.363+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.363+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.365+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.365+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.366+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.366+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.368+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.368+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.369+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.369+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "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.30)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.000371
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.369+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            "cluster_name" => "elasticsearch_9200"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "active_primary_shards" => 30
            "active_shards" => 30
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 27
            "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" => 52.631578947368
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.369+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.370+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            "cluster_name" => "elasticsearch_9200"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "active_primary_shards" => 30
            "active_shards" => 30
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 27
            "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" => 52.631578947368
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.000371
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.374+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.375+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "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.30)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.004721
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.375+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "gefu-stage_product_1747045871"
              "uuid" => "XxsQUvfhRKGMHBi7jYG6GQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "20104"
              "docs.deleted" => "1263"
              "store.size" => "23.5mb"
              "pri.store.size" => "23.5mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "gefu-stage_product_1747045696"
              "uuid" => "tKtObs_9Tli3QpTD6Qa6Pg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "20300"
              "docs.deleted" => "0"
              "store.size" => "33.3mb"
              "pri.store.size" => "33.3mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_category_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1711393396"
              "uuid" => "gm05L6dJQxOpv1pSEd8qvg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "60"
              "docs.deleted" => "0"
              "store.size" => "171.7kb"
              "pri.store.size" => "171.7kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_category_c93c3558cca1479ea7b14c55c571aeb2_1711393396"
              "uuid" => "NQdSPS48QPuWWnyjyk6p_g"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "60"
              "docs.deleted" => "0"
              "store.size" => "151.6kb"
              "pri.store.size" => "151.6kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "gefu-stage_product_1747045677"
              "uuid" => "rCmYHpU9SYKqLfCIkxyM3w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "10896"
              "docs.deleted" => "0"
              "store.size" => "20.9mb"
              "pri.store.size" => "20.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_search_term_c93c3558cca1479ea7b14c55c571aeb2_1711393396"
              "uuid" => "iDauxo3yShq8m_E3g8_Cjg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "6"
              "docs.deleted" => "0"
              "store.size" => "16.7kb"
              "pri.store.size" => "16.7kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_search_term_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1711393396"
              "uuid" => "nwR5GmxFQHWSywddlJMQPw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "6"
              "docs.deleted" => "0"
              "store.size" => "16.7kb"
              "pri.store.size" => "16.7kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1711393396"
              "uuid" => "qTovnB5RQbiH7_isN7mhkg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "5"
              "docs.deleted" => "0"
              "store.size" => "28.5kb"
              "pri.store.size" => "28.5kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_c93c3558cca1479ea7b14c55c571aeb2_1711393396"
              "uuid" => "suDOiGGBTpK1igEVJBq68w"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "5"
              "docs.deleted" => "0"
              "store.size" => "28.6kb"
              "pri.store.size" => "28.6kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-dev_product_1721920912"
              "uuid" => "tXm8FbpST9KYQu5Wlm6mtA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "13288"
              "docs.deleted" => "1588"
              "store.size" => "126.1mb"
              "pri.store.size" => "126.1mb"
            ]
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.375+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cat/indices?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.375+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "gefu-stage_product_1747045871"
              "uuid" => "XxsQUvfhRKGMHBi7jYG6GQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "20104"
              "docs.deleted" => "1263"
              "store.size" => "23.5mb"
              "pri.store.size" => "23.5mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "gefu-stage_product_1747045696"
              "uuid" => "tKtObs_9Tli3QpTD6Qa6Pg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "20300"
              "docs.deleted" => "0"
              "store.size" => "33.3mb"
              "pri.store.size" => "33.3mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_category_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1711393396"
              "uuid" => "gm05L6dJQxOpv1pSEd8qvg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "60"
              "docs.deleted" => "0"
              "store.size" => "171.7kb"
              "pri.store.size" => "171.7kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_category_c93c3558cca1479ea7b14c55c571aeb2_1711393396"
              "uuid" => "NQdSPS48QPuWWnyjyk6p_g"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "60"
              "docs.deleted" => "0"
              "store.size" => "151.6kb"
              "pri.store.size" => "151.6kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "gefu-stage_product_1747045677"
              "uuid" => "rCmYHpU9SYKqLfCIkxyM3w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "10896"
              "docs.deleted" => "0"
              "store.size" => "20.9mb"
              "pri.store.size" => "20.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_search_term_c93c3558cca1479ea7b14c55c571aeb2_1711393396"
              "uuid" => "iDauxo3yShq8m_E3g8_Cjg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "6"
              "docs.deleted" => "0"
              "store.size" => "16.7kb"
              "pri.store.size" => "16.7kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_search_term_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1711393396"
              "uuid" => "nwR5GmxFQHWSywddlJMQPw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "6"
              "docs.deleted" => "0"
              "store.size" => "16.7kb"
              "pri.store.size" => "16.7kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1711393396"
              "uuid" => "qTovnB5RQbiH7_isN7mhkg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "5"
              "docs.deleted" => "0"
              "store.size" => "28.5kb"
              "pri.store.size" => "28.5kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_c93c3558cca1479ea7b14c55c571aeb2_1711393396"
              "uuid" => "suDOiGGBTpK1igEVJBq68w"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "5"
              "docs.deleted" => "0"
              "store.size" => "28.6kb"
              "pri.store.size" => "28.6kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-dev_product_1721920912"
              "uuid" => "tXm8FbpST9KYQu5Wlm6mtA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "13288"
              "docs.deleted" => "1588"
              "store.size" => "126.1mb"
              "pri.store.size" => "126.1mb"
            ]
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.004721
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.376+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"
      ]
    ]
    158236 => [
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.292+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.293+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.293+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.293+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.293+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.293+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.293+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerUPN40ci\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.293+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.314+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.314+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.317+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.317+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "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.30)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.000717
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.317+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            "cluster_name" => "elasticsearch_9200"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "active_primary_shards" => 30
            "active_shards" => 30
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 27
            "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" => 52.631578947368
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.317+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.317+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            "cluster_name" => "elasticsearch_9200"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "active_primary_shards" => 30
            "active_shards" => 30
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 27
            "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" => 52.631578947368
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.000717
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.321+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.321+00:00"
        "message" => "Request Success:"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "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.30)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.003447
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.321+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "gefu-stage_product_1747045871"
              "uuid" => "XxsQUvfhRKGMHBi7jYG6GQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "20104"
              "docs.deleted" => "1263"
              "store.size" => "23.5mb"
              "pri.store.size" => "23.5mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "gefu-stage_product_1747045696"
              "uuid" => "tKtObs_9Tli3QpTD6Qa6Pg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "20300"
              "docs.deleted" => "0"
              "store.size" => "33.3mb"
              "pri.store.size" => "33.3mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_category_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1711393396"
              "uuid" => "gm05L6dJQxOpv1pSEd8qvg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "60"
              "docs.deleted" => "0"
              "store.size" => "171.7kb"
              "pri.store.size" => "171.7kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_category_c93c3558cca1479ea7b14c55c571aeb2_1711393396"
              "uuid" => "NQdSPS48QPuWWnyjyk6p_g"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "60"
              "docs.deleted" => "0"
              "store.size" => "151.6kb"
              "pri.store.size" => "151.6kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "gefu-stage_product_1747045677"
              "uuid" => "rCmYHpU9SYKqLfCIkxyM3w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "10896"
              "docs.deleted" => "0"
              "store.size" => "20.9mb"
              "pri.store.size" => "20.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_search_term_c93c3558cca1479ea7b14c55c571aeb2_1711393396"
              "uuid" => "iDauxo3yShq8m_E3g8_Cjg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "6"
              "docs.deleted" => "0"
              "store.size" => "16.7kb"
              "pri.store.size" => "16.7kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_search_term_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1711393396"
              "uuid" => "nwR5GmxFQHWSywddlJMQPw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "6"
              "docs.deleted" => "0"
              "store.size" => "16.7kb"
              "pri.store.size" => "16.7kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_c93c3558cca1479ea7b14c55c571aeb2_1711393396"
              "uuid" => "suDOiGGBTpK1igEVJBq68w"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "5"
              "docs.deleted" => "0"
              "store.size" => "28.6kb"
              "pri.store.size" => "28.6kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1711393396"
              "uuid" => "qTovnB5RQbiH7_isN7mhkg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "5"
              "docs.deleted" => "0"
              "store.size" => "28.5kb"
              "pri.store.size" => "28.5kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-dev_product_1721920912"
              "uuid" => "tXm8FbpST9KYQu5Wlm6mtA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "13288"
              "docs.deleted" => "1588"
              "store.size" => "126.1mb"
              "pri.store.size" => "126.1mb"
            ]
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.321+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cat/indices?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.321+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "gefu-stage_product_1747045871"
              "uuid" => "XxsQUvfhRKGMHBi7jYG6GQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "20104"
              "docs.deleted" => "1263"
              "store.size" => "23.5mb"
              "pri.store.size" => "23.5mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "gefu-stage_product_1747045696"
              "uuid" => "tKtObs_9Tli3QpTD6Qa6Pg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "20300"
              "docs.deleted" => "0"
              "store.size" => "33.3mb"
              "pri.store.size" => "33.3mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_category_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1711393396"
              "uuid" => "gm05L6dJQxOpv1pSEd8qvg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "60"
              "docs.deleted" => "0"
              "store.size" => "171.7kb"
              "pri.store.size" => "171.7kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_category_c93c3558cca1479ea7b14c55c571aeb2_1711393396"
              "uuid" => "NQdSPS48QPuWWnyjyk6p_g"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "60"
              "docs.deleted" => "0"
              "store.size" => "151.6kb"
              "pri.store.size" => "151.6kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "gefu-stage_product_1747045677"
              "uuid" => "rCmYHpU9SYKqLfCIkxyM3w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "10896"
              "docs.deleted" => "0"
              "store.size" => "20.9mb"
              "pri.store.size" => "20.9mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_search_term_c93c3558cca1479ea7b14c55c571aeb2_1711393396"
              "uuid" => "iDauxo3yShq8m_E3g8_Cjg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "6"
              "docs.deleted" => "0"
              "store.size" => "16.7kb"
              "pri.store.size" => "16.7kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_search_term_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1711393396"
              "uuid" => "nwR5GmxFQHWSywddlJMQPw"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "6"
              "docs.deleted" => "0"
              "store.size" => "16.7kb"
              "pri.store.size" => "16.7kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_c93c3558cca1479ea7b14c55c571aeb2_1711393396"
              "uuid" => "suDOiGGBTpK1igEVJBq68w"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "5"
              "docs.deleted" => "0"
              "store.size" => "28.6kb"
              "pri.store.size" => "28.6kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-stage_action_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1711393396"
              "uuid" => "qTovnB5RQbiH7_isN7mhkg"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "5"
              "docs.deleted" => "0"
              "store.size" => "28.5kb"
              "pri.store.size" => "28.5kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => "gefu-dev_product_1721920912"
              "uuid" => "tXm8FbpST9KYQu5Wlm6mtA"
              "pri" => "3"
              "rep" => "0"
              "docs.count" => "13288"
              "docs.deleted" => "1588"
              "store.size" => "126.1mb"
              "pri.store.size" => "126.1mb"
            ]
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.003447
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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" => 1770817004
        "timestamp_rfc3339" => "2026-02-11T13:36:44.323+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
    2509 => 1
    158236 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1652 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
authorization
""
cookie
"session-=pnfp5klpofe7kq10204es81la4"
forwarded
"for="216.73.216.56";host="staging-b2b.gefu.com";proto=https"
host
"staging-b2b.gefu.com"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"vapwoG8EAKZ2kYltEcndeYm38dvEKGrY"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.56"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
b2b-no-login
"1"
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 11 Feb 2026 13:36:44 GMT"
sw-context-token
"vapwoG8EAKZ2kYltEcndeYm38dvEKGrY"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"Warning%3A%20Undefined%20array%20key%20%2246d9a180e3194d39a8d688ba2e685a62%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fshare%2Fstaging.gefu.com%2Fcustom%2Fplugins%2FGefuGefuShopTheme%2Fsrc%2FSubscriber%2FCategoryPageSubscriber.php:58"
x-debug-token
"70cf72"

Cookies

Request Cookies

Key Value
session-
"pnfp5klpofe7kq10204es81la4"

Response Cookies

No response cookies

Session 10

Session Metadata

Key Value
Created
"Wed, 11 Feb 26 13:36:41 +0000"
Last used
"Wed, 11 Feb 26 13:36:43 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"pnfp5klpofe7kq10204es81la4"
sw-context-token
"vapwoG8EAKZ2kYltEcndeYm38dvEKGrY"
sw-sales-channel-id
"ce6d8c1b894c45399f74e5050a8908f2"

Session Usage

10 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:110
[
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 110
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 458
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 435
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 333
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Kernel.php"
    "line" => 116
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:111
[
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 111
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 458
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 435
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 333
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Kernel.php"
    "line" => 116
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:326
[
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 326
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 123
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 458
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 435
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 333
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Kernel.php"
    "line" => 116
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:331
[
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 331
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 123
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 458
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 435
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 333
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Kernel.php"
    "line" => 116
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:131
[
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 131
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 458
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 435
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 333
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Kernel.php"
    "line" => 116
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Acris\CookieConsent\Components\CookiesAcceptService:35
[
  [
    "file" => "/var/www/share/staging.gefu.com/custom/plugins/AcrisCookieConsentCS/src/Components/CookiesAcceptService.php"
    "line" => 35
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/custom/plugins/AcrisCookieConsentCS/src/Storefront/Page/GenericPageLoader.php"
    "line" => 75
    "function" => "getCookiesAccepted"
    "class" => "Acris\CookieConsent\Components\CookiesAcceptService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php"
    "line" => 35
    "function" => "load"
    "class" => "Acris\CookieConsent\Storefront\Page\GenericPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Controller/NavigationController.php"
    "line" => 45
    "function" => "load"
    "class" => "Shopware\Storefront\Page\Navigation\NavigationPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "index"
    "class" => "Shopware\Storefront\Controller\NavigationController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 458
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 435
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 333
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Kernel.php"
    "line" => 116
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Acris\CookieConsent\Components\CookiesAcceptService:41
[
  [
    "file" => "/var/www/share/staging.gefu.com/custom/plugins/AcrisCookieConsentCS/src/Components/CookiesAcceptService.php"
    "line" => 41
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/custom/plugins/AcrisCookieConsentCS/src/Storefront/Page/GenericPageLoader.php"
    "line" => 75
    "function" => "getCookiesAccepted"
    "class" => "Acris\CookieConsent\Components\CookiesAcceptService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php"
    "line" => 35
    "function" => "load"
    "class" => "Acris\CookieConsent\Storefront\Page\GenericPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Controller/NavigationController.php"
    "line" => 45
    "function" => "load"
    "class" => "Shopware\Storefront\Page\Navigation\NavigationPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "index"
    "class" => "Shopware\Storefront\Controller\NavigationController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 458
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 435
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 333
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Kernel.php"
    "line" => 116
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Acris\CookieConsent\Storefront\Page\GenericPageLoader:80
[
  [
    "file" => "/var/www/share/staging.gefu.com/custom/plugins/AcrisCookieConsentCS/src/Storefront/Page/GenericPageLoader.php"
    "line" => 80
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php"
    "line" => 35
    "function" => "load"
    "class" => "Acris\CookieConsent\Storefront\Page\GenericPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Controller/NavigationController.php"
    "line" => 45
    "function" => "load"
    "class" => "Shopware\Storefront\Page\Navigation\NavigationPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "index"
    "class" => "Shopware\Storefront\Controller\NavigationController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 458
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 435
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 333
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Kernel.php"
    "line" => 116
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Acris\CookieConsent\Storefront\Page\GenericPageLoader:81
[
  [
    "file" => "/var/www/share/staging.gefu.com/custom/plugins/AcrisCookieConsentCS/src/Storefront/Page/GenericPageLoader.php"
    "line" => 81
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php"
    "line" => 35
    "function" => "load"
    "class" => "Acris\CookieConsent\Storefront\Page\GenericPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/storefront/Controller/NavigationController.php"
    "line" => 45
    "function" => "load"
    "class" => "Shopware\Storefront\Page\Navigation\NavigationPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "index"
    "class" => "Shopware\Storefront\Controller\NavigationController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 458
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 435
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 333
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Kernel.php"
    "line" => 116
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
SalesChannelAccess\Subscriber\SalesChannelAccessSubscriber:52
[
  [
    "file" => "/var/www/share/staging.gefu.com/custom/plugins/GefuSaleschannelAccess/src/Subscriber/SalesChannelAccessSubscriber.php"
    "line" => 52
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onPageLoaded"
    "class" => "SalesChannelAccess\Subscriber\SalesChannelAccessSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 41
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 58
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 458
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 435
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 333
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/shopware/core/Kernel.php"
    "line" => 116
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/staging.gefu.com/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/staging.gefu.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"f82aa8fb72242983f24bbc21ff96c332d01e6c96"
APP_URL
"https://staging.gefu.com"
BLUE_GREEN_DEPLOYMENT
"0"
CUSTOM_FIELD_MAP_FILEPATH
"/var/www/share/staging.gefu.com/custom/plugins/GefuImporter/src/Resources/maps/customfield.map.json"
DATABASE_URL
"mysql://db-user-2:vVWbYJIvAZv77LNXaQ2m@localhost:3306/db-2"
DOCUMENT_SERVICE_WSDL
"https://erpp.gefu.com:6303/funktionen/DocumentService.wsdl"
ENGRAVING_RECIPIENTS
"Markus Dietz:m.dietz@gefu.com"
IMAGEIMPORT_SFTP_HOST
"pics.gefu.com"
IMAGEIMPORT_SFTP_PASSWORD
"Imeineo6"
IMAGEIMPORT_SFTP_PORT
"22"
IMAGEIMPORT_SFTP_USERNAME
"gefu_shop"
IMAGEIMPORT_SOURCE_PATH
"/produktbilder/Bilder-Shop/"
IMAGEIMPORT_TARGET_PATH
"/var/www/share/staging.gefu.com/files/product/"
INSTANCE_ID
"gefu-stage"
LIEFERSCHEIN_TRACKING_WSDL
"https://erpt.gefu.com:6304/bewegungsdaten/Lieferscheinauskunft.wsdl"
LOCK_DSN
"flock"
MAILER_DSN
"smtp://localhost:1025"
MAILER_URL
"null://null"
MESSENGER_TRANSPORT_DSN
"amqp://web-user-stage:8ahUm47fXfKY3ARPqh9A@localhost:5672/%2f/async"
MESSENGER_TRANSPORT_FAILURE_DSN
"amqp://web-user-stage:8ahUm47fXfKY3ARPqh9A@localhost:5672/%2f/failure"
MESSENGER_TRANSPORT_LOW_PRIORITY_DSN
"amqp://web-user-stage:8ahUm47fXfKY3ARPqh9A@localhost:5672/%2f/low_priority"
MESSENGER_TRANSPORT_SCHEDULER_DSN
"amqp://web-user-stage:8ahUm47fXfKY3ARPqh9A@localhost:5672/%2f/scheduler_shopware"
MSSQL_DB_DATABASE
"sogerptest"
MSSQL_DB_HOST
"erpp.gefu.com"
MSSQL_DB_PASSWORD
"MPJws993#sc"
MSSQL_DB_PORT
"61433"
MSSQL_DB_USER
"brandung"
OPENSEARCH_URL
"localhost:9200"
PROCESS_ORDER_WSDL
"https://erpt.gefu.com:6304/shop/Auftragsverarbeitung.wsdl"
PRODUCTIMPORT_MAP_FILEPATH
"/var/www/share/staging.gefu.com/custom/plugins/GefuImporter/src/Resources/maps/product.map.json"
PRODUCT_PRICE_WSDL
"https://erpt.gefu.com:6304/shop/Preisermittlung.wsdl"
PRODUCT_STOCK_WSDL
"https://erpt.gefu.com:6304/shop/Terminermittlung.wsdl"
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD
"1"
REDIS_CACHE_HOST
"localhost"
REDIS_CACHE_PORT
"6381"
REDIS_CART_URL
"redis://localhost:6380/3"
REDIS_INCREMENT_URL
"redis://localhost:6380/5"
REDIS_NUMBER_URL
"redis://localhost:6380/4"
REDIS_SESSION_HOST
"localhost"
REDIS_SESSION_PORT
"6379"
REDIS_URL
"redis://localhost:6381/1"
RETAILER_SEARCH_MAP_FILEPATH
"/var/www/share/staging.gefu.com/custom/plugins/GefuImporter/src/Resources/maps/retailerSearch.map.json"
SHOPWARE_CACHE_ID
"gefu-stage"
SHOPWARE_ES_ENABLED
"1"
SHOPWARE_ES_INDEXING_ENABLED
"1"
SHOPWARE_ES_INDEX_PREFIX
"gefu-stage"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"
SHOP_NAME
"gefu-shop"
STOREFRONT_PROXY_URL
"http://localhost"
SW5_DB_DATABASE
"usrdb_geflgvss1"
SW5_DB_HOST
"localhost"
SW5_DB_PASSWORD
"vVWbYJIvAZv77LNXaQ2m"
SW5_DB_USER
"db-user-2"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/share/staging-b2b.gefu.com/htdocs"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/share/staging-b2b.gefu.com/htdocs"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"25"
H2_STREAM_TAG
"4146761-52-25"
HOME
"/var/www/share"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_AUTHORIZATION
""
HTTP_COOKIE
"session-=pnfp5klpofe7kq10204es81la4"
HTTP_FORWARDED
"for="216.73.216.56";host="staging-b2b.gefu.com";proto=https"
HTTP_HOST
"staging-b2b.gefu.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.56"
MC_QUERY_STRING
"-"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"25"
REDIRECT_H2_STREAM_TAG
"4146761-52-25"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_MC_QUERY_STRING
"-"
REDIRECT_SSL_TLS_SNI
"staging-b2b.gefu.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aYyF67d2tvy0nhrnZ7hCiAAA7Aw"
REDIRECT_URL
"/BBQ"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"11006"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1770817003
REQUEST_TIME_FLOAT
1770817003.4256
REQUEST_URI
"/navigation/94ba7d502eb04209af9c41200ade4af3"
SCRIPT_FILENAME
"/var/www/share/staging.gefu.com/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"109.71.74.53"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"staging-b2b.gefu.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_EXPORT
"false"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CLIENT_VERIFY
"NONE"
SSL_COMPRESS_METHOD
"NULL"
SSL_PROTOCOL
"TLSv1.3"
SSL_SECURE_RENEG
"true"
SSL_SERVER_A_KEY
"id-ecPublicKey"
SSL_SERVER_A_SIG
"ecdsa-with-SHA384"
SSL_SERVER_I_DN
"CN=E7,O=Let's Encrypt,C=US"
SSL_SERVER_I_DN_C
"US"
SSL_SERVER_I_DN_CN
"E7"
SSL_SERVER_I_DN_O
"Let's Encrypt"
SSL_SERVER_M_SERIAL
"05CAFBE29532F0304283B95A201769F90718"
SSL_SERVER_M_VERSION
"3"
SSL_SERVER_SAN_DNS_0
"staging-b2b.gefu.com"
SSL_SERVER_S_DN
"CN=staging-b2b.gefu.com"
SSL_SERVER_S_DN_CN
"staging-b2b.gefu.com"
SSL_SERVER_V_END
"May 12 07:20:32 2026 GMT"
SSL_SERVER_V_START
"Feb 11 07:20:33 2026 GMT"
SSL_SESSION_ID
"04e5eb841e9b01da3bd988ed1a279e5b31333bf2c05b2551197e912ffac777a9"
SSL_SESSION_RESUMED
"Initial"
SSL_TLS_SNI
"staging-b2b.gefu.com"
SSL_VERSION_INTERFACE
"mod_ssl/2.4.52"
SSL_VERSION_LIBRARY
"OpenSSL/3.0.2"
SYMFONY_DOTENV_PATH
"/var/www/share/staging.gefu.com/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_URL,MAILER_URL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,STOREFRONT_PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,LOCK_DSN,MAILER_DSN,SHOPWARE_CACHE_ID,REDIS_SESSION_HOST,REDIS_SESSION_PORT,REDIS_CACHE_HOST,REDIS_CACHE_PORT,REDIS_URL,REDIS_CART_URL,REDIS_NUMBER_URL,REDIS_INCREMENT_URL,MESSENGER_TRANSPORT_DSN,MESSENGER_TRANSPORT_LOW_PRIORITY_DSN,MESSENGER_TRANSPORT_FAILURE_DSN,MESSENGER_TRANSPORT_SCHEDULER_DSN,SHOP_NAME,PUPPETEER_SKIP_CHROMIUM_DOWNLOAD,MSSQL_DB_HOST,MSSQL_DB_PASSWORD,MSSQL_DB_USER,MSSQL_DB_PORT,MSSQL_DB_DATABASE,PRODUCTIMPORT_MAP_FILEPATH,CUSTOM_FIELD_MAP_FILEPATH,PRODUCT_PRICE_WSDL,PROCESS_ORDER_WSDL,PRODUCT_STOCK_WSDL,LIEFERSCHEIN_TRACKING_WSDL,DOCUMENT_SERVICE_WSDL,SW5_DB_HOST,SW5_DB_USER,SW5_DB_PASSWORD,SW5_DB_DATABASE,IMAGEIMPORT_SFTP_HOST,IMAGEIMPORT_SFTP_USERNAME,IMAGEIMPORT_SFTP_PASSWORD,IMAGEIMPORT_SFTP_PORT,IMAGEIMPORT_SOURCE_PATH,IMAGEIMPORT_TARGET_PATH,RETAILER_SEARCH_MAP_FILEPATH,ENGRAVING_RECIPIENTS"
UNIQUE_ID
"aYyF67d2tvy0nhrnZ7hCiAAA7Aw"
USER
"web-user"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 0379a4)

Key Value
_controller
"Shopware\Storefront\Controller\NavigationController::index"
_cspNonce
"YVOKQfgUrBo="
_httpCache
true
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.navigation.page"
_routeScope
[
  "storefront"
]
_route_params
[
  "_httpCache" => true
  "navigationId" => "94ba7d502eb04209af9c41200ade4af3"
]
_stopwatch_token
"791fac"
navigationId
"94ba7d502eb04209af9c41200ade4af3"
resolved-uri
"/navigation/94ba7d502eb04209af9c41200ade4af3"
sw-context
Shopware\Core\Framework\Context {#3593
  #extensions: []
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #scope: "user"
  #rulesLocked: false
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#3594 …}
  #ruleIds: [
    "09913b2ad6514ea3b2b58a82afa401e6"
    "5bdc7e444a2f463896defc035c77ad32"
    "aa1c1b8ec0044f52a4f36da2388b42cc"
    "f93609014fe84c7497236be8656c00e5"
    "825e183b736e48b58c24a489ad59e347"
    "019232e5f160723db00ebf3f3b38da46"
    "09693a1144784820870a4297d969f6b0"
    "34e8378874544142b2c48d32584afa4e"
    "65101fbe7ded4fdeaa87551cda43cbc7"
    "b5b076f2302a418fbb72ba615e02963a"
    "fa8effeda51e4b02924c774acce11884"
    "01980824bdf774f7b02f3245f6c69c98"
  ]
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyFactor: 1.0
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3520 …}
  -states: []
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"871323f922954ee7b8eec6e8a7bfd342"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["78.94.62.18", "195.14.253.82", "217.239.137.10", "130.180.66.114"]"
sw-original-request-uri
"/BBQ"
sw-sales-channel-absolute-base-url
"https://staging-b2b.gefu.com"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#3507
  #extensions: []
  #token: "vapwoG8EAKZ2kYltEcndeYm38dvEKGrY"
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#3518 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#3512 …}
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#3523 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#3544 …}
  #customer: null
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#3570 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#3575 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#3586 …}
  #permissions: []
  #permisionsLocked: false
  #context: Shopware\Core\Framework\Context {#3593
    #extensions: []
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #scope: "user"
    #rulesLocked: false
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#3594 …}
    #ruleIds: [
      "09913b2ad6514ea3b2b58a82afa401e6"
      "5bdc7e444a2f463896defc035c77ad32"
      "aa1c1b8ec0044f52a4f36da2388b42cc"
      "f93609014fe84c7497236be8656c00e5"
      "825e183b736e48b58c24a489ad59e347"
      "019232e5f160723db00ebf3f3b38da46"
      "09693a1144784820870a4297d969f6b0"
      "34e8378874544142b2c48d32584afa4e"
      "65101fbe7ded4fdeaa87551cda43cbc7"
      "b5b076f2302a418fbb72ba615e02963a"
      "fa8effeda51e4b02924c774acce11884"
      "01980824bdf774f7b02f3245f6c69c98"
    ]
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyFactor: 1.0
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3520 …}
    -states: []
  }
  -domainId: "871323f922954ee7b8eec6e8a7bfd342"
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3520 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3522 …}
  #areaRuleIds: [
    "promotion" => [
      "f93609014fe84c7497236be8656c00e5"
      "65101fbe7ded4fdeaa87551cda43cbc7"
    ]
    "flow" => [
      "019232e5f160723db00ebf3f3b38da46"
      "01980824bdf774f7b02f3245f6c69c98"
    ]
    "shipping" => [
      "09693a1144784820870a4297d969f6b0"
      "65101fbe7ded4fdeaa87551cda43cbc7"
      "b5b076f2302a418fbb72ba615e02963a"
    ]
    "payment" => [
      "34e8378874544142b2c48d32584afa4e"
    ]
  ]
  -states: []
}
sw-sales-channel-id
"ce6d8c1b894c45399f74e5050a8908f2"
sw-snippet-set-id
"a9a2abecdd4c4b6991ce2f261d9ab557"
sw-storefront-url
"https://staging-b2b.gefu.com"
theme-base-name
null
theme-id
"eb9ee4940d8d44b29b344701cafceab4"
theme-name
"GefuShopTheme"