Error 404 Not Found

GET https://www.all4team.de/detail/a48b66bddba042a3b5ac7ddc53f14cd7

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"s/2a99CC/pQ="
_route_params
[]
_stopwatch_token
"27c004"
exception
Shopware\Core\Content\Product\Exception\ProductNotFoundException {#5724
  #message: "Product for id a48b66bddba042a3b5ac7ddc53f14cd7 not found."
  #code: 0
  #file: "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php"
  #line: 90
  -statusCode: 404
  -headers: []
  #parameters: [
    "productId" => "a48b66bddba042a3b5ac7ddc53f14cd7"
  ]
  trace: {
    /var/www/vhosts/all4team/html/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:90 {
      Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
      › if (!($product instanceof SalesChannelProductEntity)) {    throw new ProductNotFoundException($productId);}
    }
    /var/www/vhosts/all4team/html/vendor/shopware/core/Profiling/Profiler.php:67 {
      Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
      › 
      ›     $result = $closure();} finally {
    }
    /var/www/vhosts/all4team/html/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:68 {
      Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
      › {    return Profiler::trace('product-detail-route', function () use ($productId, $request, $context, $criteria) {        $mainVariantId = $this->checkVariantListingConfig($productId, $context);
    }
    /var/www/vhosts/all4team/html/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:70 {
      Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
      › 
      › $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($productId, $request, $context, $criteria));}
    /var/www/vhosts/all4team/html/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
      Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
      Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
      › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
    }
    /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
      Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
      Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
      › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
    }
    /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
      Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
      Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
      › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
    }
    /var/www/vhosts/all4team/html/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
      Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
      › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
    }
    /var/www/vhosts/all4team/html/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
      Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /var/www/vhosts/all4team/html/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
      Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
      › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
    }
    /var/www/vhosts/all4team/html/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:70 {
      Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
      › 
      › $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($productId, $request, $context, $criteria));}
    /var/www/vhosts/all4team/html/vendor/symfony/cache-contracts/CacheTrait.php:64 {
      Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
      › $save = true;$item->set($callback($item, $save));if ($save) {
    }
    /var/www/vhosts/all4team/html/vendor/symfony/cache-contracts/CacheTrait.php:30 {
      Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
      › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
    }
    /var/www/vhosts/all4team/html/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:67 {
      Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
      › 
      › $value = $this->cache->get($key, function (ItemInterface $item) use ($productId, $request, $context, $criteria) {    $name = self::buildName($productId);
    }
    /var/www/vhosts/all4team/html/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:70 {
      Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
      › 
      › $result = $this->productDetailRoute->load($productId, $request, $context, $criteria);$product = $result->getProduct();
    }
    /var/www/vhosts/all4team/html/vendor/shopware/storefront/Controller/ProductController.php:62 {
      Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
      › {    $page = $this->productPageLoader->load($request, $context);}
    /var/www/vhosts/all4team/html/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);}
    /var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
      Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return parent::handle($request, $type, $catch);}
    }
    /var/www/vhosts/all4team/html/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 {
    }
    /var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
      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);}
    /var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
      › 
      › $response = $this->forward($subRequest, $catch);}
    /var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->fetch($request, $catch);}
    }
    /var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › } else {    $response = $this->lookup($request, $catch);}
    }
    /var/www/vhosts/all4team/html/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);} elseif ($request->attributes->has('_sw_esi')) {
    }
    /var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php:155 {
      Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
    }
    /var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/vhosts/all4team/html/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/all4team/html/public/index.php:10 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#515
  -records: [
    "" => [
      [
        "timestamp" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.948+00:00"
        "message" => "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#79
            #message: "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
            #code: 0
            #file: "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Feature.php"
            #line: 250
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Feature.php:250 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php:137 {
                Shopware\Core\Kernel->registerBundles(): iterable …
                › if ((!Feature::has('v6.7.0.0') || !Feature::isActive('v6.7.0.0')) && !isset($bundles[Service::class])) {    Feature::triggerDeprecationOrThrow('v6.7.0.0', \sprintf('The %s bundle should be added to config/bundles.php', Service::class));    yield new Service();
              }
              /var/www/vhosts/all4team/html/vendor/symfony/http-kernel/Kernel.php:339 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php:187 {
                Shopware\Core\Kernel->boot(): void …
                › // init bundles$this->initializeBundles();}
              /var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php:152 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/all4team/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/all4team/html/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.140+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\CacheControlListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.140+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\CanonicalLinkListener::__invoke"
        ]
        "channel" => "event"
      ]
    ]
    733 => [
      [
        "timestamp" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.984+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "frontend.detail.page"
          "route_parameters" => [
            "_route" => "frontend.detail.page"
            "_routeScope" => [
              "storefront"
            ]
            "_httpCache" => true
            "_controller" => "Shopware\Storefront\Controller\ProductController::index"
            "productId" => "a48b66bddba042a3b5ac7ddc53f14cd7"
          ]
          "request_uri" => "https://www.all4team.de/detail/a48b66bddba042a3b5ac7ddc53f14cd7"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.985+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.992+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.993+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.993+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.999+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.999+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" => 1771225058
        "timestamp_rfc3339" => "2026-02-16T06:57:38.999+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.000+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.000+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.000+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.002+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.002+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.002+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.003+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.003+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.003+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.008+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.008+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.008+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.010+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.010+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.010+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.014+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.014+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.014+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.022+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.022+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.022+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.026+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.026+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.026+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.027+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.027+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.027+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.034+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.034+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.034+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.036+00:00"
        "message" => "#1 Rule detection: Always valid (Default) with priority 100 (id: 1eac567d7d314563bfa3305e2e8446bb)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.036+00:00"
        "message" => "#2 Rule detection: Cart >= 0 with priority 100 (id: 9628985660b5415c9ee8f65bade111bf)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.036+00:00"
        "message" => "#3 Rule detection: Cart >= 0 (Payment) with priority 100 (id: eb63558ebb734bde8518103eff3442cf)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.036+00:00"
        "message" => "#4 Rule detection: Cart_kleiner_gleich_500_Euro with priority 5 (id: 8444b9bcc809444aa5a3fe1f3260a9cc)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.036+00:00"
        "message" => "#5 Rule detection: Bestellung mit Zahlart Angebot with priority 1 (id: 43a89e1a4b454d078913ef45f83aafdf)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.036+00:00"
        "message" => "#6 Rule detection: All customers with priority 1 (id: 6e3190c99cf44a80a3b9407e5e813c45)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.037+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.038+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.038+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerJtYhSDA\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.038+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.039+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "Maxia\MaxiaVariantsTable6\Core\Content\Product\Subscriber\ProductSubscriber::handleIgnoreVisibilityCriteria"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.040+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "Maxia\MaxiaListingVariants6\Core\Content\Product\Subscriber\ProductSubscriber::handleIgnoreVisibilityCriteria"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "Maxia\MaxiaVariantsTable6\Core\Content\Product\Subscriber\ProductSubscriber::handleIgnoreVisibilityCriteria"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "Maxia\MaxiaListingVariants6\Core\Content\Product\Subscriber\ProductSubscriber::handleIgnoreVisibilityCriteria"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.053+00:00"
        "message" => "Uncaught PHP Exception Shopware\Core\Content\Product\Exception\ProductNotFoundException: "Product for id a48b66bddba042a3b5ac7ddc53f14cd7 not found." at ProductDetailRoute.php line 90"
        "priority" => 250
        "priorityName" => "NOTICE"
        "context" => [
          "exception" => Shopware\Core\Content\Product\Exception\ProductNotFoundException {#5724
            #message: "Product for id a48b66bddba042a3b5ac7ddc53f14cd7 not found."
            #code: 0
            #file: "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php"
            #line: 90
            -statusCode: 404
            -headers: []
            #parameters: [
              "productId" => "a48b66bddba042a3b5ac7ddc53f14cd7"
            ]
            trace: {
              /var/www/vhosts/all4team/html/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:90 {
                Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
                › if (!($product instanceof SalesChannelProductEntity)) {    throw new ProductNotFoundException($productId);}
              }
              /var/www/vhosts/all4team/html/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/www/vhosts/all4team/html/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:68 {
                Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
                › {    return Profiler::trace('product-detail-route', function () use ($productId, $request, $context, $criteria) {        $mainVariantId = $this->checkVariantListingConfig($productId, $context);
              }
              /var/www/vhosts/all4team/html/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:70 {
                Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
                › 
                › $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($productId, $request, $context, $criteria));}
              /var/www/vhosts/all4team/html/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
                Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
                Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
                Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
                Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));}
              }
              /var/www/vhosts/all4team/html/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/all4team/html/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
                Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
                › 
                › $result = $param();}
              /var/www/vhosts/all4team/html/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
                Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
                › {    return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));}
              }
              /var/www/vhosts/all4team/html/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:70 {
                Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
                › 
                › $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($productId, $request, $context, $criteria));}
              /var/www/vhosts/all4team/html/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /var/www/vhosts/all4team/html/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /var/www/vhosts/all4team/html/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:67 {
                Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
                › 
                › $value = $this->cache->get($key, function (ItemInterface $item) use ($productId, $request, $context, $criteria) {    $name = self::buildName($productId);
              }
              /var/www/vhosts/all4team/html/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:70 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $result = $this->productDetailRoute->load($productId, $request, $context, $criteria);$product = $result->getProduct();
              }
              /var/www/vhosts/all4team/html/vendor/shopware/storefront/Controller/ProductController.php:62 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/all4team/html/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);}
              /var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/all4team/html/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 {
              }
              /var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:461 {
                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);}
              /var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:438 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:336 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:214 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
              }
              /var/www/vhosts/all4team/html/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);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php:155 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/all4team/html/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/all4team/html/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\DomainNotMappedListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.122+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.122+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.122+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.125+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.125+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.1 (Linux 6.1.0-22-amd64; PHP 8.2.28)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.000808
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.126+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            "cluster_name" => "opensearch"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "discovered_master" => true
            "discovered_cluster_manager" => true
            "active_primary_shards" => 46
            "active_shards" => 46
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 108
            "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" => 29.87012987013
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.126+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.126+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            "cluster_name" => "opensearch"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "discovered_master" => true
            "discovered_cluster_manager" => true
            "active_primary_shards" => 46
            "active_shards" => 46
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 108
            "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" => 29.87012987013
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.000808
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.133+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.133+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.1 (Linux 6.1.0-22-amd64; PHP 8.2.28)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.006789
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.134+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.13-95554"
              "uuid" => "MlyYDdNqTjeuFR4wccBJYQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "863"
              "docs.deleted" => "60"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.14-95555"
              "uuid" => "N1kUtG50TS-Oo4A6p9Me8g"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1038"
              "docs.deleted" => "24"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1716941102"
              "uuid" => "9eVnVLN-TzqTtXAXMJBw8w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5216241"
              "docs.deleted" => "9290"
              "store.size" => "1011.1mb"
              "pri.store.size" => "1011.1mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717545902"
              "uuid" => "iNA03CChQBmyx2hToSpk3Q"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217183"
              "docs.deleted" => "9301"
              "store.size" => "1010mb"
              "pri.store.size" => "1010mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717113901"
              "uuid" => "l-jKbU2HSjivPtQxFZwkcQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5216814"
              "docs.deleted" => "9300"
              "store.size" => "1010.3mb"
              "pri.store.size" => "1010.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.12-95553"
              "uuid" => "1kkLmwp8S2e_ICSBxNzFTg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1135"
              "docs.deleted" => "41"
              "store.size" => "1.6mb"
              "pri.store.size" => "1.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.11-95552"
              "uuid" => "3JWMRiBgSRes1oksn_aSqw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1105"
              "docs.deleted" => "46"
              "store.size" => "1.7mb"
              "pri.store.size" => "1.7mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.15-95556"
              "uuid" => "HdQFlJZnTKyZYARSHt4Elw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1336"
              "docs.deleted" => "61"
              "store.size" => "2.3mb"
              "pri.store.size" => "2.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.16-95557"
              "uuid" => "Ml4fgtm9RGWn45TmjGaLQg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "288"
              "docs.deleted" => "50"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717027502"
              "uuid" => "VR-CE1ucQA6BA-md9ZUE_g"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5216573"
              "docs.deleted" => "9297"
              "store.size" => "1010.5mb"
              "pri.store.size" => "1010.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".opendistro_security"
              "uuid" => "6cgGvKbVRwy0AguKZZSMTw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "10"
              "docs.deleted" => "0"
              "store.size" => "75.4kb"
              "pri.store.size" => "75.4kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.09-95529"
              "uuid" => "PR7XTJl8QG6F5FnWA2jQFg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "969"
              "docs.deleted" => "36"
              "store.size" => "2.2mb"
              "pri.store.size" => "2.2mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717286702"
              "uuid" => "llN12ZOQTQ-lmfywkBYzjw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217102"
              "docs.deleted" => "9301"
              "store.size" => "1010mb"
              "pri.store.size" => "1010mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717373101"
              "uuid" => "I1ADZo9FQ027DD3AKkzJ0Q"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217108"
              "docs.deleted" => "9301"
              "store.size" => "1010.3mb"
              "pri.store.size" => "1010.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.10-95551"
              "uuid" => "zbMqwUcmQsWKkwEuHGTZSg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "666"
              "docs.deleted" => "45"
              "store.size" => "1.3mb"
              "pri.store.size" => "1.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1716336301"
              "uuid" => "eypQ_Dv5SH-IXZwshALQYQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "6274458"
              "docs.deleted" => "546336"
              "store.size" => "1gb"
              "pri.store.size" => "1gb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".plugins-ml-config"
              "uuid" => "-buGPoDKR2elYun16oB1Rg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "1"
              "docs.deleted" => "0"
              "store.size" => "3.9kb"
              "pri.store.size" => "3.9kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".opensearch-observability"
              "uuid" => "wrMvV9vdTOGTWQGl4Hs8Mg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "208b"
              "pri.store.size" => "208b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717632302"
              "uuid" => "zxoPdi-hS_GQaP9kMBJqUQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217457"
              "docs.deleted" => "7431"
              "store.size" => "1gb"
              "pri.store.size" => "1gb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717718701"
              "uuid" => "5ONTVdfGTc-WbZjw9QccTA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217475"
              "docs.deleted" => "7694"
              "store.size" => "1gb"
              "pri.store.size" => "1gb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "security-auditlog-2023.07.13"
              "uuid" => "kjRIp0y6TByCsPFB8KDQfQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "44"
              "docs.deleted" => "0"
              "store.size" => "179.1kb"
              "pri.store.size" => "179.1kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717200302"
              "uuid" => "op-PO-N7QAueUQ0mofrWBQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217018"
              "docs.deleted" => "9301"
              "store.size" => "1010.6mb"
              "pri.store.size" => "1010.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717459502"
              "uuid" => "kJAHFSDtSo6zN9SwhrEXNA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217133"
              "docs.deleted" => "9301"
              "store.size" => "1017.5mb"
              "pri.store.size" => "1017.5mb"
            ]
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.134+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cat/indices?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.134+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.13-95554"
              "uuid" => "MlyYDdNqTjeuFR4wccBJYQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "863"
              "docs.deleted" => "60"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.14-95555"
              "uuid" => "N1kUtG50TS-Oo4A6p9Me8g"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1038"
              "docs.deleted" => "24"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1716941102"
              "uuid" => "9eVnVLN-TzqTtXAXMJBw8w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5216241"
              "docs.deleted" => "9290"
              "store.size" => "1011.1mb"
              "pri.store.size" => "1011.1mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717545902"
              "uuid" => "iNA03CChQBmyx2hToSpk3Q"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217183"
              "docs.deleted" => "9301"
              "store.size" => "1010mb"
              "pri.store.size" => "1010mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717113901"
              "uuid" => "l-jKbU2HSjivPtQxFZwkcQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5216814"
              "docs.deleted" => "9300"
              "store.size" => "1010.3mb"
              "pri.store.size" => "1010.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.12-95553"
              "uuid" => "1kkLmwp8S2e_ICSBxNzFTg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1135"
              "docs.deleted" => "41"
              "store.size" => "1.6mb"
              "pri.store.size" => "1.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.11-95552"
              "uuid" => "3JWMRiBgSRes1oksn_aSqw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1105"
              "docs.deleted" => "46"
              "store.size" => "1.7mb"
              "pri.store.size" => "1.7mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.15-95556"
              "uuid" => "HdQFlJZnTKyZYARSHt4Elw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1336"
              "docs.deleted" => "61"
              "store.size" => "2.3mb"
              "pri.store.size" => "2.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.16-95557"
              "uuid" => "Ml4fgtm9RGWn45TmjGaLQg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "288"
              "docs.deleted" => "50"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717027502"
              "uuid" => "VR-CE1ucQA6BA-md9ZUE_g"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5216573"
              "docs.deleted" => "9297"
              "store.size" => "1010.5mb"
              "pri.store.size" => "1010.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".opendistro_security"
              "uuid" => "6cgGvKbVRwy0AguKZZSMTw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "10"
              "docs.deleted" => "0"
              "store.size" => "75.4kb"
              "pri.store.size" => "75.4kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.09-95529"
              "uuid" => "PR7XTJl8QG6F5FnWA2jQFg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "969"
              "docs.deleted" => "36"
              "store.size" => "2.2mb"
              "pri.store.size" => "2.2mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717286702"
              "uuid" => "llN12ZOQTQ-lmfywkBYzjw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217102"
              "docs.deleted" => "9301"
              "store.size" => "1010mb"
              "pri.store.size" => "1010mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717373101"
              "uuid" => "I1ADZo9FQ027DD3AKkzJ0Q"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217108"
              "docs.deleted" => "9301"
              "store.size" => "1010.3mb"
              "pri.store.size" => "1010.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.10-95551"
              "uuid" => "zbMqwUcmQsWKkwEuHGTZSg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "666"
              "docs.deleted" => "45"
              "store.size" => "1.3mb"
              "pri.store.size" => "1.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1716336301"
              "uuid" => "eypQ_Dv5SH-IXZwshALQYQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "6274458"
              "docs.deleted" => "546336"
              "store.size" => "1gb"
              "pri.store.size" => "1gb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".plugins-ml-config"
              "uuid" => "-buGPoDKR2elYun16oB1Rg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "1"
              "docs.deleted" => "0"
              "store.size" => "3.9kb"
              "pri.store.size" => "3.9kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".opensearch-observability"
              "uuid" => "wrMvV9vdTOGTWQGl4Hs8Mg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "208b"
              "pri.store.size" => "208b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717632302"
              "uuid" => "zxoPdi-hS_GQaP9kMBJqUQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217457"
              "docs.deleted" => "7431"
              "store.size" => "1gb"
              "pri.store.size" => "1gb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717718701"
              "uuid" => "5ONTVdfGTc-WbZjw9QccTA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217475"
              "docs.deleted" => "7694"
              "store.size" => "1gb"
              "pri.store.size" => "1gb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "security-auditlog-2023.07.13"
              "uuid" => "kjRIp0y6TByCsPFB8KDQfQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "44"
              "docs.deleted" => "0"
              "store.size" => "179.1kb"
              "pri.store.size" => "179.1kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717200302"
              "uuid" => "op-PO-N7QAueUQ0mofrWBQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217018"
              "docs.deleted" => "9301"
              "store.size" => "1010.6mb"
              "pri.store.size" => "1010.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717459502"
              "uuid" => "kJAHFSDtSo6zN9SwhrEXNA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217133"
              "docs.deleted" => "9301"
              "store.size" => "1017.5mb"
              "pri.store.size" => "1017.5mb"
            ]
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.006789
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Profiling\Integration\ServerTiming::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.139+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.140+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.140+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.140+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"
      ]
    ]
    5857 => [
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.054+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.055+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.055+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerJtYhSDA\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.055+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.091+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\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.091+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.092+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\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.095+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.095+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.1 (Linux 6.1.0-22-amd64; PHP 8.2.28)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.000959
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.095+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            "cluster_name" => "opensearch"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "discovered_master" => true
            "discovered_cluster_manager" => true
            "active_primary_shards" => 46
            "active_shards" => 46
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 108
            "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" => 29.87012987013
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.095+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.095+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            "cluster_name" => "opensearch"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "discovered_master" => true
            "discovered_cluster_manager" => true
            "active_primary_shards" => 46
            "active_shards" => 46
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 108
            "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" => 29.87012987013
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.000959
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.100+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.100+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.1 (Linux 6.1.0-22-amd64; PHP 8.2.28)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.004495
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.100+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.13-95554"
              "uuid" => "MlyYDdNqTjeuFR4wccBJYQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "863"
              "docs.deleted" => "60"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.14-95555"
              "uuid" => "N1kUtG50TS-Oo4A6p9Me8g"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1038"
              "docs.deleted" => "24"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1716941102"
              "uuid" => "9eVnVLN-TzqTtXAXMJBw8w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5216241"
              "docs.deleted" => "9290"
              "store.size" => "1011.1mb"
              "pri.store.size" => "1011.1mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717545902"
              "uuid" => "iNA03CChQBmyx2hToSpk3Q"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217183"
              "docs.deleted" => "9301"
              "store.size" => "1010mb"
              "pri.store.size" => "1010mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717113901"
              "uuid" => "l-jKbU2HSjivPtQxFZwkcQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5216814"
              "docs.deleted" => "9300"
              "store.size" => "1010.3mb"
              "pri.store.size" => "1010.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.12-95553"
              "uuid" => "1kkLmwp8S2e_ICSBxNzFTg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1135"
              "docs.deleted" => "41"
              "store.size" => "1.6mb"
              "pri.store.size" => "1.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.11-95552"
              "uuid" => "3JWMRiBgSRes1oksn_aSqw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1105"
              "docs.deleted" => "46"
              "store.size" => "1.7mb"
              "pri.store.size" => "1.7mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.15-95556"
              "uuid" => "HdQFlJZnTKyZYARSHt4Elw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1336"
              "docs.deleted" => "61"
              "store.size" => "2.3mb"
              "pri.store.size" => "2.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.16-95557"
              "uuid" => "Ml4fgtm9RGWn45TmjGaLQg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "288"
              "docs.deleted" => "50"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717027502"
              "uuid" => "VR-CE1ucQA6BA-md9ZUE_g"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5216573"
              "docs.deleted" => "9297"
              "store.size" => "1010.5mb"
              "pri.store.size" => "1010.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".opendistro_security"
              "uuid" => "6cgGvKbVRwy0AguKZZSMTw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "10"
              "docs.deleted" => "0"
              "store.size" => "75.4kb"
              "pri.store.size" => "75.4kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.09-95529"
              "uuid" => "PR7XTJl8QG6F5FnWA2jQFg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "969"
              "docs.deleted" => "36"
              "store.size" => "2.2mb"
              "pri.store.size" => "2.2mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717286702"
              "uuid" => "llN12ZOQTQ-lmfywkBYzjw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217102"
              "docs.deleted" => "9301"
              "store.size" => "1010mb"
              "pri.store.size" => "1010mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717373101"
              "uuid" => "I1ADZo9FQ027DD3AKkzJ0Q"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217108"
              "docs.deleted" => "9301"
              "store.size" => "1010.3mb"
              "pri.store.size" => "1010.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.10-95551"
              "uuid" => "zbMqwUcmQsWKkwEuHGTZSg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "666"
              "docs.deleted" => "45"
              "store.size" => "1.3mb"
              "pri.store.size" => "1.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1716336301"
              "uuid" => "eypQ_Dv5SH-IXZwshALQYQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "6274458"
              "docs.deleted" => "546336"
              "store.size" => "1gb"
              "pri.store.size" => "1gb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".plugins-ml-config"
              "uuid" => "-buGPoDKR2elYun16oB1Rg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "1"
              "docs.deleted" => "0"
              "store.size" => "3.9kb"
              "pri.store.size" => "3.9kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".opensearch-observability"
              "uuid" => "wrMvV9vdTOGTWQGl4Hs8Mg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "208b"
              "pri.store.size" => "208b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717632302"
              "uuid" => "zxoPdi-hS_GQaP9kMBJqUQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217457"
              "docs.deleted" => "7431"
              "store.size" => "1gb"
              "pri.store.size" => "1gb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717718701"
              "uuid" => "5ONTVdfGTc-WbZjw9QccTA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217475"
              "docs.deleted" => "7694"
              "store.size" => "1gb"
              "pri.store.size" => "1gb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "security-auditlog-2023.07.13"
              "uuid" => "kjRIp0y6TByCsPFB8KDQfQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "44"
              "docs.deleted" => "0"
              "store.size" => "179.1kb"
              "pri.store.size" => "179.1kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717200302"
              "uuid" => "op-PO-N7QAueUQ0mofrWBQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217018"
              "docs.deleted" => "9301"
              "store.size" => "1010.6mb"
              "pri.store.size" => "1010.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717459502"
              "uuid" => "kJAHFSDtSo6zN9SwhrEXNA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217133"
              "docs.deleted" => "9301"
              "store.size" => "1017.5mb"
              "pri.store.size" => "1017.5mb"
            ]
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.100+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cat/indices?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.100+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.13-95554"
              "uuid" => "MlyYDdNqTjeuFR4wccBJYQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "863"
              "docs.deleted" => "60"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.14-95555"
              "uuid" => "N1kUtG50TS-Oo4A6p9Me8g"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1038"
              "docs.deleted" => "24"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1716941102"
              "uuid" => "9eVnVLN-TzqTtXAXMJBw8w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5216241"
              "docs.deleted" => "9290"
              "store.size" => "1011.1mb"
              "pri.store.size" => "1011.1mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717545902"
              "uuid" => "iNA03CChQBmyx2hToSpk3Q"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217183"
              "docs.deleted" => "9301"
              "store.size" => "1010mb"
              "pri.store.size" => "1010mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717113901"
              "uuid" => "l-jKbU2HSjivPtQxFZwkcQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5216814"
              "docs.deleted" => "9300"
              "store.size" => "1010.3mb"
              "pri.store.size" => "1010.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.12-95553"
              "uuid" => "1kkLmwp8S2e_ICSBxNzFTg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1135"
              "docs.deleted" => "41"
              "store.size" => "1.6mb"
              "pri.store.size" => "1.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.11-95552"
              "uuid" => "3JWMRiBgSRes1oksn_aSqw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1105"
              "docs.deleted" => "46"
              "store.size" => "1.7mb"
              "pri.store.size" => "1.7mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.15-95556"
              "uuid" => "HdQFlJZnTKyZYARSHt4Elw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "1336"
              "docs.deleted" => "61"
              "store.size" => "2.3mb"
              "pri.store.size" => "2.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.16-95557"
              "uuid" => "Ml4fgtm9RGWn45TmjGaLQg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "288"
              "docs.deleted" => "50"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717027502"
              "uuid" => "VR-CE1ucQA6BA-md9ZUE_g"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5216573"
              "docs.deleted" => "9297"
              "store.size" => "1010.5mb"
              "pri.store.size" => "1010.5mb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".opendistro_security"
              "uuid" => "6cgGvKbVRwy0AguKZZSMTw"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "10"
              "docs.deleted" => "0"
              "store.size" => "75.4kb"
              "pri.store.size" => "75.4kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.09-95529"
              "uuid" => "PR7XTJl8QG6F5FnWA2jQFg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "969"
              "docs.deleted" => "36"
              "store.size" => "2.2mb"
              "pri.store.size" => "2.2mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717286702"
              "uuid" => "llN12ZOQTQ-lmfywkBYzjw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217102"
              "docs.deleted" => "9301"
              "store.size" => "1010mb"
              "pri.store.size" => "1010mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717373101"
              "uuid" => "I1ADZo9FQ027DD3AKkzJ0Q"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217108"
              "docs.deleted" => "9301"
              "store.size" => "1010.3mb"
              "pri.store.size" => "1010.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "top_queries-2026.02.10-95551"
              "uuid" => "zbMqwUcmQsWKkwEuHGTZSg"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "666"
              "docs.deleted" => "45"
              "store.size" => "1.3mb"
              "pri.store.size" => "1.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1716336301"
              "uuid" => "eypQ_Dv5SH-IXZwshALQYQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "6274458"
              "docs.deleted" => "546336"
              "store.size" => "1gb"
              "pri.store.size" => "1gb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".plugins-ml-config"
              "uuid" => "-buGPoDKR2elYun16oB1Rg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "1"
              "docs.deleted" => "0"
              "store.size" => "3.9kb"
              "pri.store.size" => "3.9kb"
            ]
            [
              "health" => "green"
              "status" => "open"
              "index" => ".opensearch-observability"
              "uuid" => "wrMvV9vdTOGTWQGl4Hs8Mg"
              "pri" => "1"
              "rep" => "0"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "208b"
              "pri.store.size" => "208b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717632302"
              "uuid" => "zxoPdi-hS_GQaP9kMBJqUQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217457"
              "docs.deleted" => "7431"
              "store.size" => "1gb"
              "pri.store.size" => "1gb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717718701"
              "uuid" => "5ONTVdfGTc-WbZjw9QccTA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217475"
              "docs.deleted" => "7694"
              "store.size" => "1gb"
              "pri.store.size" => "1gb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "security-auditlog-2023.07.13"
              "uuid" => "kjRIp0y6TByCsPFB8KDQfQ"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "44"
              "docs.deleted" => "0"
              "store.size" => "179.1kb"
              "pri.store.size" => "179.1kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717200302"
              "uuid" => "op-PO-N7QAueUQ0mofrWBQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217018"
              "docs.deleted" => "9301"
              "store.size" => "1010.6mb"
              "pri.store.size" => "1010.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_all4team_product_1717459502"
              "uuid" => "kJAHFSDtSo6zN9SwhrEXNA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "5217133"
              "docs.deleted" => "9301"
              "store.size" => "1017.5mb"
              "pri.store.size" => "1017.5mb"
            ]
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.004495
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Profiling\Integration\ServerTiming::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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" => 1771225059
        "timestamp_rfc3339" => "2026-02-16T06:57:39.120+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
    733 => 0
    5857 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#514 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip, deflate, br"
connection
"keep-alive"
forwarded
"for="66.249.78.2";host="www.all4team.de";proto=https"
from
"googlebot(at)googlebot.com"
host
"www.all4team.de"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"2LCs8DxPg2VoAb9Ru0EOYJX6zu6qoyDJ"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
x-forwarded-for
"66.249.78.2"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 16 Feb 2026 06:57:39 GMT"
server-timing
""
sw-context-token
"2LCs8DxPg2VoAb9Ru0EOYJX6zu6qoyDJ"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"Product%20for%20id%20a48b66bddba042a3b5ac7ddc53f14cd7%20not%20found."
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fall4team%2Fhtml%2Fvendor%2Fshopware%2Fcore%2FContent%2FProduct%2FSalesChannel%2FDetail%2FProductDetailRoute.php:90"
x-debug-token
"210f29"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 12

Session Metadata

Key Value
Created
"Mon, 16 Feb 26 06:57:38 +0000"
Last used
"Mon, 16 Feb 26 06:57:38 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"kv3c0fa1spq2u6uhu3tkf0pfel"
sw-context-token
"2LCs8DxPg2VoAb9Ru0EOYJX6zu6qoyDJ"
sw-sales-channel-id
"a4d331012b00410ab817a4dd8c7bc7f0"

Session Usage

12 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:106
[
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 106
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:107
[
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 107
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:309
[
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 309
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 119
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:121
[
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 121
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:122
[
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 122
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:127
[
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 127
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver:65
[
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 65
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 50
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 70
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 461
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 438
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 336
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 214
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/shopware/core/Kernel.php"
    "line" => 155
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/all4team/html/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/vhosts/all4team/html/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
"def000008bb8000e28e56921695e4fab65ec11af451433022ec1898934e462c2d3743daf8028d3c0c4cb59122d1bc8d5b6e9c2842a524d189be6ebabe2ad98c23284e051"
APP_URL
"https://www.all4team.de"
APP_URL_CHECK_DISABLED
"1"
BLUE_GREEN_DEPLOYMENT
"0"
COMPOSER_HOME
"/var/www/vhosts/all4team/html/var/cache/composer"
DATABASE_URL
"mysql://all4team:yae3tahmao0ish3ia4gahchaaP4Oog3g@127.0.0.1/all4team_shopware?unix_socket=/var/run/mysqld/mysqld.sock"
INSTANCE_ID
"BFKxCkV57SvEYj2V9nBRJcfYYcDBNhBl"
LOCK_DSN
"flock"
MAILER_DSN
"native://default"
MAILER_URL
"null://null"
MESSENGER_TRANSPORT_DSN
"amqp://all4team:eeHiazoh4neizie0eifahwah0chohb3e@localhost:5672/%2fall4team/messages"
OPENSEARCH_URL
"localhost:9200"
PROXY_URL
"http://localhost"
SHOPWARE_CACHE_ID
"a4t"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"1"
SHOPWARE_ES_INDEXING_ENABLED
"1"
SHOPWARE_ES_INDEX_PREFIX
"sw_all4team"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"
SQL_SET_DEFAULT_SESSION_VARIABLES
"0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
DOCUMENT_ROOT
"/var/www/vhosts/all4team/html/public"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_CONNECTION
"keep-alive"
HTTP_FORWARDED
"for="66.249.78.2";host="www.all4team.de";proto=https"
HTTP_FROM
"googlebot(at)googlebot.com"
HTTP_HOST
"www.all4team.de"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
HTTP_X_FORWARDED_FOR
"66.249.78.2"
LSWS_EDITION
"Openlitespeed 1.8.2"
PATH
"/bin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/PUMA-RBD-Game-Low-AC-PS-001-WHITE-WHITE-PUMA/38735115300123"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"54309"
REQUEST_METHOD
"GET"
REQUEST_TIME
1771225058
REQUEST_TIME_FLOAT
1771225058.8735
REQUEST_URI
"/detail/a48b66bddba042a3b5ac7ddc53f14cd7"
SCRIPT_FILENAME
"/var/www/vhosts/all4team/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"37.221.195.102"
SERVER_ADMIN
""
SERVER_NAME
"www.all4team.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SSL_CIPHER
"TLS_AES_128_GCM_SHA256"
SSL_CIPHER_ALGKEYSIZE
"128"
SSL_CIPHER_USEKEYSIZE
"128"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/all4team/html/.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,PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,LOCK_DSN,APP_URL_CHECK_DISABLED,SHOPWARE_CDN_STRATEGY_DEFAULT,MESSENGER_TRANSPORT_DSN,MAILER_DSN,COMPOSER_HOME,SQL_SET_DEFAULT_SESSION_VARIABLES,SHOPWARE_CACHE_ID"
X-LSCACHE
"on,crawler"

Parent Request

Return to parent request (token = 76b3ab)

Key Value
_controller
"Shopware\Storefront\Controller\ProductController::index"
_cspNonce
"pXB6GKoMQ2c="
_httpCache
true
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.detail.page"
_routeScope
[
  "storefront"
]
_route_params
[
  "_httpCache" => true
  "productId" => "a48b66bddba042a3b5ac7ddc53f14cd7"
]
_stopwatch_token
"ea317b"
productId
"a48b66bddba042a3b5ac7ddc53f14cd7"
resolved-uri
"/detail/a48b66bddba042a3b5ac7ddc53f14cd7"
sw-context
Shopware\Core\Framework\Context {#1753
  #extensions: []
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #scope: "user"
  #rulesLocked: false
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#1758 …}
  #ruleIds: [
    "1eac567d7d314563bfa3305e2e8446bb"
    "9628985660b5415c9ee8f65bade111bf"
    "eb63558ebb734bde8518103eff3442cf"
    "8444b9bcc809444aa5a3fe1f3260a9cc"
    "43a89e1a4b454d078913ef45f83aafdf"
    "6e3190c99cf44a80a3b9407e5e813c45"
  ]
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyFactor: 1.0
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#1772 …}
  #states: []
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"2ad4a2ba82444155bd71f7f2b412c878"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["24.134.6.209","212.227.30.178","2001:8d8:1800:842b::1","217.84.183.194","87.128.70.14","24.134.68.153","91.39.176.137"]"
sw-original-request-uri
"/PUMA-RBD-Game-Low-AC-PS-001-WHITE-WHITE-PUMA/38735115300123"
sw-sales-channel-absolute-base-url
"https://www.all4team.de"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#1747
  #extensions: []
  #token: "2LCs8DxPg2VoAb9Ru0EOYJX6zu6qoyDJ"
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#1752 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#4392 …}
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#4386 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#1770 …}
  #customer: null
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#4394 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#3595 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#3645 …}
  #permissions: []
  #permisionsLocked: false
  #imitatingUserId: null
  #context: Shopware\Core\Framework\Context {#1753
    #extensions: []
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #scope: "user"
    #rulesLocked: false
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#1758 …}
    #ruleIds: [
      "1eac567d7d314563bfa3305e2e8446bb"
      "9628985660b5415c9ee8f65bade111bf"
      "eb63558ebb734bde8518103eff3442cf"
      "8444b9bcc809444aa5a3fe1f3260a9cc"
      "43a89e1a4b454d078913ef45f83aafdf"
      "6e3190c99cf44a80a3b9407e5e813c45"
    ]
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyFactor: 1.0
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#1772 …}
    #states: []
  }
  -domainId: "2ad4a2ba82444155bd71f7f2b412c878"
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#1772 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4382 …}
  #areaRuleIds: [
    "shipping" => [
      "1eac567d7d314563bfa3305e2e8446bb"
      "9628985660b5415c9ee8f65bade111bf"
    ]
    "promotion" => [
      "1eac567d7d314563bfa3305e2e8446bb"
      "6e3190c99cf44a80a3b9407e5e813c45"
    ]
    "payment" => [
      "6e3190c99cf44a80a3b9407e5e813c45"
    ]
  ]
  #states: []
}
sw-sales-channel-id
"a4d331012b00410ab817a4dd8c7bc7f0"
sw-snippet-set-id
"f1c9597070844b1c81bac5e30380a007"
sw-storefront-url
"https://www.all4team.de"
theme-base-name
null
theme-id
"5ba84744a5454126965fa31d1eba0018"
theme-name
"Teamsportversand"