Error 404 Not Found

GET https://new.rosland.gold/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"dHB5BLTUb34="
_route_params
[]
_stopwatch_token
"6941ec"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1324
  #message: "No route found for "GET https://new.rosland.gold/robots.txt""
  #code: 0
  #file: "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 149
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1119 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
      Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
      Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
      Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › 
      ›     return $this->dispatcher->dispatch($event, $eventName);}
    }
    /var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/clients/client1/web42/web/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/clients/client1/web42/web/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/clients/client1/web42/web/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/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
      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/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
      › 
      › $response = $this->forward($subRequest, $catch);}
    /var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->fetch($request, $catch);}
    }
    /var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
    }
    /var/www/clients/client1/web42/web/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/clients/client1/web42/web/vendor/shopware/core/Kernel.php:129 {
      Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
    }
    /var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/clients/client1/web42/web/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/clients/client1/web42/web/public/index.php:10 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#666
  -records: [
    "" => [
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.843+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "routing-domains"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.844+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.844+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.844+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "system-config-"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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"
      ]
    ]
    134 => [
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.856+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.856+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.856+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.857+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.857+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.857+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.857+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.857+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.857+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.857+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.858+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://new.rosland.gold/robots.txt"" at RouterListener.php line 149"
        "priority" => 250
        "priorityName" => "NOTICE"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1324
            #message: "No route found for "GET https://new.rosland.gold/robots.txt""
            #code: 0
            #file: "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 149
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1119 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php:159 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/clients/client1/web42/web/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/clients/client1/web42/web/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/clients/client1/web42/web/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/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                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/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/clients/client1/web42/web/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/clients/client1/web42/web/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/clients/client1/web42/web/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/clients/client1/web42/web/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.895+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.895+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 5.4.0-216-generic; PHP 8.2.19)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.00035
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.895+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            "cluster_name" => "elasticsearch"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "active_primary_shards" => 127
            "active_shards" => 127
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 266
            "unassigned_primary_shards" => 0
            "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" => 32.315521628499
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.895+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.895+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            "cluster_name" => "elasticsearch"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "active_primary_shards" => 127
            "active_shards" => 127
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 266
            "unassigned_primary_shards" => 0
            "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" => 32.315521628499
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.00035
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.898+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.898+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 5.4.0-216-generic; PHP 8.2.19)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.002835
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.898+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_product_1756237100"
              "uuid" => "tJ2azAnsTfOlTOeeSuDdlw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "252329"
              "docs.deleted" => "0"
              "store.size" => "51.2mb"
              "pri.store.size" => "51.2mb"
              "dataset.size" => "51.2mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "roslandn_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1685973755"
              "uuid" => "SVKgv26dSzWnHIn8cqzmRg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "roslandn_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1685973732"
              "uuid" => "WquENb-oTIyGXZCdiHt4Bw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-sales-channel-listing_1696198995"
              "uuid" => "g0m7452eTHqe23o-u4VpOQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "4"
              "docs.deleted" => "0"
              "store.size" => "17.5kb"
              "pri.store.size" => "17.5kb"
              "dataset.size" => "17.5kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "rosland_product_1712914068"
              "uuid" => "wTBANbzYSXSVLaUI8fbe2g"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "228333"
              "docs.deleted" => "7423"
              "store.size" => "32.4mb"
              "pri.store.size" => "32.4mb"
              "dataset.size" => "32.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-category-listing_1696198945"
              "uuid" => "eHai7s4wS-qeUE4gOhoMfA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-product-stream-listing_1696198998"
              "uuid" => "rR41Id1SQ5yTt5sQJN-E9g"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "45"
              "docs.deleted" => "5"
              "store.size" => "63kb"
              "pri.store.size" => "63kb"
              "dataset.size" => "63kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_product_1762349284"
              "uuid" => "pDJ_8CD2QxOB3Gv8_fupwA"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "249b"
              "pri.store.size" => "249b"
              "dataset.size" => "249b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "rosland_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1696198942"
              "uuid" => "YfgV1Y4MQmyS-gqImNbVvQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "17524"
              "docs.deleted" => "0"
              "store.size" => "5.9mb"
              "pri.store.size" => "5.9mb"
              "dataset.size" => "5.9mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-shipping-method-listing_1696198996"
              "uuid" => "GrbtfScYQO-NhoD3QKC79Q"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "6"
              "docs.deleted" => "0"
              "store.size" => "18.5kb"
              "pri.store.size" => "18.5kb"
              "dataset.size" => "18.5kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-landing-page-listing_1696198989"
              "uuid" => "7ZW02ZAlRCSmgbvPbkReUw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-newsletter-recipient-listing_1696198998"
              "uuid" => "H2OM2awFSa-7VvbT1nXxdA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "173"
              "docs.deleted" => "3"
              "store.size" => "151.7kb"
              "pri.store.size" => "151.7kb"
              "dataset.size" => "151.7kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-customer-listing_1696198987"
              "uuid" => "VViuVjKASR-z0X6kNm4dzg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "2918"
              "docs.deleted" => "379"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
              "dataset.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-product-listing_1696198993"
              "uuid" => "blGNisu_RlCqFLmOo9mSlA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "4963"
              "docs.deleted" => "1008"
              "store.size" => "1.9mb"
              "pri.store.size" => "1.9mb"
              "dataset.size" => "1.9mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-cms-page-listing_1696198986"
              "uuid" => "WszSwuOMQJ6eZVuaoY5Feg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "194"
              "docs.deleted" => "28"
              "store.size" => "212.9kb"
              "pri.store.size" => "212.9kb"
              "dataset.size" => "212.9kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-payment-method-listing_1696198992"
              "uuid" => "7cATnTAXSRqDLMG3CnXF9w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "68"
              "docs.deleted" => "1"
              "store.size" => "41.8kb"
              "pri.store.size" => "41.8kb"
              "dataset.size" => "41.8kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-order-listing_1696198991"
              "uuid" => "W_DqirgLTGa96S29w-1Khg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "3477"
              "docs.deleted" => "360"
              "store.size" => "1.6mb"
              "pri.store.size" => "1.6mb"
              "dataset.size" => "1.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-customer-group-listing_1696198988"
              "uuid" => "ZVNTd3DsQIKIHgjmSwo1UA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "4"
              "docs.deleted" => "0"
              "store.size" => "12.1kb"
              "pri.store.size" => "12.1kb"
              "dataset.size" => "12.1kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "rosland_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1696198953"
              "uuid" => "Ayx6ewNJStiez5909xhn6w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "158814"
              "docs.deleted" => "11734"
              "store.size" => "33.6mb"
              "pri.store.size" => "33.6mb"
              "dataset.size" => "33.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-category-listing_1696198997"
              "uuid" => "041x7pV7SVGdlWrdYKvhvw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "421"
              "docs.deleted" => "79"
              "store.size" => "235.7kb"
              "pri.store.size" => "235.7kb"
              "dataset.size" => "235.7kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-manufacturer-listing_1696198990"
              "uuid" => "BoppG-7VTKGZR2dtgXeYyg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "37"
              "docs.deleted" => "1"
              "store.size" => "53.3kb"
              "pri.store.size" => "53.3kb"
              "dataset.size" => "53.3kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-shipping-method-listing_1696198944"
              "uuid" => "tTY4BFd5QWKXFrnjzkzIXg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_product_1717666750"
              "uuid" => "pxIyInsjT8e-cXjyO_voIA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "223964"
              "docs.deleted" => "17044"
              "store.size" => "37.4mb"
              "pri.store.size" => "37.4mb"
              "dataset.size" => "37.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-promotion-listing_1696198994"
              "uuid" => "_yAqMdy3Sg2uZJIzVDVjAg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "25"
              "docs.deleted" => "4"
              "store.size" => "49kb"
              "pri.store.size" => "49kb"
              "dataset.size" => "49kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-media-listing_1696198991"
              "uuid" => "2veTAvGDSjq4bMkmn_x2Pw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "22533"
              "docs.deleted" => "1748"
              "store.size" => "6.3mb"
              "pri.store.size" => "6.3mb"
              "dataset.size" => "6.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-property-group-listing_1696198994"
              "uuid" => "laApn9blSr2BxNu93amNVQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "20"
              "docs.deleted" => "3"
              "store.size" => "42.3kb"
              "pri.store.size" => "42.3kb"
              "dataset.size" => "42.3kb"
            ]
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.898+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cat/indices?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.898+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_product_1756237100"
              "uuid" => "tJ2azAnsTfOlTOeeSuDdlw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "252329"
              "docs.deleted" => "0"
              "store.size" => "51.2mb"
              "pri.store.size" => "51.2mb"
              "dataset.size" => "51.2mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "roslandn_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1685973755"
              "uuid" => "SVKgv26dSzWnHIn8cqzmRg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "roslandn_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1685973732"
              "uuid" => "WquENb-oTIyGXZCdiHt4Bw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-sales-channel-listing_1696198995"
              "uuid" => "g0m7452eTHqe23o-u4VpOQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "4"
              "docs.deleted" => "0"
              "store.size" => "17.5kb"
              "pri.store.size" => "17.5kb"
              "dataset.size" => "17.5kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "rosland_product_1712914068"
              "uuid" => "wTBANbzYSXSVLaUI8fbe2g"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "228333"
              "docs.deleted" => "7423"
              "store.size" => "32.4mb"
              "pri.store.size" => "32.4mb"
              "dataset.size" => "32.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-category-listing_1696198945"
              "uuid" => "eHai7s4wS-qeUE4gOhoMfA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-product-stream-listing_1696198998"
              "uuid" => "rR41Id1SQ5yTt5sQJN-E9g"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "45"
              "docs.deleted" => "5"
              "store.size" => "63kb"
              "pri.store.size" => "63kb"
              "dataset.size" => "63kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_product_1762349284"
              "uuid" => "pDJ_8CD2QxOB3Gv8_fupwA"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "249b"
              "pri.store.size" => "249b"
              "dataset.size" => "249b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "rosland_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1696198942"
              "uuid" => "YfgV1Y4MQmyS-gqImNbVvQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "17524"
              "docs.deleted" => "0"
              "store.size" => "5.9mb"
              "pri.store.size" => "5.9mb"
              "dataset.size" => "5.9mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-shipping-method-listing_1696198996"
              "uuid" => "GrbtfScYQO-NhoD3QKC79Q"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "6"
              "docs.deleted" => "0"
              "store.size" => "18.5kb"
              "pri.store.size" => "18.5kb"
              "dataset.size" => "18.5kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-landing-page-listing_1696198989"
              "uuid" => "7ZW02ZAlRCSmgbvPbkReUw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-newsletter-recipient-listing_1696198998"
              "uuid" => "H2OM2awFSa-7VvbT1nXxdA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "173"
              "docs.deleted" => "3"
              "store.size" => "151.7kb"
              "pri.store.size" => "151.7kb"
              "dataset.size" => "151.7kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-customer-listing_1696198987"
              "uuid" => "VViuVjKASR-z0X6kNm4dzg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "2918"
              "docs.deleted" => "379"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
              "dataset.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-product-listing_1696198993"
              "uuid" => "blGNisu_RlCqFLmOo9mSlA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "4963"
              "docs.deleted" => "1008"
              "store.size" => "1.9mb"
              "pri.store.size" => "1.9mb"
              "dataset.size" => "1.9mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-cms-page-listing_1696198986"
              "uuid" => "WszSwuOMQJ6eZVuaoY5Feg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "194"
              "docs.deleted" => "28"
              "store.size" => "212.9kb"
              "pri.store.size" => "212.9kb"
              "dataset.size" => "212.9kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-payment-method-listing_1696198992"
              "uuid" => "7cATnTAXSRqDLMG3CnXF9w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "68"
              "docs.deleted" => "1"
              "store.size" => "41.8kb"
              "pri.store.size" => "41.8kb"
              "dataset.size" => "41.8kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-order-listing_1696198991"
              "uuid" => "W_DqirgLTGa96S29w-1Khg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "3477"
              "docs.deleted" => "360"
              "store.size" => "1.6mb"
              "pri.store.size" => "1.6mb"
              "dataset.size" => "1.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-customer-group-listing_1696198988"
              "uuid" => "ZVNTd3DsQIKIHgjmSwo1UA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "4"
              "docs.deleted" => "0"
              "store.size" => "12.1kb"
              "pri.store.size" => "12.1kb"
              "dataset.size" => "12.1kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "rosland_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1696198953"
              "uuid" => "Ayx6ewNJStiez5909xhn6w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "158814"
              "docs.deleted" => "11734"
              "store.size" => "33.6mb"
              "pri.store.size" => "33.6mb"
              "dataset.size" => "33.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-category-listing_1696198997"
              "uuid" => "041x7pV7SVGdlWrdYKvhvw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "421"
              "docs.deleted" => "79"
              "store.size" => "235.7kb"
              "pri.store.size" => "235.7kb"
              "dataset.size" => "235.7kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-manufacturer-listing_1696198990"
              "uuid" => "BoppG-7VTKGZR2dtgXeYyg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "37"
              "docs.deleted" => "1"
              "store.size" => "53.3kb"
              "pri.store.size" => "53.3kb"
              "dataset.size" => "53.3kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-shipping-method-listing_1696198944"
              "uuid" => "tTY4BFd5QWKXFrnjzkzIXg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_product_1717666750"
              "uuid" => "pxIyInsjT8e-cXjyO_voIA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "223964"
              "docs.deleted" => "17044"
              "store.size" => "37.4mb"
              "pri.store.size" => "37.4mb"
              "dataset.size" => "37.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-promotion-listing_1696198994"
              "uuid" => "_yAqMdy3Sg2uZJIzVDVjAg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "25"
              "docs.deleted" => "4"
              "store.size" => "49kb"
              "pri.store.size" => "49kb"
              "dataset.size" => "49kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-media-listing_1696198991"
              "uuid" => "2veTAvGDSjq4bMkmn_x2Pw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "22533"
              "docs.deleted" => "1748"
              "store.size" => "6.3mb"
              "pri.store.size" => "6.3mb"
              "dataset.size" => "6.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-property-group-listing_1696198994"
              "uuid" => "laApn9blSr2BxNu93amNVQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "20"
              "docs.deleted" => "3"
              "store.size" => "42.3kb"
              "pri.store.size" => "42.3kb"
              "dataset.size" => "42.3kb"
            ]
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.002835
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.901+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"
      ]
    ]
    1673 => [
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.859+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::controller"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerVpBgLPb\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.860+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.888+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.888+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 5.4.0-216-generic; PHP 8.2.19)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.000799
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.888+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            "cluster_name" => "elasticsearch"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "active_primary_shards" => 127
            "active_shards" => 127
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 266
            "unassigned_primary_shards" => 0
            "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" => 32.315521628499
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.888+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.888+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            "cluster_name" => "elasticsearch"
            "status" => "yellow"
            "timed_out" => false
            "number_of_nodes" => 1
            "number_of_data_nodes" => 1
            "active_primary_shards" => 127
            "active_shards" => 127
            "relocating_shards" => 0
            "initializing_shards" => 0
            "unassigned_shards" => 266
            "unassigned_primary_shards" => 0
            "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" => 32.315521628499
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cluster/health"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.000799
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+00:00"
        "message" => "Request Body"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          null
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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 5.4.0-216-generic; PHP 8.2.19)"
            ]
          ]
          "HTTP code" => 200
          "duration" => 0.004505
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+00:00"
        "message" => "Response"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_product_1756237100"
              "uuid" => "tJ2azAnsTfOlTOeeSuDdlw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "252329"
              "docs.deleted" => "0"
              "store.size" => "51.2mb"
              "pri.store.size" => "51.2mb"
              "dataset.size" => "51.2mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "roslandn_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1685973755"
              "uuid" => "SVKgv26dSzWnHIn8cqzmRg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "roslandn_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1685973732"
              "uuid" => "WquENb-oTIyGXZCdiHt4Bw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-sales-channel-listing_1696198995"
              "uuid" => "g0m7452eTHqe23o-u4VpOQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "4"
              "docs.deleted" => "0"
              "store.size" => "17.5kb"
              "pri.store.size" => "17.5kb"
              "dataset.size" => "17.5kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "rosland_product_1712914068"
              "uuid" => "wTBANbzYSXSVLaUI8fbe2g"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "228333"
              "docs.deleted" => "7423"
              "store.size" => "32.4mb"
              "pri.store.size" => "32.4mb"
              "dataset.size" => "32.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-category-listing_1696198945"
              "uuid" => "eHai7s4wS-qeUE4gOhoMfA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-product-stream-listing_1696198998"
              "uuid" => "rR41Id1SQ5yTt5sQJN-E9g"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "45"
              "docs.deleted" => "5"
              "store.size" => "63kb"
              "pri.store.size" => "63kb"
              "dataset.size" => "63kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_product_1762349284"
              "uuid" => "pDJ_8CD2QxOB3Gv8_fupwA"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "249b"
              "pri.store.size" => "249b"
              "dataset.size" => "249b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "rosland_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1696198942"
              "uuid" => "YfgV1Y4MQmyS-gqImNbVvQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "17524"
              "docs.deleted" => "0"
              "store.size" => "5.9mb"
              "pri.store.size" => "5.9mb"
              "dataset.size" => "5.9mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-shipping-method-listing_1696198996"
              "uuid" => "GrbtfScYQO-NhoD3QKC79Q"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "6"
              "docs.deleted" => "0"
              "store.size" => "18.5kb"
              "pri.store.size" => "18.5kb"
              "dataset.size" => "18.5kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-landing-page-listing_1696198989"
              "uuid" => "7ZW02ZAlRCSmgbvPbkReUw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-newsletter-recipient-listing_1696198998"
              "uuid" => "H2OM2awFSa-7VvbT1nXxdA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "173"
              "docs.deleted" => "3"
              "store.size" => "151.7kb"
              "pri.store.size" => "151.7kb"
              "dataset.size" => "151.7kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-customer-listing_1696198987"
              "uuid" => "VViuVjKASR-z0X6kNm4dzg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "2918"
              "docs.deleted" => "379"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
              "dataset.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-product-listing_1696198993"
              "uuid" => "blGNisu_RlCqFLmOo9mSlA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "4963"
              "docs.deleted" => "1008"
              "store.size" => "1.9mb"
              "pri.store.size" => "1.9mb"
              "dataset.size" => "1.9mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-cms-page-listing_1696198986"
              "uuid" => "WszSwuOMQJ6eZVuaoY5Feg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "194"
              "docs.deleted" => "28"
              "store.size" => "212.9kb"
              "pri.store.size" => "212.9kb"
              "dataset.size" => "212.9kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-payment-method-listing_1696198992"
              "uuid" => "7cATnTAXSRqDLMG3CnXF9w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "68"
              "docs.deleted" => "1"
              "store.size" => "41.8kb"
              "pri.store.size" => "41.8kb"
              "dataset.size" => "41.8kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-order-listing_1696198991"
              "uuid" => "W_DqirgLTGa96S29w-1Khg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "3477"
              "docs.deleted" => "360"
              "store.size" => "1.6mb"
              "pri.store.size" => "1.6mb"
              "dataset.size" => "1.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-customer-group-listing_1696198988"
              "uuid" => "ZVNTd3DsQIKIHgjmSwo1UA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "4"
              "docs.deleted" => "0"
              "store.size" => "12.1kb"
              "pri.store.size" => "12.1kb"
              "dataset.size" => "12.1kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "rosland_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1696198953"
              "uuid" => "Ayx6ewNJStiez5909xhn6w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "158814"
              "docs.deleted" => "11734"
              "store.size" => "33.6mb"
              "pri.store.size" => "33.6mb"
              "dataset.size" => "33.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-category-listing_1696198997"
              "uuid" => "041x7pV7SVGdlWrdYKvhvw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "421"
              "docs.deleted" => "79"
              "store.size" => "235.7kb"
              "pri.store.size" => "235.7kb"
              "dataset.size" => "235.7kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-manufacturer-listing_1696198990"
              "uuid" => "BoppG-7VTKGZR2dtgXeYyg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "37"
              "docs.deleted" => "1"
              "store.size" => "53.3kb"
              "pri.store.size" => "53.3kb"
              "dataset.size" => "53.3kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-shipping-method-listing_1696198944"
              "uuid" => "tTY4BFd5QWKXFrnjzkzIXg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_product_1717666750"
              "uuid" => "pxIyInsjT8e-cXjyO_voIA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "223964"
              "docs.deleted" => "17044"
              "store.size" => "37.4mb"
              "pri.store.size" => "37.4mb"
              "dataset.size" => "37.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-promotion-listing_1696198994"
              "uuid" => "_yAqMdy3Sg2uZJIzVDVjAg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "25"
              "docs.deleted" => "4"
              "store.size" => "49kb"
              "pri.store.size" => "49kb"
              "dataset.size" => "49kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-media-listing_1696198991"
              "uuid" => "2veTAvGDSjq4bMkmn_x2Pw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "22533"
              "docs.deleted" => "1748"
              "store.size" => "6.3mb"
              "pri.store.size" => "6.3mb"
              "dataset.size" => "6.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-property-group-listing_1696198994"
              "uuid" => "laApn9blSr2BxNu93amNVQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "20"
              "docs.deleted" => "3"
              "store.size" => "42.3kb"
              "pri.store.size" => "42.3kb"
              "dataset.size" => "42.3kb"
            ]
          ]
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+00:00"
        "message" => "curl -XGET 'http://localhost:9200/_cat/indices?pretty=true'"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+00:00"
        "message" => "Response:"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "response" => [
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_product_1756237100"
              "uuid" => "tJ2azAnsTfOlTOeeSuDdlw"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "252329"
              "docs.deleted" => "0"
              "store.size" => "51.2mb"
              "pri.store.size" => "51.2mb"
              "dataset.size" => "51.2mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "roslandn_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1685973755"
              "uuid" => "SVKgv26dSzWnHIn8cqzmRg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "roslandn_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1685973732"
              "uuid" => "WquENb-oTIyGXZCdiHt4Bw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-sales-channel-listing_1696198995"
              "uuid" => "g0m7452eTHqe23o-u4VpOQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "4"
              "docs.deleted" => "0"
              "store.size" => "17.5kb"
              "pri.store.size" => "17.5kb"
              "dataset.size" => "17.5kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "rosland_product_1712914068"
              "uuid" => "wTBANbzYSXSVLaUI8fbe2g"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "228333"
              "docs.deleted" => "7423"
              "store.size" => "32.4mb"
              "pri.store.size" => "32.4mb"
              "dataset.size" => "32.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-category-listing_1696198945"
              "uuid" => "eHai7s4wS-qeUE4gOhoMfA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-product-stream-listing_1696198998"
              "uuid" => "rR41Id1SQ5yTt5sQJN-E9g"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "45"
              "docs.deleted" => "5"
              "store.size" => "63kb"
              "pri.store.size" => "63kb"
              "dataset.size" => "63kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_product_1762349284"
              "uuid" => "pDJ_8CD2QxOB3Gv8_fupwA"
              "pri" => "1"
              "rep" => "1"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "249b"
              "pri.store.size" => "249b"
              "dataset.size" => "249b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "rosland_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1696198942"
              "uuid" => "YfgV1Y4MQmyS-gqImNbVvQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "17524"
              "docs.deleted" => "0"
              "store.size" => "5.9mb"
              "pri.store.size" => "5.9mb"
              "dataset.size" => "5.9mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-shipping-method-listing_1696198996"
              "uuid" => "GrbtfScYQO-NhoD3QKC79Q"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "6"
              "docs.deleted" => "0"
              "store.size" => "18.5kb"
              "pri.store.size" => "18.5kb"
              "dataset.size" => "18.5kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-landing-page-listing_1696198989"
              "uuid" => "7ZW02ZAlRCSmgbvPbkReUw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-newsletter-recipient-listing_1696198998"
              "uuid" => "H2OM2awFSa-7VvbT1nXxdA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "173"
              "docs.deleted" => "3"
              "store.size" => "151.7kb"
              "pri.store.size" => "151.7kb"
              "dataset.size" => "151.7kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-customer-listing_1696198987"
              "uuid" => "VViuVjKASR-z0X6kNm4dzg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "2918"
              "docs.deleted" => "379"
              "store.size" => "1.4mb"
              "pri.store.size" => "1.4mb"
              "dataset.size" => "1.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-product-listing_1696198993"
              "uuid" => "blGNisu_RlCqFLmOo9mSlA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "4963"
              "docs.deleted" => "1008"
              "store.size" => "1.9mb"
              "pri.store.size" => "1.9mb"
              "dataset.size" => "1.9mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-cms-page-listing_1696198986"
              "uuid" => "WszSwuOMQJ6eZVuaoY5Feg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "194"
              "docs.deleted" => "28"
              "store.size" => "212.9kb"
              "pri.store.size" => "212.9kb"
              "dataset.size" => "212.9kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-payment-method-listing_1696198992"
              "uuid" => "7cATnTAXSRqDLMG3CnXF9w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "68"
              "docs.deleted" => "1"
              "store.size" => "41.8kb"
              "pri.store.size" => "41.8kb"
              "dataset.size" => "41.8kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-order-listing_1696198991"
              "uuid" => "W_DqirgLTGa96S29w-1Khg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "3477"
              "docs.deleted" => "360"
              "store.size" => "1.6mb"
              "pri.store.size" => "1.6mb"
              "dataset.size" => "1.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-customer-group-listing_1696198988"
              "uuid" => "ZVNTd3DsQIKIHgjmSwo1UA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "4"
              "docs.deleted" => "0"
              "store.size" => "12.1kb"
              "pri.store.size" => "12.1kb"
              "dataset.size" => "12.1kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "rosland_product_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1696198953"
              "uuid" => "Ayx6ewNJStiez5909xhn6w"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "158814"
              "docs.deleted" => "11734"
              "store.size" => "33.6mb"
              "pri.store.size" => "33.6mb"
              "dataset.size" => "33.6mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-category-listing_1696198997"
              "uuid" => "041x7pV7SVGdlWrdYKvhvw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "421"
              "docs.deleted" => "79"
              "store.size" => "235.7kb"
              "pri.store.size" => "235.7kb"
              "dataset.size" => "235.7kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-manufacturer-listing_1696198990"
              "uuid" => "BoppG-7VTKGZR2dtgXeYyg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "37"
              "docs.deleted" => "1"
              "store.size" => "53.3kb"
              "pri.store.size" => "53.3kb"
              "dataset.size" => "53.3kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-shipping-method-listing_1696198944"
              "uuid" => "tTY4BFd5QWKXFrnjzkzIXg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "0"
              "docs.deleted" => "0"
              "store.size" => "750b"
              "pri.store.size" => "750b"
              "dataset.size" => "750b"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw_product_1717666750"
              "uuid" => "pxIyInsjT8e-cXjyO_voIA"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "223964"
              "docs.deleted" => "17044"
              "store.size" => "37.4mb"
              "pri.store.size" => "37.4mb"
              "dataset.size" => "37.4mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-promotion-listing_1696198994"
              "uuid" => "_yAqMdy3Sg2uZJIzVDVjAg"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "25"
              "docs.deleted" => "4"
              "store.size" => "49kb"
              "pri.store.size" => "49kb"
              "dataset.size" => "49kb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-media-listing_1696198991"
              "uuid" => "2veTAvGDSjq4bMkmn_x2Pw"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "22533"
              "docs.deleted" => "1748"
              "store.size" => "6.3mb"
              "pri.store.size" => "6.3mb"
              "dataset.size" => "6.3mb"
            ]
            [
              "health" => "yellow"
              "status" => "open"
              "index" => "sw-admin-property-group-listing_1696198994"
              "uuid" => "laApn9blSr2BxNu93amNVQ"
              "pri" => "3"
              "rep" => "3"
              "docs.count" => "20"
              "docs.deleted" => "3"
              "store.size" => "42.3kb"
              "pri.store.size" => "42.3kb"
              "dataset.size" => "42.3kb"
            ]
          ]
          "method" => "GET"
          "uri" => "http://localhost:9200/_cat/indices"
          "port" => 9200
          "HTTP code" => 200
          "duration" => 0.004505
        ]
        "channel" => "elasticsearch"
      ]
      [
        "timestamp" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.893+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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" => 1769832249
        "timestamp_rfc3339" => "2026-01-31T04:04:09.894+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
    134 => 0
    1673 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#665 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
forwarded
"for="74.7.175.155";host="new.rosland.gold";proto=https"
from
"oai-searchbot(at)openai.com"
host
"new.rosland.gold"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"UPWXJ6QMNJ4fGGL8Dji0a8Iy6AUorqIJ"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot"
x-forwarded-for
"74.7.175.155"
x-openai-host-hash
"457444213"
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
"Sat, 31 Jan 2026 04:04:09 GMT"
sw-context-token
"UPWXJ6QMNJ4fGGL8Dji0a8Iy6AUorqIJ"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fnew.rosland.gold%2Frobots.txt%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fclients%2Fclient1%2Fweb42%2Fweb%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:149"
x-debug-token
"f31d5e"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 11

Session Metadata

Key Value
Created
"Sat, 31 Jan 26 04:04:09 +0000"
Last used
"Sat, 31 Jan 26 04:04:09 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"8ubiodrm0cdln3hi0k7da5e43m"
sw-context-token
"UPWXJ6QMNJ4fGGL8Dji0a8Iy6AUorqIJ"
sw-sales-channel-id
"250c23c94a704f8ba1b4819c38901688"

Session Usage

11 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:90
[
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 90
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:91
[
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 91
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:219
[
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 219
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 102
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:104
[
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 104
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:105
[
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 105
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:108
[
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 108
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client1/web42/web/public/index.php"
    "line" => 10
    "args" => [
      "/var/www/clients/client1/web42/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_OPENSEARCH_URL
"http://localhost:9200"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"def0000012c3262ff8c79031cfd7a91ff975ac5635ce56ff6c7525a997b8c501c94170681b74adfd3d7930411b375aa99f8576f09b802f44775736efc213aa60f98f9cf7"
APP_URL
"https://new.rosland.bayern"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/var/www/clients/client1/web2/web/var/cache/composer"
DATABASE_URL
"mysql://c1newroslandgold:3TOMRA5%21%21@localhost:3306/c1newroslandgold"
INSTANCE_ID
"aOsTYpud3ZSPp7dj6kDUvPTr6dZnmg2H"
LOCK_DSN
"flock"
MAILER_URL
"null://localhost"
OPENSEARCH_URL
"http://localhost:9200"
PROXY_URL
"http://localhost"
SHOPWARE_ADMIN_ES_ENABLED
"1"
SHOPWARE_ADMIN_ES_INDEX_PREFIX
"sw-admin"
SHOPWARE_ADMIN_ES_REFRESH_INDICES
"1"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"1"
SHOPWARE_ES_HOSTS
"rosland:3TOMRA5@127.0.0.1:9200"
SHOPWARE_ES_INDEXING_ENABLED
"1"
SHOPWARE_ES_INDEX_PREFIX
"rosland"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/var/www/clients/client1/web42/web/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/clients/client1/web42/web/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/clients/client1/web42"
HOSTNAME
""
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FORWARDED
"for="74.7.175.155";host="new.rosland.gold";proto=https"
HTTP_FROM
"oai-searchbot(at)openai.com"
HTTP_HOST
"new.rosland.gold"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot"
HTTP_X_FORWARDED_FOR
"74.7.175.155"
HTTP_X_OPENAI_HOST_HASH
"457444213"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"new.rosland.gold"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/robots.txt"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"33072"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1769832249
REQUEST_TIME_FLOAT
1769832249.8318
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/var/www/clients/client1/web42/web/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"88.99.253.5"
SERVER_ADMIN
"webmaster@new.rosland.gold"
SERVER_NAME
"new.rosland.gold"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"new.rosland.gold"
SYMFONY_DOTENV_PATH
"/var/www/clients/client1/web42/web/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_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,MAILER_URL,APP_DEBUG,COMPOSER_HOME,ADMIN_OPENSEARCH_URL,SHOPWARE_ADMIN_ES_ENABLED,SHOPWARE_ADMIN_ES_REFRESH_INDICES,SHOPWARE_ADMIN_ES_INDEX_PREFIX,SHOPWARE_ES_HOSTS,SHOPWARE_CDN_STRATEGY_DEFAULT"
TEMP
"/var/www/clients/client1/web42/tmp"
TMP
"/var/www/clients/client1/web42/tmp"
TMPDIR
"/var/www/clients/client1/web42/tmp"
USER
"web42"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 12ea7d)

Key Value
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_stopwatch_token
"d3bbc4"
resolved-uri
"/robots.txt"
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"83a941d2ca1c451093f399012cddc791"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["188.192.15.172"]"
sw-original-request-uri
"/robots.txt"
sw-sales-channel-absolute-base-url
"https://new.rosland.gold"
sw-sales-channel-base-url
""
sw-sales-channel-id
"250c23c94a704f8ba1b4819c38901688"
sw-snippet-set-id
"3c32d63d7aac46779ddfbcd478da056f"
sw-storefront-url
"https://new.rosland.gold"
theme-base-name
null
theme-id
"e7ab235114ff43eeab9aad62030edae7"
theme-name
"RoslandThemeBasic"