| exception |
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3204
#message: "No route found for "GET https://dev.gefu.com/api_keys.json""
#code: 0
#file: "/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 149
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#2816 …}
-statusCode: 404
-headers: []
trace: {
/var/www/share/dev.gefu.com/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/share/dev.gefu.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1850 …}
}
}
}
/var/www/share/dev.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1850 …}
}
}
/var/www/share/dev.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …22]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
$eventName: "kernel.request"
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
$eventName: "kernel.request"
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
$eventName: "kernel.request"
}
}
/var/www/share/dev.gefu.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
$eventName: "kernel.request"
}
}
/var/www/share/dev.gefu.com/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
$eventName: "kernel.request"
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2619 …}
$type: 1
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2619 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2619 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:458 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#2458 …}
$request: Symfony\Component\HttpFoundation\Request {#2487 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:435 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2487 …}
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:333 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } else {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Kernel.php:116 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/dev.gefu.com/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/dev.gefu.com/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/dev.gefu.com/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1899
-records: [
"" => [
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.899+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.899+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765712951
"timestamp_rfc3339" => "2025-12-14T11:49:11.000+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
"listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::updateCacheControlForBrowser"
]
"channel" => "event"
]
[
"timestamp" => 1765712951
"timestamp_rfc3339" => "2025-12-14T11:49:11.000+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::setCanonicalUrl"
]
"channel" => "event"
]
[
"timestamp" => 1765712951
"timestamp_rfc3339" => "2025-12-14T11:49:11.000+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
"listener" => "Acris\CookieConsent\Subscriber\BeforeResponseSendSubscriber::setFunctionalCookiesWithValue"
]
"channel" => "event"
]
]
2619 => [
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.907+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.912+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.912+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.913+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://dev.gefu.com/api_keys.json"" at RouterListener.php line 149"
"priority" => 250
"priorityName" => "NOTICE"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3204
#message: "No route found for "GET https://dev.gefu.com/api_keys.json""
#code: 0
#file: "/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 149
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#2816 …}
-statusCode: 404
-headers: []
trace: {
/var/www/share/dev.gefu.com/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/share/dev.gefu.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1850 …}
}
}
}
/var/www/share/dev.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1850 …}
}
}
/var/www/share/dev.gefu.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …22]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
$eventName: "kernel.request"
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
$eventName: "kernel.request"
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
$eventName: "kernel.request"
}
}
/var/www/share/dev.gefu.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
$eventName: "kernel.request"
}
}
/var/www/share/dev.gefu.com/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);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#2515 …}
$eventName: "kernel.request"
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2619 …}
$type: 1
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:58 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2619 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2619 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:458 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#2458 …}
$request: Symfony\Component\HttpFoundation\Request {#2487 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:435 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2487 …}
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:333 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } else {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/shopware/core/Kernel.php:116 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/var/www/share/dev.gefu.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
}
}
/var/www/share/dev.gefu.com/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/share/dev.gefu.com/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/share/dev.gefu.com/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "SwagB2bPlatform\Routing\ControllerRoutingExceptionHandler::handleRouting"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "GefuSw5Importer\Subscriber\PageLoadedSubscriber::pageLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "WebiArtiGesToo\Feature\Subscriber\WebiFeatureNamespaceHierarchyBuilderSubscriber::requestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.993+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.993+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9201/_cluster/health"
"port" => 9201
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.0 (Linux 6.8.0-79-generic; PHP 8.2.29)"
]
]
"HTTP code" => 200
"duration" => 0.000274
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.993+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
"cluster_name" => "elasticsearch_9201"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"active_primary_shards" => 33
"active_shards" => 33
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 99
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 25.0
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.993+00:00"
"message" => "curl -XGET 'http://localhost:9201/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.993+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
"cluster_name" => "elasticsearch_9201"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"active_primary_shards" => 33
"active_shards" => 33
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 99
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 25.0
]
"method" => "GET"
"uri" => "http://localhost:9201/_cluster/health"
"port" => 9201
"HTTP code" => 200
"duration" => 0.000274
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.996+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.996+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9201/_cat/indices"
"port" => 9201
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.0 (Linux 6.8.0-79-generic; PHP 8.2.29)"
]
]
"HTTP code" => 200
"duration" => 0.002484
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.996+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "xxFdiA6ORWWAv0_tvwMB0g"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "161.5kb"
"pri.store.size" => "161.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "FlVnWHgMSbeB3QygmX-3gQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095018"
"uuid" => "JaW7KdqhTp-WnChDcQKU6w"
"pri" => "3"
"rep" => "3"
"docs.count" => "15594"
"docs.deleted" => "45"
"store.size" => "11.2mb"
"pri.store.size" => "11.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "4pq-F0uxRwOXV636R6TQCw"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.9kb"
"pri.store.size" => "29.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "OR5Y2cEkQVyeD6nEWQ-oJA"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "e7Q-KyNqSWGk_l45LWyVbQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "V04A2BTzSf2X9rNlGQdFow"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095015"
"uuid" => "CswkNH9KRi-3T8_gZjppSQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "13447"
"docs.deleted" => "0"
"store.size" => "11.8mb"
"pri.store.size" => "11.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "cTKfX-XHStiz7et-FbYGog"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.8kb"
"pri.store.size" => "29.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "Tpcv-pUTQgenlt86ZcEjRg"
"pri" => "3"
"rep" => "3"
"docs.count" => "23"
"docs.deleted" => "0"
"store.size" => "83.5kb"
"pri.store.size" => "83.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "iOVN3gzaSPG73HnVk0e2OQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "182kb"
"pri.store.size" => "182kb"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.996+00:00"
"message" => "curl -XGET 'http://localhost:9201/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.996+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "xxFdiA6ORWWAv0_tvwMB0g"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "161.5kb"
"pri.store.size" => "161.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "FlVnWHgMSbeB3QygmX-3gQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095018"
"uuid" => "JaW7KdqhTp-WnChDcQKU6w"
"pri" => "3"
"rep" => "3"
"docs.count" => "15594"
"docs.deleted" => "45"
"store.size" => "11.2mb"
"pri.store.size" => "11.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "4pq-F0uxRwOXV636R6TQCw"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.9kb"
"pri.store.size" => "29.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "OR5Y2cEkQVyeD6nEWQ-oJA"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "e7Q-KyNqSWGk_l45LWyVbQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "V04A2BTzSf2X9rNlGQdFow"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095015"
"uuid" => "CswkNH9KRi-3T8_gZjppSQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "13447"
"docs.deleted" => "0"
"store.size" => "11.8mb"
"pri.store.size" => "11.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "cTKfX-XHStiz7et-FbYGog"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.8kb"
"pri.store.size" => "29.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "Tpcv-pUTQgenlt86ZcEjRg"
"pri" => "3"
"rep" => "3"
"docs.count" => "23"
"docs.deleted" => "0"
"store.size" => "83.5kb"
"pri.store.size" => "83.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "iOVN3gzaSPG73HnVk0e2OQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "182kb"
"pri.store.size" => "182kb"
]
]
"method" => "GET"
"uri" => "http://localhost:9201/_cat/indices"
"port" => 9201
"HTTP code" => 200
"duration" => 0.002484
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::checkResponseCookies"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::setResponseCache"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "SalesChannelAccess\Subscriber\SalesChannelAccessSubscriber::onPageLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "SwagB2bPlatform\Subscriber\LoginHeaderSender::addLoginHeader"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "PayonePayment\EventListener\KernelEventListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CookieConsent\Subscriber\ResponseCacheSubscriber::setResponseCache"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.999+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Plugin\PluginLifecycleService::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765712951
"timestamp_rfc3339" => "2025-12-14T11:49:11.000+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" => 1765712951
"timestamp_rfc3339" => "2025-12-14T11:49:11.000+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" => 1765712951
"timestamp_rfc3339" => "2025-12-14T11:49:11.000+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"
]
]
3566 => [
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber::fixWebhookTimezone"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::addHttpCacheToCoreRoutes"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "MoorlFoundation\Core\Service\EntityAutoCacheService::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "WebiArtiGesToo\Feature\Subscriber\WebiFeatureNamespaceHierarchyBuilderSubscriber::requestEvent"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.914+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Checkout\Cart\Event\CartCreatedEvent"
"listener" => "Shopware\B2B\Cart\BridgePlatform\CartCreatedSubscriber::onCartCreated"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.921+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.921+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.922+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.922+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.925+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.925+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.927+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.927+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.930+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.930+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.933+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.933+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.933+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.933+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.936+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.936+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.938+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.938+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#1 Rule detection: Voucher if cart >= 30 with priority 100 (id: 2d0d2dad8fd94e6e9487e8d2a8e77f83)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#2 Rule detection: Cart >= 0 with priority 100 (id: 45d10a59af854947b3fab73dfc7f1d62)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#3 Rule detection: Voucher with priority 100 (id: 586ef733e7004319b0b6b6e087551620)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#4 Rule detection: Voucher if cart >= 20 with priority 100 (id: 933140e126124c6e904e5ba4e1003c68)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#5 Rule detection: Always valid (Default) with priority 100 (id: 9782ca077889450ea567b89bb6dcd5ad)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#6 Rule detection: Voucher if cart >= 120 with priority 100 (id: ae36b4e70c554fb6bd5a011a94a42d7d)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#7 Rule detection: Voucher if cart >= 1 with priority 100 (id: d2c54e1781c2412da5c4c172a925910b)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#8 Rule detection: Cart >= 0 (Payment) with priority 100 (id: db4dd62bd67c4686a03abd2c9f5e983d)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#9 Rule detection: DPD Deutschland with priority 2 (id: 0ab453f9867d46a2a2a272dd2fba6f0c)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#10 Rule detection: Sunday sales with priority 2 (id: 8c345043956841649db1b45b2761d621)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#11 Rule detection: DHL / DPD Deutschland with priority 1 (id: 062601dd5a0c473199e370300c8c4b3e)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#12 Rule detection: DPD Händler mit selber Versandadresse with priority 1 (id: 189640a76c2d4098b4e412a31b9e0194)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.941+00:00"
"message" => "#13 Rule detection: All customers with priority 1 (id: dbeeb1f1d2c84e288d04cd0849eb7e43)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Kiener\MolliePayments\Subscriber\KernelSubscriber::onModifyRouteScope"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Routing\RouteScopeResolver::resolveScope"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber::redirectSalesRepresentative"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagSocialShopping\EventListener\ReferralCodeHandler::storeReferralCode"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Subscriber\FrontendAccountFirewall::redirectToController"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Subscriber\B2bModuleFirewall::redirectOutOfB2b"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.944+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\B2B\AclRoute\BridgePlatform\RequestInterceptorSubscriber::redirectIfInaccessible"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.945+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.945+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerPeG6H9n\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.945+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.984+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.984+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9201/_cluster/health"
"port" => 9201
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.0 (Linux 6.8.0-79-generic; PHP 8.2.29)"
]
]
"HTTP code" => 200
"duration" => 0.000791
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.984+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
"cluster_name" => "elasticsearch_9201"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"active_primary_shards" => 33
"active_shards" => 33
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 99
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 25.0
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.984+00:00"
"message" => "curl -XGET 'http://localhost:9201/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.984+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
"cluster_name" => "elasticsearch_9201"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"active_primary_shards" => 33
"active_shards" => 33
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 99
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 25.0
]
"method" => "GET"
"uri" => "http://localhost:9201/_cluster/health"
"port" => 9201
"HTTP code" => 200
"duration" => 0.000791
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.987+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.987+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://localhost:9201/_cat/indices"
"port" => 9201
"headers" => [
"Host" => [
"localhost"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.0 (Linux 6.8.0-79-generic; PHP 8.2.29)"
]
]
"HTTP code" => 200
"duration" => 0.00273
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.987+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "xxFdiA6ORWWAv0_tvwMB0g"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "161.5kb"
"pri.store.size" => "161.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "FlVnWHgMSbeB3QygmX-3gQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095018"
"uuid" => "JaW7KdqhTp-WnChDcQKU6w"
"pri" => "3"
"rep" => "3"
"docs.count" => "15594"
"docs.deleted" => "45"
"store.size" => "11.2mb"
"pri.store.size" => "11.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "OR5Y2cEkQVyeD6nEWQ-oJA"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "e7Q-KyNqSWGk_l45LWyVbQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "4pq-F0uxRwOXV636R6TQCw"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.9kb"
"pri.store.size" => "29.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "V04A2BTzSf2X9rNlGQdFow"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095015"
"uuid" => "CswkNH9KRi-3T8_gZjppSQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "13447"
"docs.deleted" => "0"
"store.size" => "11.8mb"
"pri.store.size" => "11.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "cTKfX-XHStiz7et-FbYGog"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.8kb"
"pri.store.size" => "29.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "Tpcv-pUTQgenlt86ZcEjRg"
"pri" => "3"
"rep" => "3"
"docs.count" => "23"
"docs.deleted" => "0"
"store.size" => "83.5kb"
"pri.store.size" => "83.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "iOVN3gzaSPG73HnVk0e2OQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "182kb"
"pri.store.size" => "182kb"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.987+00:00"
"message" => "curl -XGET 'http://localhost:9201/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.987+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "xxFdiA6ORWWAv0_tvwMB0g"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "161.5kb"
"pri.store.size" => "161.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "FlVnWHgMSbeB3QygmX-3gQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095018"
"uuid" => "JaW7KdqhTp-WnChDcQKU6w"
"pri" => "3"
"rep" => "3"
"docs.count" => "15594"
"docs.deleted" => "45"
"store.size" => "11.2mb"
"pri.store.size" => "11.2mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "OR5Y2cEkQVyeD6nEWQ-oJA"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "e7Q-KyNqSWGk_l45LWyVbQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "6"
"docs.deleted" => "0"
"store.size" => "18kb"
"pri.store.size" => "18kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_c93c3558cca1479ea7b14c55c571aeb2_1721554048"
"uuid" => "4pq-F0uxRwOXV636R6TQCw"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.9kb"
"pri.store.size" => "29.9kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_search_term_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "V04A2BTzSf2X9rNlGQdFow"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "624b"
"pri.store.size" => "624b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_product_1732095015"
"uuid" => "CswkNH9KRi-3T8_gZjppSQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "13447"
"docs.deleted" => "0"
"store.size" => "11.8mb"
"pri.store.size" => "11.8mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_action_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "cTKfX-XHStiz7et-FbYGog"
"pri" => "3"
"rep" => "3"
"docs.count" => "5"
"docs.deleted" => "0"
"store.size" => "29.8kb"
"pri.store.size" => "29.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_fa7b4a0b27234d2b97f2d728a4ce4bcb_1691507076"
"uuid" => "Tpcv-pUTQgenlt86ZcEjRg"
"pri" => "3"
"rep" => "3"
"docs.count" => "23"
"docs.deleted" => "0"
"store.size" => "83.5kb"
"pri.store.size" => "83.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "gefu-dev_category_2fbb5fe2e29a4d70aa5854ce7ce3e20b_1721554048"
"uuid" => "iOVN3gzaSPG73HnVk0e2OQ"
"pri" => "3"
"rep" => "3"
"docs.count" => "59"
"docs.deleted" => "0"
"store.size" => "182kb"
"pri.store.size" => "182kb"
]
]
"method" => "GET"
"uri" => "http://localhost:9201/_cat/indices"
"port" => 9201
"HTTP code" => 200
"duration" => 0.00273
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::checkResponseCookies"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CookieConsent\Subscriber\ResponseSubscriber::setResponseCache"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "SalesChannelAccess\Subscriber\SalesChannelAccessSubscriber::onPageLoaded"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "SwagB2bPlatform\Subscriber\LoginHeaderSender::addLoginHeader"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "PayonePayment\EventListener\KernelEventListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Acris\CookieConsent\Subscriber\ResponseCacheSubscriber::setResponseCache"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.991+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Core\Framework\Plugin\PluginLifecycleService::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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" => 1765712950
"timestamp_rfc3339" => "2025-12-14T11:49:10.992+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
2619 => 0
3566 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1898 …}
} |