Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection Object
(
    [extensions:protected] => Array
        (
        )

    [elements:protected] => Array
        (
            [14e2f93bfe034c15ace4969f6a7c6955] => Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionEntity Object
                (
                    [extensions:protected] => Array
                        (
                            [foreignKeys] => Shopware\Core\Framework\Struct\ArrayStruct Object
                                (
                                    [extensions:protected] => Array
                                        (
                                        )

                                    [data:protected] => Array
                                        (
                                        )

                                    [apiAlias:protected] => property_group_option_foreign_keys_extension
                                )

                        )

                    [_uniqueIdentifier:protected] => 14e2f93bfe034c15ace4969f6a7c6955
                    [versionId:protected] => 
                    [translated:protected] => Array
                        (
                            [name] => onesize
                            [position] => 96
                            [customFields] => Array
                                (
                                )

                        )

                    [createdAt:protected] => DateTimeImmutable Object
                        (
                            [date] => 2024-04-11 11:08:45.452000
                            [timezone_type] => 3
                            [timezone] => UTC
                        )

                    [updatedAt:protected] => 
                    [_entityName:Shopware\Core\Framework\DataAbstractionLayer\Entity:private] => property_group_option
                    [_fieldVisibility:Shopware\Core\Framework\DataAbstractionLayer\Entity:private] => Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility Object
                        (
                            [internalProperties:Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility:private] => Array
                                (
                                )

                        )

                    [groupId:protected] => 0e9740f244564260a83c2f2d99971aec
                    [name:protected] => 
                    [position:protected] => 
                    [colorHexCode:protected] => 
                    [mediaId:protected] => 
                    [group:protected] => 
                    [translations:protected] => 
                    [productConfiguratorSettings:protected] => 
                    [productProperties:protected] => 
                    [productOptions:protected] => 
                    [media:protected] => 
                    [configuratorSetting:Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionEntity:private] => 
                    [combinable:Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionEntity:private] => 
                    [customFields:protected] => 
                    [id:protected] => 14e2f93bfe034c15ace4969f6a7c6955
                )

            [c93c56bb8de4470ea2903697fb846376] => Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionEntity Object
                (
                    [extensions:protected] => Array
                        (
                            [foreignKeys] => Shopware\Core\Framework\Struct\ArrayStruct Object
                                (
                                    [extensions:protected] => Array
                                        (
                                        )

                                    [data:protected] => Array
                                        (
                                        )

                                    [apiAlias:protected] => property_group_option_foreign_keys_extension
                                )

                        )

                    [_uniqueIdentifier:protected] => c93c56bb8de4470ea2903697fb846376
                    [versionId:protected] => 
                    [translated:protected] => Array
                        (
                            [name] => khaki
                            [position] => 1
                            [customFields] => Array
                                (
                                )

                        )

                    [createdAt:protected] => DateTimeImmutable Object
                        (
                            [date] => 2024-04-11 11:42:48.354000
                            [timezone_type] => 3
                            [timezone] => UTC
                        )

                    [updatedAt:protected] => 
                    [_entityName:Shopware\Core\Framework\DataAbstractionLayer\Entity:private] => property_group_option
                    [_fieldVisibility:Shopware\Core\Framework\DataAbstractionLayer\Entity:private] => Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility Object
                        (
                            [internalProperties:Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility:private] => Array
                                (
                                )

                        )

                    [groupId:protected] => b528100acd5c4fbaae44003820e79477
                    [name:protected] => 
                    [position:protected] => 
                    [colorHexCode:protected] => #b18a61
                    [mediaId:protected] => 
                    [group:protected] => 
                    [translations:protected] => 
                    [productConfiguratorSettings:protected] => 
                    [productProperties:protected] => 
                    [productOptions:protected] => 
                    [media:protected] => 
                    [configuratorSetting:Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionEntity:private] => 
                    [combinable:Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionEntity:private] => 
                    [customFields:protected] => 
                    [id:protected] => c93c56bb8de4470ea2903697fb846376
                )

        )

)
Warning: Cannot modify header information - headers already sent by (output started at /var/www/share/alphaindustries.dev.hob-by-horse.de/shopware6/releases/20251223-104005/custom/static-plugins/HbHProjectMainTheme/src/Subscriber/Product/VariationProductSubscriber.php:64) (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Warning: Cannot modify header information - headers already sent by (output started at /var/www/share/alphaindustries.dev.hob-by-horse.de/shopware6/releases/20251223-104005/custom/static-plugins/HbHProjectMainTheme/src/Subscriber/Product/VariationProductSubscriber.php:64)

Exception

ErrorException

Show exception properties
ErrorException {#33862
  #severity: E_WARNING
}
  1. /*
  2. * WHEN NO COOKIE WAS SET > CREATE NEW
  3. */
  4. if (!isset($_COOKIE[$this->cookieName])) {
  5. $data[0] = $newRow;
  6. setcookie($this->cookieName, json_encode($data), strtotime('+1 year') , "/");
  7. } else {
  8. $convData = json_decode($_COOKIE[$this->cookieName], TRUE);
  9. if (count($convData) < $this->systemConfigService->get("HbHLastSeen.config.sliderProductAmount")) {
  10. /* WHEN PRODUCT ALREADY EXISTS */
LastSeenService->cookieHandling(object(ProductPage), array('productId' => '051156f458514565b42fe7aa367167e4', 'customerId' => null)) in custom/static-plugins/HbHLastSeen/src/Components/Service/LastSeenService.php (line 85)
  1. }
  2. } else {
  3. $databaseData->replaceExisting($insertNew['customerId'], $insertNew['productId'], $context, $this->lastSeenRepository);
  4. }
  5. } else {
  6. $this->cookieHandling($page, $insertNew);
  7. }
  8. }
  9. public function cookieHandling($page, $insertData): void
  10. {
LastSeenService->insertData(object(Context), object(SalesChannelContext), object(ProductPage)) in custom/static-plugins/HbHLastSeen/src/Subscriber/PdpLoadedSubscriber.php (line 43)
  1. ];
  2. }
  3. public function onProductLoaded(ProductPageLoadedEvent $event): void
  4. {
  5. $this->lastSeenService->insertData($event->getContext(), $event->getSalesChannelContext(), $event->getPage());
  6. $this->insertProductData($event, $event->getContext(), $event->getSalesChannelContext(), $event->getPage());
  7. }
  8. private function insertProductData(ProductPageLoadedEvent $event, Context $context, SalesChannelContext $salesChannelContext, ProductPage $page): void
  9. {
  1. $this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);
  2. $e = $this->stopwatch->start($this->name, 'event_listener');
  3. try {
  4. ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
  5. } finally {
  6. if ($e->isStarted()) {
  7. $e->stop();
  8. }
  9. }
  1. foreach ($listeners as $listener) {
  2. if ($stoppable && $event->isPropagationStopped()) {
  3. break;
  4. }
  5. $listener($event, $eventName, $this);
  6. }
  7. }
  8. /**
  9. * Sorts the internal list of listeners for the given event by priority.
  1. } else {
  2. $listeners = $this->getListeners($eventName);
  3. }
  4. if ($listeners) {
  5. $this->callListeners($listeners, $eventName, $event);
  6. }
  7. return $event;
  8. }
  1. if ($this->registry->isSubscriptionContext($event) && $this->registry->has($eventName)) {
  2. $eventName = SubscriptionEventRegistry::prefixedEventName($eventName);
  3. }
  4. return $this->decorated->dispatch($event, $eventName);
  5. }
  6. /**
  7. * @param callable $listener can not use native type declaration @see https://github.com/symfony/symfony/issues/42283
  8. */
  1. *
  2. * @return TEvent
  3. */
  4. public function dispatch(object $event, ?string $eventName = null): object
  5. {
  6. $event = $this->dispatcher->dispatch($event, $eventName);
  7. if (!$event instanceof FlowEventAware) {
  8. return $event;
  9. }
  1. ) {
  2. }
  3. public function dispatch(object $event, ?string $eventName = null): object
  4. {
  5. $event = $this->dispatcher->dispatch($event, $eventName);
  6. if (EnvironmentHelper::getVariable('DISABLE_EXTENSIONS', false)) {
  7. return $event;
  8. }
  1. }
  2. $this->dispatch($nested, $name);
  3. }
  4. }
  5. return $this->dispatcher->dispatch($event, $eventName);
  6. }
  7. /**
  8. * @param callable $listener can not use native type declaration @see https://github.com/symfony/symfony/issues/42283
  9. */
  1. try {
  2. $this->beforeDispatch($eventName, $event);
  3. try {
  4. $e = $this->stopwatch->start($eventName, 'section');
  5. try {
  6. $this->dispatcher->dispatch($event, $eventName);
  7. } finally {
  8. if ($e->isStarted()) {
  9. $e->stop();
  10. }
  11. }
  1. $this->loadOptions($page);
  2. $this->loadMetaData($page);
  3. $this->addDeprecatedData($page);
  4. $this->eventDispatcher->dispatch(
  5. new ProductPageLoadedEvent($page, $context, $request)
  6. );
  7. return $page;
  8. }
  1. }
  2. #[Route(path: '/detail/{productId}', name: 'frontend.detail.page', defaults: ['_httpCache' => true], methods: ['GET'])]
  3. public function index(SalesChannelContext $context, Request $request): Response
  4. {
  5. $page = $this->productPageLoader->load($request, $context);
  6. $this->hook(new ProductPageLoadedHook($page, $context));
  7. return $this->renderStorefront('@Storefront/storefront/page/content/product-detail.html.twig', ['page' => $page]);
  8. }
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->dispatcher->dispatch($event);
  2. return $event->getResponse();
  3. }
  4. return parent::handle($request, $type, $catch);
  5. }
  6. }
  1. if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
  2. Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
  3. }
  4. try {
  5. return $kernel->handle($request, $type, $catch);
  6. } finally {
  7. // restore global state
  8. Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
  9. }
  10. }
  1. protected function forward(Request $request, bool $catch = false, ?Response $entry = null): Response
  2. {
  3. $this->surrogate?->addSurrogateCapability($request);
  4. // always a "master" request (as the real master request can be in cache)
  5. $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
  6. /*
  7. * Support stale-if-error given on Responses or as a config option.
  8. * RFC 7234 summarizes in Section 4.2.4 (but also mentions with the individual
  9. * Cache-Control directives) that
  1. // avoid that the backend sends no content
  2. $subRequest->headers->remove('If-Modified-Since');
  3. $subRequest->headers->remove('If-None-Match');
  4. $response = $this->forward($subRequest, $catch);
  5. if ($response->isCacheable()) {
  6. $this->store($request, $response);
  7. }
  1. }
  2. if (null === $entry) {
  3. $this->record($request, 'miss');
  4. return $this->fetch($request, $catch);
  5. }
  6. if (!$this->isFreshEnough($request, $entry)) {
  7. $this->record($request, 'stale');
  1. reload the cache by fetching a fresh response and caching it (if possible).
  2. */
  3. $this->record($request, 'reload');
  4. $response = $this->fetch($request, $catch);
  5. } else {
  6. $response = $this->lookup($request, $catch);
  7. }
  8. $this->restoreResponseBody($request, $response);
  9. if (HttpKernelInterface::MAIN_REQUEST === $type) {
  1. // only handle main request inside http cache, because ESI tags are also interpreted as main request.
  2. // sub requests are requests, which are forwarded to the kernel inside the php stack
  3. // https://github.com/symfony/symfony/issues/51648#issuecomment-1717846894
  4. if ($type === HttpKernelInterface::MAIN_REQUEST) {
  5. $response = parent::handle($request, $type, $catch);
  6. } elseif ($request->attributes->has('_sw_esi')) {
  7. $response = parent::handle($request, $type, $catch);
  8. } else {
  9. $response = $this->getKernel()->handle($request, $type, $catch);
  10. }
in vendor/shopware/core/Kernel.php -> handle (line 155)
  1. {
  2. if (!$this->booted) {
  3. $this->boot();
  4. }
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. }
  7. public function boot(): void
  8. {
  9. if ($this->booted === true) {
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/share/alphaindustries.dev.hob-by-horse.de/shopware6/releases/20251223-104005/vendor/autoload_runtime.php') in public/index.php (line 10)
  1. use Shopware\Core\Installer\InstallerKernel;
  2. use Shopware\Core\Framework\Adapter\Kernel\KernelFactory;
  3. $_SERVER['SCRIPT_FILENAME'] = __FILE__;
  4. require_once __DIR__ . '/../vendor/autoload_runtime.php';
  5. if (!file_exists(__DIR__ . '/../.env') && !file_exists(__DIR__ . '/../.env.dist') && !file_exists(__DIR__ . '/../.env.local.php')) {
  6. $_SERVER['APP_RUNTIME_OPTIONS']['disable_dotenv'] = true;
  7. }

Logs 1

Level Channel Message
INFO 12:35:31 php User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php
{
    "exception": {}
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopgate\Shopware\System\PaymentHandler\GenericHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\CardsPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\IdealPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\KlarnaAccountPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\KlarnaPayNowPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\KlarnaPayLaterPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\RatepayPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\RatepayDirectdebitPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\SepaPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\KlarnaDebitRiskPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\PaypalPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\OneClickPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\GiroPayPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\ApplePayPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\GooglePayPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\BancontactCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\BancontactMobilePaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\AmazonPayPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\TwintPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\EpsPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\SwishPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\AlipayPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\AlipayHkPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\BlikPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\ClearpayPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\Facilypay3xPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\Facilypay4xPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\Facilypay6xPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\Facilypay10xPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\Facilypay12xPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\AfterpayDefaultPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\TrustlyPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\PaysafecardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\GiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\MbwayPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\MultibancoPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\WechatpayqrPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\WechatpaywebPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\MobilePayPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\VippsPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\AffirmPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\PayBrightPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\OpenBankingPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\BilliePaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\GivexGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\WebshopGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\KadowereldGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\TCSTestGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\AlbelliGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\BijenkorfGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\VVVGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\GenericGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\GallGallGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\HunkemollerLingerieGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\BeautyGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\SVSGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\FashionChequeGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\DeCadeaukaartGiftCardPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\OnlineBankingFinlandPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 php User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Adyen\Shopware\Handlers\OnlineBankingPolandPaymentMethodHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead.
{
    "exception": {}
}
INFO 12:35:31 request Matched route "frontend.detail.page".
{
    "route": "frontend.detail.page",
    "route_parameters": {
        "_route": "frontend.detail.page",
        "_routeScope": [
            "storefront"
        ],
        "_httpCache": true,
        "_controller": "Shopware\\Storefront\\Controller\\ProductController::index",
        "productId": "051156f458514565b42fe7aa367167e4"
    },
    "request_uri": "https://alphaindustries.dev.hob-by-horse.de/detail/051156f458514565b42fe7aa367167e4",
    "method": "GET"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener::onRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::setupOAuth"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "HbH\Shopware5Redirect\Subscriber\RedirectSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "HbH\\Shopware5Redirect\\Subscriber\\RedirectSubscriber::onKernelRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::startSession"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener::__invoke"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener::onKernelRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Shopware\Commercial\Licensing\Subscriber\LicenseReportListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Shopware\\Commercial\\Licensing\\Subscriber\\LicenseReportListener::__invoke"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bRouteParamsCleanupListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Shopware\\Commercial\\B2B\\EmployeeManagement\\Api\\Annotation\\B2bRouteParamsCleanupListener::__invoke"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\CoreSubscriber::initializeCspNonce"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::maintenanceResolver"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder::requestEvent"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Acris\ShopSwitch\Subscriber\LanguageSwitchRequestSubscriber::onKernelRequestAddShopSwitchDone".
{
    "event": "kernel.request",
    "listener": "Acris\\ShopSwitch\\Subscriber\\LanguageSwitchRequestSubscriber::onKernelRequestAddShopSwitchDone"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Adyen\Shopware\Subscriber\PaymentSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Adyen\\Shopware\\Subscriber\\PaymentSubscriber::onKernelRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "HbH\IndigoCustoms\Subscriber\ProductSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "HbH\\IndigoCustoms\\Subscriber\\ProductSubscriber::onKernelRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "NetInventors\NetiNextEasyCoupon\Subscriber\KernelSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "NetInventors\\NetiNextEasyCoupon\\Subscriber\\KernelSubscriber::onKernelRequest"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "HbH\DynamicYield\Component\EventTracking\Subscriber\ProductTrackingSubscriber::onChangeVariant".
{
    "event": "kernel.request",
    "listener": "HbH\\DynamicYield\\Component\\EventTracking\\Subscriber\\ProductTrackingSubscriber::onChangeVariant"
}
DEBUG 12:35:31 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::request".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber::request"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textTop is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textMiddle is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textBottom is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textButton is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelCountry is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelLanguage is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\System\SalesChannel\Event\SalesChannelContextCreatedEvent" to listener "Shopware\Commercial\B2B\EmployeeManagement\Domain\Login\SalesChannelContextRestoredSubscriber::onSalesChannelContextCreated".
{
    "event": "Shopware\\Core\\System\\SalesChannel\\Event\\SalesChannelContextCreatedEvent",
    "listener": "Shopware\\Commercial\\B2B\\EmployeeManagement\\Domain\\Login\\SalesChannelContextRestoredSubscriber::onSalesChannelContextCreated"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\System\SalesChannel\Event\SalesChannelContextCreatedEvent" to listener "HbH\FactFinderCustoms\Subscriber\ProductListingSubscriber::onSaleschannelContextCreated".
{
    "event": "Shopware\\Core\\System\\SalesChannel\\Event\\SalesChannelContextCreatedEvent",
    "listener": "HbH\\FactFinderCustoms\\Subscriber\\ProductListingSubscriber::onSaleschannelContextCreated"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
INFO 12:35:31 app #1 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 018ec20a5c83722aa2a1b5ffb7b1e339)
INFO 12:35:31 app #2 Rule detection: Cart >= 0 with priority 100 (id: 018ec20a5cac710c8ab6588dbe907a02)
INFO 12:35:31 app #3 Rule detection: Always valid (Default) with priority 100 (id: 018ec20a82e67108aa79b97a34de7210)
INFO 12:35:31 app #4 Rule detection: Warenkorb 0-90€ with priority 2 (id: 018ff2fb96a37f819d4b7eedda8f0dbc)
INFO 12:35:31 app #5 Rule detection: All customers with priority 1 (id: 018ec20a5cef70ba8117c70e61bbff53)
INFO 12:35:31 app #6 Rule detection: Warenkorb 0-40€ with priority 1 (id: 018ff2cf879478c5bc1e01955cdc14cb)
INFO 12:35:31 app #7 Rule detection: Wenn NICHT POS with priority 1 (id: 019537237f187ac581837c55301e2739)
INFO 12:35:31 app #8 Rule detection: Summe kleiner 40 with priority 1 (id: 019904aa19ab705b9f8ee7737ade5cef)
INFO 12:35:31 app #9 Rule detection: Summe kleiner 85 with priority 1 (id: 01992e409aed7d85b116996c50910e24)
INFO 12:35:31 app #10 Rule detection: Promotion cart rule: Relaunch Special with priority 0 (id: 0191b202b4727273916ec13e8ea8e16a)
INFO 12:35:31 app #11 Rule detection: Promotion cart rule: Special Voucher with priority 0 (id: 0191b202b488725ba62fe40162d369f4)
INFO 12:35:31 app #12 Rule detection: Promotion cart rule: 25 % Special Voucher with priority 0 (id: 0191b202b4af73d6ab6c06f287d16b18)
INFO 12:35:31 app #13 Rule detection: Promotion cart rule: RUF Mitarbeiter Rabatt with priority 0 (id: 0191b202b4e070818188642781c5c3e6)
INFO 12:35:31 app #14 Rule detection: Promotion cart rule: Live Nation Mitarbeiter Rabatt with priority 0 (id: 0191b202b502735c9214ed52d3496e2c)
INFO 12:35:31 app #15 Rule detection: Promotion cart rule: Robert Winkler / Rekla with priority 0 (id: 0191b202b52673c5a79a933eb1a23895)
INFO 12:35:31 app #16 Rule detection: Promotion cart rule: iC-Individuelle Codes with priority 0 (id: 0191b202c8a07112bc32490d6445abfa)
INFO 12:35:31 app #17 Rule detection: Promotion cart rule: Instagram with priority 0 (id: 0191b202c8c773df9c7599d0b3ab3b37)
INFO 12:35:31 app #18 Rule detection: Promotion cart rule: Flyer with priority 0 (id: 0191b202c8d971629c300bfd22cb2280)
INFO 12:35:31 app #19 Rule detection: Promotion cart rule: Individuelle Codes-MEG Mitarbeiter Einkauf with priority 0 (id: 0191b202dfdb70e69d810cd8f8400437)
INFO 12:35:31 app #20 Rule detection: Promotion cart rule: Individuelle Codes-MEG Mitarbeiter Einkauf Portal 2 with priority 0 (id: 0191b202f3017398ab7d0e413f393732)
INFO 12:35:31 app #21 Rule detection: Promotion cart rule: Individuelle Codes-Newsletter with priority 0 (id: 0191b202fce673128e2bbda5de0589eb)
INFO 12:35:31 app #22 Rule detection: Promotion cart rule: Versandkostenfrei DE 4,90 with priority 0 (id: 0191b202fd007240ada11ecf7c4252f0)
INFO 12:35:31 app #23 Rule detection: Promotion cart rule: DPD zu Schadensrechnung 15 % with priority 0 (id: 0191b202fd5a73518aa379d5dca0750f)
INFO 12:35:31 app #24 Rule detection: Promotion cart rule: DPD zu Schadensrechnung 25 % with priority 0 (id: 0191b202fd8b7193a5c807b88320a277)
INFO 12:35:31 app #25 Rule detection: Promotion cart rule: Ausverkaufte Artikel with priority 0 (id: 0191b202fe0470638d3074a40b2b0e6a)
INFO 12:35:31 app #26 Rule detection: Promotion cart rule: Gutschein / Special with priority 0 (id: 0191b202fe1d72a893a52ded63a998b0)
INFO 12:35:31 app #27 Rule detection: Promotion cart rule: Domenic Kern with priority 0 (id: 0191b202fe3e7094a75db14366b3510f)
INFO 12:35:31 app #28 Rule detection: Promotion cart rule: 20% Gutschein SPECIAL with priority 0 (id: 0191b202fe9873db8be05329b30f95ca)
INFO 12:35:31 app #29 Rule detection: Promotion cart rule: Batschkapp with priority 0 (id: 0191b202feac7069bb6149ef80fa69e3)
INFO 12:35:31 app #30 Rule detection: Promotion cart rule: DCM Pictures GmbH / Marketing with priority 0 (id: 0191b202fedf71ea851c2f2bb0fcc367)
INFO 12:35:31 app #31 Rule detection: Promotion cart rule: DPD Paketverluste with priority 0 (id: 0191b203764172849c35e061f8607ad2)
INFO 12:35:31 app #32 Rule detection: Promotion cart rule: Shipping Free All countries except DE with priority 0 (id: 0191b2037665724d88fa0f2ea58c8493)
INFO 12:35:31 app #33 Rule detection: Promotion cart rule: ALPHA DEAL DAY with priority 0 (id: 0191b2037746708090ca2e1c972a7e88)
INFO 12:35:31 app #34 Rule detection: Promotion cart rule: Kopie von ALPHA DEAL DAY with priority 0 (id: 0191b203778a7018a7e9d073cadd22f5)
INFO 12:35:31 app #35 Rule detection: Promotion cart rule: Tradebyte with priority 0 (id: 0191b2037832717e871fc1914a9e189d)
INFO 12:35:31 app #36 Rule detection: Promotion cart rule: Mitarbeiter SB with priority 0 (id: 0191b203784c72a7bc839a3d4f210a91)
INFO 12:35:31 app #37 Rule detection: Promotion cart rule: Mitarbeiter SBF with priority 0 (id: 0191b203786e70b09279ada27fac4a9a)
INFO 12:35:31 app #38 Rule detection: Promotion cart rule: Mitarbeiter BettBi with priority 0 (id: 0191b203788d70d999bc10a7486847c2)
INFO 12:35:31 app #39 Rule detection: Promotion cart rule: Mitarbeiter BettBiF with priority 0 (id: 0191b20378aa70f183ab6fbdb9ffca84)
INFO 12:35:31 app #40 Rule detection: Promotion cart rule: Mitarbeiter BBlock with priority 0 (id: 0191b20378cc718fa5956710510dd6ae)
INFO 12:35:31 app #41 Rule detection: Promotion cart rule: Mitarbeiter BBlockF with priority 0 (id: 0191b20378f2711d9017ec3dbf3ab2ab)
INFO 12:35:31 app #42 Rule detection: Promotion cart rule: Mitarbeiter JB with priority 0 (id: 0191b2037917717c851e244a2bffd3ce)
INFO 12:35:31 app #43 Rule detection: Promotion cart rule: Mitarbeiter JBF with priority 0 (id: 0191b2037941704f9b4f51954892b4d8)
INFO 12:35:31 app #44 Rule detection: Promotion cart rule: Mitarbeiter TE with priority 0 (id: 0191b20379617380a06116d78bff48f2)
INFO 12:35:31 app #45 Rule detection: Promotion cart rule: Mitarbeiter TEF with priority 0 (id: 0191b203798f7259a2dad0d1be0800a1)
INFO 12:35:31 app #46 Rule detection: Promotion cart rule: Mitarbeiter EF with priority 0 (id: 0191b20379b3713eb423677fbc08c709)
INFO 12:35:31 app #47 Rule detection: Promotion cart rule: Mitarbeiter EFF with priority 0 (id: 0191b20379dc70cca4c1b4b4989ea915)
INFO 12:35:31 app #48 Rule detection: Promotion cart rule: Mitarbeiter SF with priority 0 (id: 0191b2037a0371c0b202cacfccce7f43)
INFO 12:35:31 app #49 Rule detection: Promotion cart rule: Mitarbeiter SFF with priority 0 (id: 0191b2037a2071c8ad0ea355cab0c02a)
INFO 12:35:31 app #50 Rule detection: Promotion cart rule: Mitarbeiter TH with priority 0 (id: 0191b2037a437309920980522e9c4d55)
INFO 12:35:31 app #51 Rule detection: Promotion cart rule: Mitarbeiter THF with priority 0 (id: 0191b2037a5e71a6b42ebedc3a83ff71)
INFO 12:35:31 app #52 Rule detection: Promotion cart rule: Mitarbeiter DSH with priority 0 (id: 0191b2037a7873bd87e82ecf53ae32b1)
INFO 12:35:31 app #53 Rule detection: Promotion cart rule: Mitarbeiter DSHF with priority 0 (id: 0191b2037a9673a9876b8fe5e1b41530)
INFO 12:35:31 app #54 Rule detection: Promotion cart rule: Mitarbeiter DoHei with priority 0 (id: 0191b2037aac72af8a4d132280f0281e)
INFO 12:35:31 app #55 Rule detection: Promotion cart rule: Mitarbeiter DoHeiF with priority 0 (id: 0191b2037ac672aba7baa29487a8bf71)
INFO 12:35:31 app #56 Rule detection: Promotion cart rule: Mitarbeiter AK with priority 0 (id: 0191b2037ae27278aa6cfe1a2497767e)
INFO 12:35:31 app #57 Rule detection: Promotion cart rule: Mitarbeiter AKF with priority 0 (id: 0191b2037b0471529498886c5978fca5)
INFO 12:35:31 app #58 Rule detection: Promotion cart rule: Mitarbeiter LL with priority 0 (id: 0191b2037b2170029eb5e7075b257d5b)
INFO 12:35:31 app #59 Rule detection: Promotion cart rule: Mitarbeiter LLF with priority 0 (id: 0191b2037b4673fdb66d7309debf071a)
INFO 12:35:31 app #60 Rule detection: Promotion cart rule: Mitarbeiter FL with priority 0 (id: 0191b2037b6c7044a16776c0ab4b99e1)
INFO 12:35:31 app #61 Rule detection: Promotion cart rule: Mitarbeiter FLF with priority 0 (id: 0191b2037bb3730a9fae42f48681c9a7)
INFO 12:35:31 app #62 Rule detection: Promotion cart rule: Mitarbeiter MalMian with priority 0 (id: 0191b2037bde72c68e7c44e81ad136c8)
INFO 12:35:31 app #63 Rule detection: Promotion cart rule: Mitarbeiter MalMianF with priority 0 (id: 0191b2037c18718bae08a21c0d65d54d)
INFO 12:35:31 app #64 Rule detection: Promotion cart rule: Mitarbeiter SN with priority 0 (id: 0191b2037c6d7095b7f7a2719417e29f)
INFO 12:35:31 app #65 Rule detection: Promotion cart rule: Mitarbeiter SNF with priority 0 (id: 0191b2037cb171afad19765aa15a7bd2)
INFO 12:35:31 app #66 Rule detection: Promotion cart rule: Mitarbeiter RN with priority 0 (id: 0191b2037d337232b26feb272114417d)
INFO 12:35:31 app #67 Rule detection: Promotion cart rule: Mitarbeiter RNF with priority 0 (id: 0191b2037d5970299c6be1c7b1b9f960)
INFO 12:35:31 app #68 Rule detection: Promotion cart rule: Mitarbeiter IPS with priority 0 (id: 0191b2037d7d73b4bf2e526312009d7c)
INFO 12:35:31 app #69 Rule detection: Promotion cart rule: Mitarbeiter IPSF with priority 0 (id: 0191b2037da370e9919b555a50a51afe)
INFO 12:35:31 app #70 Rule detection: Promotion cart rule: Mitarbeiter AR with priority 0 (id: 0191b2037dd072efad0718dae56a78cc)
INFO 12:35:31 app #71 Rule detection: Promotion cart rule: Mitarbeiter ARF with priority 0 (id: 0191b2037dfc71de8e059d5f6fac40ee)
INFO 12:35:31 app #72 Rule detection: Promotion cart rule: Mitarbeiter OR with priority 0 (id: 0191b2037e2570268a46045e7b212e2c)
INFO 12:35:31 app #73 Rule detection: Promotion cart rule: Mitarbeiter ORF with priority 0 (id: 0191b2037e40700abe86652348cce0a6)
INFO 12:35:31 app #74 Rule detection: Promotion cart rule: Mitarbeiter AS with priority 0 (id: 0191b2037e6071af9d0fe56a24d4c725)
INFO 12:35:31 app #75 Rule detection: Promotion cart rule: Mitarbeiter AAF with priority 0 (id: 0191b2037e7c707c8f0027c4751c862f)
INFO 12:35:31 app #76 Rule detection: Promotion cart rule: Mitarbeiter MU with priority 0 (id: 0191b2037e9873c4b30e6f5cde44b5e8)
INFO 12:35:31 app #77 Rule detection: Promotion cart rule: Mitarbeiter MUF with priority 0 (id: 0191b2037ebd725a8566784f1ae97f62)
INFO 12:35:31 app #78 Rule detection: Promotion cart rule: Mitarbeiter DW with priority 0 (id: 0191b2037edd71d7bd464e1927cc5715)
INFO 12:35:31 app #79 Rule detection: Promotion cart rule: Mitarbeiter DWF with priority 0 (id: 0191b2037efe7261ab164a5b17d51598)
INFO 12:35:31 app #80 Rule detection: Promotion cart rule: Mitarbeiter AW with priority 0 (id: 0191b2037f2173edb0dd1f7f0b471fd9)
INFO 12:35:31 app #81 Rule detection: Promotion cart rule: Mitarbeiter AWF with priority 0 (id: 0191b2037f4e71cb9b79f5fc2c5380e2)
INFO 12:35:31 app #82 Rule detection: Promotion cart rule: Mitarbeiter FKZ with priority 0 (id: 0191b2037f797299ae14236713a727f2)
INFO 12:35:31 app #83 Rule detection: Promotion cart rule: Mitarbeiter FKZF with priority 0 (id: 0191b2037f9b71788d001891388c7ca1)
INFO 12:35:31 app #84 Rule detection: Promotion cart rule: Mitarbeiter MaxM with priority 0 (id: 0191b2037fb87090aea752b5fbd5fc52)
INFO 12:35:31 app #85 Rule detection: Promotion cart rule: Mitarbeiter MaxMF with priority 0 (id: 0191b2037fd17394abfbe41972193a29)
INFO 12:35:31 app #86 Rule detection: Promotion cart rule: 10% FÜR kleine PROBLEMFÄLLE with priority 0 (id: 0191b2037fe7713e8318cbb33dec7df4)
INFO 12:35:31 app #87 Rule detection: Promotion cart rule: Mitarbeiter PB with priority 0 (id: 0191b203800670fbb4b87d375167d69b)
INFO 12:35:31 app #88 Rule detection: Promotion cart rule: Mitarbeiter PBF with priority 0 (id: 0191b203802373f0a945fa25b66e5be6)
INFO 12:35:31 app #89 Rule detection: Promotion cart rule: Mitarbeiter LB with priority 0 (id: 0191b203804a71efa5bfcf158b38de94)
INFO 12:35:31 app #90 Rule detection: Promotion cart rule: Mitarbeiter LBF with priority 0 (id: 0191b2038071709b91205471d608db50)
INFO 12:35:31 app #91 Rule detection: Promotion cart rule: Mitarbeiter HW with priority 0 (id: 0191b203809c712fbe513ef7a443c98a)
INFO 12:35:31 app #92 Rule detection: Promotion cart rule: Mitarbeiter HWF with priority 0 (id: 0191b20380c67125b5f87c76be840500)
INFO 12:35:31 app #93 Rule detection: Promotion cart rule: Mitarbeiter GRS with priority 0 (id: 0191b20380e271cfb301a58091e4b5b1)
INFO 12:35:31 app #94 Rule detection: Promotion cart rule: Mitarbeiter GRSF with priority 0 (id: 0191b20381017164ac01bb7ced3c14ee)
INFO 12:35:31 app #95 Rule detection: Promotion cart rule: Mitarbeiter HJ with priority 0 (id: 0191b2038126719cb0449b20d83a0ddb)
INFO 12:35:31 app #96 Rule detection: Promotion cart rule: Mitarbeiter HJF with priority 0 (id: 0191b203814973e883d67946f52e2d23)
INFO 12:35:31 app #97 Rule detection: Promotion cart rule: Mitarbeiter CH with priority 0 (id: 0191b2038173711dbd819d7a606907c8)
INFO 12:35:31 app #98 Rule detection: Promotion cart rule: Mitarbeiter CHF with priority 0 (id: 0191b20381f37274b5b99578149d66a0)
INFO 12:35:31 app #99 Rule detection: Promotion cart rule: Mitarbeiter BenBi with priority 0 (id: 0191b20382277208b06b259a7bc190db)
INFO 12:35:31 app #100 Rule detection: Promotion cart rule: Mitarbeiter BenBiF with priority 0 (id: 0191b203826b70ca8123c8c6bda20e7c)
INFO 12:35:31 app #101 Rule detection: Promotion cart rule: Mitarbeiter NorbertSchneidersFriends with priority 0 (id: 0191b203829871efa9f05e0a4b944839)
INFO 12:35:31 app #102 Rule detection: Promotion cart rule: Mitarbeiter RainerKnappsFriends with priority 0 (id: 0191b20382c773b0901c817c582dd523)
INFO 12:35:31 app #103 Rule detection: Promotion cart rule: Mitarbeiter AnWi with priority 0 (id: 0191b20382eb71169680bc43c34c82c1)
INFO 12:35:31 app #104 Rule detection: Promotion cart rule: Mitarbeiter AnWiF with priority 0 (id: 0191b203831d72019164ae2ebf275576)
INFO 12:35:31 app #105 Rule detection: Promotion cart rule: Box Club Christian Schmidt / Mengenrabatt with priority 0 (id: 0191b203851573b69e8b071d4780ccfe)
INFO 12:35:31 app #106 Rule detection: Promotion cart rule: Steuerfrei für DPD Paketverlust with priority 0 (id: 0191b20386237126bb3305f899b49936)
INFO 12:35:31 app #107 Rule detection: Promotion cart rule: Paula / Model Special with priority 0 (id: 0191b2038656733dae7466e48afcbdd8)
INFO 12:35:31 app #108 Rule detection: Promotion cart rule: Ines Müller / Kulanz / Hundeclub will Hundejacken with priority 0 (id: 0191b20386ad701e8ffdc1e26f57d6ba)
INFO 12:35:31 app #109 Rule detection: Promotion cart rule: Luca Bertossio / Flight Team Italy with priority 0 (id: 0191b203870d70008647b81dcc3ebea0)
INFO 12:35:31 app #110 Rule detection: Promotion cart rule: Alpha Talk UK with priority 0 (id: 0191b203875b72b29c3f6b2ca04ba5e6)
INFO 12:35:31 app #111 Rule detection: Promotion cart rule: Mitarbeiter MW with priority 0 (id: 0191b203877e73b2b960a9b87304d98b)
INFO 12:35:31 app #112 Rule detection: Promotion cart rule: Mitarbeiter MWF with priority 0 (id: 0191b20387a37136b364d5c327bc4df9)
INFO 12:35:31 app #113 Rule detection: Promotion cart rule: 10% Stayhome with priority 0 (id: 0191b20387c8709694c56751af13466b)
INFO 12:35:31 app #114 Rule detection: Promotion cart rule: 20% Reklamation NICHT bei uns gekauft - stationärer Handel / Stammkunden with priority 0 (id: 0191b203885371d4a51786683449d78b)
INFO 12:35:31 app #115 Rule detection: Promotion cart rule: 20% / größere Probleme with priority 0 (id: 0191b20388687046883ed5e68aac1ce3)
INFO 12:35:31 app #116 Rule detection: Promotion cart rule: Frau Gabriel with priority 0 (id: 0191b203891e73a3a8e813894ed4dab2)
INFO 12:35:31 app #117 Rule detection: Promotion cart rule: Freachly x Alpha with priority 0 (id: 0191b2038975724f8436bd6d34dcee7c)
INFO 12:35:31 app #118 Rule detection: Promotion cart rule: Bwear Julia Böhmer with priority 0 (id: 0191b20389bc72988d6a0fe45f3c7678)
INFO 12:35:31 app #119 Rule detection: Promotion cart rule: 30% SORRY with priority 0 (id: 0191b2038b2071b7bd5d89e11ed6c194)
INFO 12:35:31 app #120 Rule detection: Promotion cart rule: Kati Krause / 325660 / Rekla with priority 0 (id: 0191b2038bbc72a6bb505792ba5fe464)
INFO 12:35:31 app #121 Rule detection: Promotion cart rule: Airman Vintage Pant / 188205 with priority 0 (id: 0191b2038c1272b686dd3b1cb28ce408)
INFO 12:35:31 app #122 Rule detection: Promotion cart rule: T5 Bus AI all over Beklebungstyp SUPPORT with priority 0 (id: 0191b2038c277380bc48cb8057203eba)
INFO 12:35:31 app #123 Rule detection: Promotion cart rule: Maximilian Lutter 329621 Versandfrei falsches Shirt bekommen with priority 0 (id: 0191b2038ccb73ee8c4e6cd346126b04)
INFO 12:35:31 app #124 Rule detection: Promotion cart rule: MwSt 3% Code with priority 0 (id: 0191b2038ce1713ca251bb9e947d8181)
INFO 12:35:31 app #125 Rule detection: Promotion cart rule: 5% App Sorry with priority 0 (id: 0191b2038d3b727bae0a7a84e918d4be)
INFO 12:35:31 app #126 Rule detection: Promotion cart rule: @bollyboygermany Influencer über Julia with priority 0 (id: 0191b2038d7470e6b3384a9e59e47624)
INFO 12:35:31 app #127 Rule detection: Promotion cart rule: Freachly x Alpha Umtausch with priority 0 (id: 0191b2038dca717d88ba03bfbf192661)
INFO 12:35:31 app #128 Rule detection: Promotion cart rule: MEG Mitarbeiter Einkauf VikingMission September Aktion with priority 0 (id: 0191b2038edf72d3a69ed0a93d6f73f5)
INFO 12:35:31 app #129 Rule detection: Promotion cart rule: MEG Mitarbeiter Einkauf VikingMission September Aktion with priority 0 (id: 0191b2038f5271d5b6b29f7507aaed42)
INFO 12:35:31 app #130 Rule detection: Promotion cart rule: Mitarbeiter AnWiF #2 with priority 0 (id: 0191b2038fba705aa4fb619e46f9fb05)
INFO 12:35:31 app #131 Rule detection: Promotion cart rule: Mitarbeiter BenBiF2 with priority 0 (id: 0191b20390e973bd9418bd3dd08b0759)
INFO 12:35:31 app #132 Rule detection: Promotion cart rule: Mitarbeiter BenBiF3 with priority 0 (id: 0191b20391a87242aee3d71b168c674c)
INFO 12:35:31 app #133 Rule detection: Promotion cart rule: Masken Aktion / shipping free 13.10. with priority 0 (id: 0191b20392fa71c2b9779077768d6d5d)
INFO 12:35:31 app #134 Rule detection: Promotion cart rule: 25% Marketing with priority 0 (id: 0191b20393887052bd806491784bee04)
INFO 12:35:31 app #135 Rule detection: Promotion cart rule: FLGNTLT x ALPHA stornierung with priority 0 (id: 0191b20394ee7265b63ba09712f36131)
INFO 12:35:31 app #136 Rule detection: Promotion cart rule: Mitarbeiter CHF 2 with priority 0 (id: 0191b203b545703da5dbec45d4a2549a)
INFO 12:35:31 app #137 Rule detection: Promotion cart rule: Mitarbeiterin Marlena Polkowski with priority 0 (id: 0191b203b5ec70979bce42d34609ef2c)
INFO 12:35:31 app #138 Rule detection: Promotion cart rule: 01.12.2020 Adventskalender with priority 0 (id: 0191b203b60772c0abe5dbb44e09102b)
INFO 12:35:31 app #139 Rule detection: Promotion cart rule: 03.12.2020 Adventskalender with priority 0 (id: 0191b203b6417034864cefad5400cc72)
INFO 12:35:31 app #140 Rule detection: Promotion cart rule: 05.12.2020 Adventskalender with priority 0 (id: 0191b203b68671a9afc65003b1e76835)
INFO 12:35:31 app #141 Rule detection: Promotion cart rule: 09.12.2020 Adventskalender with priority 0 (id: 0191b203b855717e8203c50c88cfe931)
INFO 12:35:31 app #142 Rule detection: Promotion cart rule: 10.12.2020 Adventskalender with priority 0 (id: 0191b203b86a7149a90b61323604f349)
INFO 12:35:31 app #143 Rule detection: Promotion cart rule: 11.12.2020 Adventskalender with priority 0 (id: 0191b203b89b70cdb871508c8613cbef)
INFO 12:35:31 app #144 Rule detection: Promotion cart rule: 10% Thank you with priority 0 (id: 0191b203b980714fa371cc275633ff88)
INFO 12:35:31 app #145 Rule detection: Promotion cart rule: 13.12.2020 Adventskalender with priority 0 (id: 0191b203b9ac722caef26616400a1e5a)
INFO 12:35:31 app #146 Rule detection: Promotion cart rule: Markus Lenz Kulanz da 2x Rekla erhalten with priority 0 (id: 0191b203ba2e721597e2c53de36a74ad)
INFO 12:35:31 app #147 Rule detection: Promotion cart rule: 20.12.2020 Adventskalender with priority 0 (id: 0191b203bb427224a894b614cea7609e)
INFO 12:35:31 app #148 Rule detection: Promotion cart rule: 22.12.2020 Adventskalender with priority 0 (id: 0191b203bc0c70bb83449ca02bde8cb4)
INFO 12:35:31 app #149 Rule detection: Promotion cart rule: 23.12.2020 Adventskalender with priority 0 (id: 0191b203bcbf7390a6409b41c38383d9)
INFO 12:35:31 app #150 Rule detection: Promotion cart rule: 24.12.2020 with priority 0 (id: 0191b203bce073818bbf2daa9da658f7)
INFO 12:35:31 app #151 Rule detection: Promotion cart rule: UK DPD Lieferproblem Covid with priority 0 (id: 0191b203bcfc70b3a2eb73146f70b85f)
INFO 12:35:31 app #152 Rule detection: Promotion cart rule: Geschenkgutschein (Wert: 25,00 €) with priority 0 (id: 0191b203c5d57087ab01007549229268)
INFO 12:35:31 app #153 Rule detection: Promotion cart rule: Geschenkgutschein (Wert: 50,00 €) with priority 0 (id: 0191b203c733704c8b7c418229a91652)
INFO 12:35:31 app #154 Rule detection: Promotion cart rule: Steuerberater Bernd Becker (über Bettina) with priority 0 (id: 0191b203c75372c4be2f1338a3bc199f)
INFO 12:35:31 app #155 Rule detection: Promotion cart rule: Geschenkgutschein (Wert: 75,00 €) with priority 0 (id: 0191b203c7d771618c79065673622e56)
INFO 12:35:31 app #156 Rule detection: Promotion cart rule: Geschenkgutschein (Wert: 100,00 €) with priority 0 (id: 0191b203c8cf7037b1d54c30775262e0)
INFO 12:35:31 app #157 Rule detection: Promotion cart rule: Geschenkgutschein (Wert: 150,00 €) with priority 0 (id: 0191b203c93170d9b4193d06ed58f3f7)
INFO 12:35:31 app #158 Rule detection: Promotion cart rule: Geschenkgutschein (Wert: 200,00 €) with priority 0 (id: 0191b203c95a71a29e87448ca985af35)
INFO 12:35:31 app #159 Rule detection: Promotion cart rule: Geschenkgutschein (Wert: 250,00 €) with priority 0 (id: 0191b203c981706fb45cc2a99b8eb14e)
INFO 12:35:31 app #160 Rule detection: Promotion cart rule: Mitarbeiter AnWi #2 with priority 0 (id: 0191b203c9da7125b6384d29f44fb5df)
INFO 12:35:31 app #161 Rule detection: Promotion cart rule: Mitarbeiter AnWi F#3 with priority 0 (id: 0191b203ca2d70299d5f58bd24a76781)
INFO 12:35:31 app #162 Rule detection: Promotion cart rule: Mitarbeiter RobMonto with priority 0 (id: 0191b203cc8b7039a0175fa20e348d46)
INFO 12:35:31 app #163 Rule detection: Promotion cart rule: Mitarbeiter RobMonto Friends & Family with priority 0 (id: 0191b203cca672e489c74a1403eaa5a7)
INFO 12:35:31 app #164 Rule detection: Promotion cart rule: Mitarbeiter VerStra with priority 0 (id: 0191b203ccc1734e9016697735a5556e)
INFO 12:35:31 app #165 Rule detection: Promotion cart rule: Mitarbeiter VerStra Friends & Family with priority 0 (id: 0191b203ccde7218b7ac534f23232c42)
INFO 12:35:31 app #166 Rule detection: Promotion cart rule: Packando Gutscheine with priority 0 (id: 0191b203ce4d73099af6d2c9baa7c57a)
INFO 12:35:31 app #167 Rule detection: Promotion cart rule: Aimondo Gang with priority 0 (id: 0191b203cfb571ee917b393bfb9fe3e5)
INFO 12:35:31 app #168 Rule detection: Promotion cart rule: Streichung wg. Inventur / größere Probleme with priority 0 (id: 0191b203cfcb71a19906e0507148262a)
INFO 12:35:31 app #169 Rule detection: Promotion cart rule: 50% für Rainer with priority 0 (id: 0191b203d015727cbd3b23a1d9c2e495)
INFO 12:35:31 app #170 Rule detection: Promotion cart rule: INVENTORY15 doppelte Bestellung with priority 0 (id: 0191b203d0597027b82bd28ded7de5e6)
INFO 12:35:31 app #171 Rule detection: Promotion cart rule: NEU Mitarbeiter NorbertSchneidersFriends with priority 0 (id: 0191b203d0b9732e801876ee68921df9)
INFO 12:35:31 app #172 Rule detection: Promotion cart rule: INVENTORY20$ doppelte Bestellung with priority 0 (id: 0191b203d0cd709094f6a57bd09c3846)
INFO 12:35:31 app #173 Rule detection: Promotion cart rule: Mitarbeiter PeterSchickedanz with priority 0 (id: 0191b203d0ea733dba13a2d4cd4286ac)
INFO 12:35:31 app #174 Rule detection: Promotion cart rule: Mitarbeiter PeterSchickedanz Friends Family with priority 0 (id: 0191b203d10772d3972707a3f11c77cc)
INFO 12:35:31 app #175 Rule detection: Promotion cart rule: Motorflugschule Egelsbach Norbert Schneider with priority 0 (id: 0191b203d60d738a8db3d76d9d8fbafa)
INFO 12:35:31 app #176 Rule detection: Promotion cart rule: Mitarbeiter NT with priority 0 (id: 0191b203d6707307a428607ecd9f9cc2)
INFO 12:35:31 app #177 Rule detection: Promotion cart rule: Mitarbeiter NTF with priority 0 (id: 0191b203d6977368b77cfe0bcfbe44c6)
INFO 12:35:31 app #178 Rule detection: Promotion cart rule: Mitarbeiter VW-R with priority 0 (id: 0191b203d6b6718d80c5515af94f655a)
INFO 12:35:31 app #179 Rule detection: Promotion cart rule: Mitarbeiter VW-RF with priority 0 (id: 0191b203d6d37132be0e9d6ab325dae2)
INFO 12:35:31 app #180 Rule detection: Promotion cart rule: Mitarbeiter MH with priority 0 (id: 0191b203d6eb7159a4ddf024cab13b90)
INFO 12:35:31 app #181 Rule detection: Promotion cart rule: Mitarbeiter MHF with priority 0 (id: 0191b203d704733eb89e1097ca1c654d)
INFO 12:35:31 app #182 Rule detection: Promotion cart rule: 30 % für NACKE with priority 0 (id: 0191b203d7e67238bb69c6798a0df22b)
INFO 12:35:31 app #183 Rule detection: Promotion cart rule: Rainer Knapp 50% with priority 0 (id: 0191b203d838730bb0f474e0b15e8b49)
INFO 12:35:31 app #184 Rule detection: Promotion cart rule: Bettina - Christian Steinheimer 30% with priority 0 (id: 0191b203d853713cb35a63f47f1cbc89)
INFO 12:35:31 app #185 Rule detection: Promotion cart rule: Tatcraft 30% Marketing with priority 0 (id: 0191b203d86772d3836960f63acc2b35)
INFO 12:35:31 app #186 Rule detection: Promotion cart rule: DPD zu Schadensrechnung 50 % with priority 0 (id: 0191b203db9a716bbf2cc0310bf153ed)
INFO 12:35:31 app #187 Rule detection: Promotion cart rule: Mitarbeiter TEF NEU with priority 0 (id: 0191b203dcc471159f5aef0ba220b117)
INFO 12:35:31 app #188 Rule detection: Promotion cart rule: RECOMMENDY 25% with priority 0 (id: 0191b203dd8970a29b55fea6c8b8c833)
INFO 12:35:31 app #189 Rule detection: Promotion cart rule: Mitarbeiter SS with priority 0 (id: 0191b203ddb37379902d489084b30138)
INFO 12:35:31 app #190 Rule detection: Promotion cart rule: Mitarbeiter SSF with priority 0 (id: 0191b203ddd6725c8490c8c01de808d4)
INFO 12:35:31 app #191 Rule detection: Promotion cart rule: Mitarbeiter Ron Berger 55% with priority 0 (id: 0191b203dfe273b0b88f67c1cc16f769)
INFO 12:35:31 app #192 Rule detection: Promotion cart rule: Mitarbeiter Ron Berger 30% with priority 0 (id: 0191b203e01573ac8bd0001699b59827)
INFO 12:35:31 app #193 Rule detection: Promotion cart rule: MA Luigi Del Sorbo 30% with priority 0 (id: 0191b203e0b372c78ee66b0a7623b7d0)
INFO 12:35:31 app #194 Rule detection: Promotion cart rule: Mitarbeiter LBF with priority 0 (id: 0191b203e0dd72cc94347f804e53fdb0)
INFO 12:35:31 app #195 Rule detection: Promotion cart rule: MHI Gruppe 15% Lookbook Location with priority 0 (id: 0191b203e1f3719db8977fbab431a737)
INFO 12:35:31 app #196 Rule detection: Promotion cart rule: Mitarbeiter SNF 2.0 with priority 0 (id: 0191b203e57a725f9a8f27b98b184f78)
INFO 12:35:31 app #197 Rule detection: Promotion cart rule: Black Friday Streichungen with priority 0 (id: 0191b203e59d728c9661c36731649065)
INFO 12:35:31 app #198 Rule detection: Promotion cart rule: Mitarbeiter BenBiF with priority 0 (id: 0191b203e7ee73438cd886ff8c20c4db)
INFO 12:35:31 app #199 Rule detection: Promotion cart rule: Mitarbeiter TE Neu with priority 0 (id: 0191b203ea25710cb129d71c98f3da73)
INFO 12:35:31 app #200 Rule detection: Promotion cart rule: Mitarbeiter IPS 2.0 with priority 0 (id: 0191b203eb957232b856ed41cfc5c0cc)
INFO 12:35:31 app #201 Rule detection: Promotion cart rule: Mitarbeiter NKF with priority 0 (id: 0191b203ec8b718b9703b1b5204f88bc)
INFO 12:35:31 app #202 Rule detection: Promotion cart rule: Mitarbeiter LB with priority 0 (id: 0191b20416257220a50522338f2c877e)
INFO 12:35:31 app #203 Rule detection: Promotion cart rule: Mitarbeiter Sven Becker Friends with priority 0 (id: 0191b204169972f692b7dfda44bd4ed7)
INFO 12:35:31 app #204 Rule detection: Promotion cart rule: Mitarbeiter Sven Becker with priority 0 (id: 0191b20416b27219b8d48e9329388668)
INFO 12:35:31 app #205 Rule detection: Promotion cart rule: Mitarbeiter Antonio Thottumkal Friends with priority 0 (id: 0191b20416ca72fd9e0b89969269fc9f)
INFO 12:35:31 app #206 Rule detection: Promotion cart rule: Mitarbeiter Antonio Thottumkal with priority 0 (id: 0191b20416e272969e39b61d3bbc40f3)
INFO 12:35:31 app #207 Rule detection: Promotion cart rule: Mitarbeiter Mehtap Yildiran Friends with priority 0 (id: 0191b20416fe735c85e5099053fa9e05)
INFO 12:35:31 app #208 Rule detection: Promotion cart rule: Mitarbeiter Mehtap Yildiran with priority 0 (id: 0191b20417167335ab4933a8de49b072)
INFO 12:35:31 app #209 Rule detection: Promotion cart rule: Mitarbeiter Lutz Nowka Friends with priority 0 (id: 0191b204173773728e4bb8e056371c98)
INFO 12:35:31 app #210 Rule detection: Promotion cart rule: Mitarbeiter Lutz Nowka with priority 0 (id: 0191b2041756710292d7292454238de0)
INFO 12:35:31 app #211 Rule detection: Promotion cart rule: Mitarbeiter Anita Goldner Friends with priority 0 (id: 0191b2041785701fb81b3fd4822fd368)
INFO 12:35:31 app #212 Rule detection: Promotion cart rule: Mitarbeiter Anita Goldner with priority 0 (id: 0191b20417a2720ca3604ec5525181c2)
INFO 12:35:31 app #213 Rule detection: Promotion cart rule: Mitarbeiter Anja Weinert Friends with priority 0 (id: 0191b20417bf71149b4246e0d73fd140)
INFO 12:35:31 app #214 Rule detection: Promotion cart rule: Mitarbeiter Anja Weinert with priority 0 (id: 0191b20417d973e8b7f3e822cea74fa6)
INFO 12:35:31 app #215 Rule detection: Promotion cart rule: Mitarbeiter Nico Krug with priority 0 (id: 0191b20417f371afb94b4bc735c76084)
INFO 12:35:31 app #216 Rule detection: Promotion cart rule: Mitarbeiter Luigi Del Sorbo Friends with priority 0 (id: 0191b20418127166a93d24d5aa8508e8)
INFO 12:35:31 app #217 Rule detection: Promotion cart rule: Mitarbeiter Luigi Del Sorbo with priority 0 (id: 0191b204182b7208a70641ae0ff7e0ed)
INFO 12:35:31 app #218 Rule detection: Promotion cart rule: Mitarbeiter Mario Udovicic Friends with priority 0 (id: 0191b204184e73e6af931c84800361da)
INFO 12:35:31 app #219 Rule detection: Promotion cart rule: Mitarbeiter Mario Udovicic with priority 0 (id: 0191b204186970fba0dbd67b238a3954)
INFO 12:35:31 app #220 Rule detection: Promotion cart rule: Björn Reindl Special Behandlung R2 Com Sport with priority 0 (id: 0191b20418ec70bfae31dbf3b11f9bd7)
INFO 12:35:31 app #221 Rule detection: Promotion cart rule: Arbeitsschutzhelden Melanie + Team with priority 0 (id: 0191b20419b271a08e216819e715bd51)
INFO 12:35:31 app #222 Rule detection: Promotion cart rule: Detlef Schillinger 50% Gutscheine with priority 0 (id: 0191b2041ab17224bb72c87766052402)
INFO 12:35:31 app #223 Rule detection: Promotion cart rule: Mitarbeiter JB with priority 0 (id: 0191b2041ae5700bbe8fce93ce333ac0)
INFO 12:35:31 app #224 Rule detection: Promotion cart rule: Mitarbeiter JBF with priority 0 (id: 0191b2041b0771b1b6b1234c0a196a7b)
INFO 12:35:31 app #225 Rule detection: Promotion cart rule: Mika Agentur Xatar with priority 0 (id: 0191b2041b8a72d19f27e05403dde05b)
INFO 12:35:31 app #226 Rule detection: Promotion cart rule: Mitarbeiter AnWi #3 with priority 0 (id: 0191b2041caa70cea01b8caf8a029ee0)
INFO 12:35:31 app #227 Rule detection: Promotion cart rule: Mitarbeiter MB with priority 0 (id: 0191b2041e1b73c6a9373856cb695c92)
INFO 12:35:31 app #228 Rule detection: Promotion cart rule: Mitarbeiter MBF with priority 0 (id: 0191b2041e4870598aa1b84976c58405)
INFO 12:35:31 app #229 Rule detection: Promotion cart rule: Demartini Impuls with priority 0 (id: 0191b20420bc705f8e6e4cac33f2c952)
INFO 12:35:31 app #230 Rule detection: Promotion cart rule: Mitarbeiter CCF with priority 0 (id: 0191b20420d373629a58f64a8e0376b4)
INFO 12:35:31 app #231 Rule detection: Promotion cart rule: Mitarbeiter RHF with priority 0 (id: 0191b20420f0720aac7af33be15dcac7)
INFO 12:35:31 app #232 Rule detection: Promotion cart rule: 5% FÜR kleine PROBLEMFÄLLE with priority 0 (id: 0191b20421dd70e99a39784ddf5d346c)
INFO 12:35:31 app #233 Rule detection: Promotion cart rule: Finn Hunscha (immer nur einen Code rausgegeben von oben nach unten) TE with priority 0 (id: 0191b204225771208ad9d616f4bdce85)
INFO 12:35:31 app #234 Rule detection: Promotion cart rule: Club Michel with priority 0 (id: 0191b20422bf7221b20ca91b9b8bb569)
INFO 12:35:31 app #235 Rule detection: Promotion cart rule: Deutsche Bank über Ron with priority 0 (id: 0191b2042f31720887a817dd13e0a366)
INFO 12:35:31 app #236 Rule detection: Promotion cart rule: Mitarbeiterin Dilem Korkmaz with priority 0 (id: 0191b204397b7394bf39611f09f78a0d)
INFO 12:35:31 app #237 Rule detection: Promotion cart rule: Mitarbeiterin Helena Giang with priority 0 (id: 0191b20439b1706c9767ade8cfc9e6b4)
INFO 12:35:31 app #238 Rule detection: Promotion cart rule: Mitarbeiter Danjol Sohn with priority 0 (id: 0191b2043e0273aa8018bc8c311ef71e)
INFO 12:35:31 app #239 Rule detection: Promotion cart rule: Mitarbeiter Ron Berger 30% with priority 0 (id: 0191b20440dd7354bcb03b131b9166ec)
INFO 12:35:31 app #240 Rule detection: Promotion cart rule: Black Friday Streichungen with priority 0 (id: 0191b204421470f1b916ea18fedf42a5)
INFO 12:35:31 app #241 Rule detection: Promotion cart rule: Black Friday Streichungen with priority 0 (id: 0191b204428c73daa3d5a0716fdcbd58)
INFO 12:35:31 app #242 Rule detection: Promotion cart rule: Rainer Knapp 30% with priority 0 (id: 0191b20442c17054aa69193be723ffaf)
INFO 12:35:31 app #243 Rule detection: Promotion cart rule: Friends&Family Marketing Code with priority 0 (id: 0191b20445e17236ae204fddfbc49ef6)
INFO 12:35:31 app #244 Rule detection: Promotion cart rule: Mitarbeiter Florian Pfeiffer with priority 0 (id: 0191b204475d737e9f1312e49c562fbb)
INFO 12:35:31 app #245 Rule detection: Promotion cart rule: Mitarbeiterin Marlena Polkowski with priority 0 (id: 0191b2044a4673358a1bc98f542b2ed1)
INFO 12:35:31 app #246 Rule detection: Promotion cart rule: Mitarbeiter JBF 2.0 with priority 0 (id: 0191b2044aa4719c873ad6faf8e8934d)
INFO 12:35:31 app #247 Rule detection: Promotion cart rule: Mitarbeiterin Lisa Preis with priority 0 (id: 0191b2044bf271d08cb0231579ba7366)
INFO 12:35:31 app #248 Rule detection: Promotion cart rule: Mitarbeiterin Aleksandra Fijalkowski with priority 0 (id: 0191b204500a709888ae086871badfd6)
INFO 12:35:31 app #249 Rule detection: Promotion cart rule: Mitarbeiter PeterSchickedanz Friends Family with priority 0 (id: 0191b204517d716eb4bd3c00defcb50f)
INFO 12:35:31 app #250 Rule detection: Promotion cart rule: Rainer Knapp Friends n Family with priority 0 (id: 0191b20453a170ad8121796193d889c3)
INFO 12:35:31 app #251 Rule detection: Promotion cart rule: Ron Berger Friends n Family with priority 0 (id: 0191b204542670268061146fa69a733b)
INFO 12:35:31 app #252 Rule detection: Promotion cart rule: Mitarbeiterin Aikaterini 30% with priority 0 (id: 0191b20455c77240ad3cf542987acde5)
INFO 12:35:31 app #253 Rule detection: Promotion cart rule: Mitarbeiter*in Nicolas Zander 30% with priority 0 (id: 0191b204565971829661fe6ad52e0303)
INFO 12:35:31 app #254 Rule detection: Promotion cart rule: 30% Gutscheine NACKE Lager with priority 0 (id: 0191b204579e7090bdd76000251ec7c1)
INFO 12:35:31 app #255 Rule detection: Promotion cart rule: Mitarbeiter MJ with priority 0 (id: 0191b20458617390b546259d7b093918)
INFO 12:35:31 app #256 Rule detection: Promotion cart rule: Mitarbeiter MJFF with priority 0 (id: 0191b20458897098814710b96258cfb8)
INFO 12:35:31 app #257 Rule detection: Promotion cart rule: Mitarbeiterin Sabrina Skoczowski with priority 0 (id: 0191b20458ea7087878d356d65167dc9)
INFO 12:35:31 app #258 Rule detection: Promotion cart rule: Josh Goodall / Rekla Fremdkauf UK / PS with priority 0 (id: 0191b2045986734088ffc48db435dfe2)
INFO 12:35:31 app #259 Rule detection: Promotion cart rule: MA Markus Knichel 30% FnF Codes with priority 0 (id: 0191b2045a01737b8752465511bf8bfe)
INFO 12:35:31 app #260 Rule detection: Promotion cart rule: Mitarbeiterin Nina Schelntrich 30% FnF Codes with priority 0 (id: 0191b2045b297278972526da8daabf01)
INFO 12:35:31 app #261 Rule detection: Promotion cart rule: Mitarbeiterin Lena Günther 30% FnF Codes with priority 0 (id: 0191b2045b4e71b191bc93a4f5f13175)
INFO 12:35:31 app #262 Rule detection: Promotion cart rule: Mitarbeiterin Selina Bavrlic 30% FnF Codes with priority 0 (id: 0191b2045b717324b36aa71440b5847c)
INFO 12:35:31 app #263 Rule detection: Promotion cart rule: Mitarbeiterin Veronica Ierimonte 30% FnF Codes with priority 0 (id: 0191b2045b9773c4bdf07d2b8e05a930)
INFO 12:35:31 app #264 Rule detection: Promotion cart rule: TEST with priority 0 (id: 0191b2045d22713e90fb3a1ae89eceb8)
INFO 12:35:31 app #265 Rule detection: Promotion cart rule: Norbert Friends n Family with priority 0 (id: 0191b20462087335b113aaa349272959)
INFO 12:35:31 app #266 Rule detection: Promotion cart rule: Mitarbeiter Martin Junge 30% with priority 0 (id: 0191b204622e721794564df72d87f135)
INFO 12:35:31 app #267 Rule detection: Promotion cart rule: Mitarbeiter David Duclervil Friends n Family 30% with priority 0 (id: 0191b20464a770b5aa9c9febf496f291)
INFO 12:35:31 app #268 Rule detection: Promotion cart rule: Ron Berger Friends n Family 30% with priority 0 (id: 0191b20466cc7083ac6b2b1ee1dad0c0)
INFO 12:35:31 app #269 Rule detection: Promotion cart rule: Mitarbeiter MS with priority 0 (id: 0191b20466e67200903e4ebb4ce175de)
INFO 12:35:31 app #270 Rule detection: Promotion cart rule: Mitarbeiter AnWi F#4 with priority 0 (id: 0191b20467c373e3b0991c6f6945a59e)
INFO 12:35:31 app #271 Rule detection: Promotion cart rule: Mitarbeiterin Helena Böning Family n Friends with priority 0 (id: 0191b2046a9d711d822e9af54c567b37)
INFO 12:35:31 app #272 Rule detection: Promotion cart rule: 55% Jeffrey Country Manager Benelux Alpha with priority 0 (id: 0191b2046b8670fa9a2c1d2556a13a56)
INFO 12:35:31 app #273 Rule detection: Promotion cart rule: Mitarbeiterin Etleva Riering 30% Friends n Family with priority 0 (id: 0191b2046bf5702a9ab25a8d7dc03a7c)
INFO 12:35:31 app #274 Rule detection: Promotion cart rule: Mitarbeiterin Sarah Harms 30% Friends n Family with priority 0 (id: 0191b2046c5e705e8af0cdd1403e4cfa)
INFO 12:35:31 app #275 Rule detection: Promotion cart rule: Mitarbeiter Stefan Matyjasiak with priority 0 (id: 0191b2046d8272babebf24f5d1e93490)
INFO 12:35:31 app #276 Rule detection: Promotion cart rule: Mitarbeiter Cem Kurtoglu with priority 0 (id: 0191b2046d9d72f695df6730cfca0a28)
INFO 12:35:31 app #277 Rule detection: Promotion cart rule: Mitarbeiter Jeffrey Asante with priority 0 (id: 0191b2046e1070108023d4022ce44216)
INFO 12:35:31 app #278 Rule detection: Promotion cart rule: Mitarbeiterin Julia Grießmann with priority 0 (id: 0191b2046ff77005ac44d9fdb359e016)
INFO 12:35:31 app #279 Rule detection: Promotion cart rule: Mitarbeiterin Franka Meggert with priority 0 (id: 0191b204701870cf8da4baaa2f3b7048)
INFO 12:35:31 app #280 Rule detection: Promotion cart rule: Mitarbeiter Sven Becker Friends 2 with priority 0 (id: 0191b20470d973ae90aad8e1e9399e6d)
INFO 12:35:31 app #281 Rule detection: Promotion cart rule: Mitarbeiter Matthias Schübbe 2 with priority 0 (id: 0191b20471707297ab52b43375a530a7)
INFO 12:35:31 app #282 Rule detection: Promotion cart rule: Mitarbeiterin Tatiana Hansen with priority 0 (id: 0191b204725972c2bf19a3ff052db154)
INFO 12:35:31 app #283 Rule detection: Promotion cart rule: Mitarbeiterin Renee Diehl 30% Friends n Family with priority 0 (id: 0191b204758d716faa5455f37746d2d3)
INFO 12:35:31 app #284 Rule detection: Promotion cart rule: Mitarbeiterin Corina Nowak 30% Friends n Family with priority 0 (id: 0191b20475a870428b8dd2976d7c586e)
INFO 12:35:31 app #285 Rule detection: Promotion cart rule: Mitarbeiterin Angela Marstatt 30% Friends n Family with priority 0 (id: 0191b20475c2715d8b58e34dfd053ff4)
INFO 12:35:31 app #286 Rule detection: Promotion cart rule: Mitarbeiter Ertan Sahinkaya 30% Friends n Family with priority 0 (id: 0191b2047631738c88344481c2fd7acf)
INFO 12:35:31 app #287 Rule detection: Promotion cart rule: Mitarbeiterin Julia Ball 30% Friends n Family with priority 0 (id: 0191b204767870b19e600667bf51c885)
INFO 12:35:31 app #288 Rule detection: Promotion cart rule: Mitarbeiterin Berfin Demcenko 30% Friends n Family with priority 0 (id: 0191b204769370b2997a5db37d5672f6)
INFO 12:35:31 app #289 Rule detection: Promotion cart rule: Mitarbeiterin Johanna Reisert with priority 0 (id: 0191b2047a0f73c08dd7708c22c9223f)
INFO 12:35:31 app #290 Rule detection: Promotion cart rule: Mitarbeiter Manuel Evangelista with priority 0 (id: 0191b2047a2b71f3b758a80afab8e564)
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent" to listener "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved".
{
    "event": "Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent",
    "listener": "Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber::onContextResolved"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken".
{
    "event": "Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::replaceContextToken"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent" to listener "Adyen\Shopware\Subscriber\ContextSubscriber::addAdyenData".
{
    "event": "Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent",
    "listener": "Adyen\\Shopware\\Subscriber\\ContextSubscriber::addAdyenData"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopgate\WebcheckoutSW6\Subscribers\IsShopgateSubscriber::checkShopgateApiCall".
{
    "event": "kernel.controller",
    "listener": "Shopgate\\WebcheckoutSW6\\Subscribers\\IsShopgateSubscriber::checkShopgateApiCall"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopgate\WebcheckoutSW6\Subscribers\IsShopgateSubscriber::addTrackers".
{
    "event": "kernel.controller",
    "listener": "Shopgate\\WebcheckoutSW6\\Subscribers\\IsShopgateSubscriber::addTrackers"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopgate\WebcheckoutSW6\Subscribers\SessionExtenderSubscriber::handleSession".
{
    "event": "kernel.controller",
    "listener": "Shopgate\\WebcheckoutSW6\\Subscribers\\SessionExtenderSubscriber::handleSession"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::propagateSubscriptionDetails".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Commercial\\Subscription\\Storefront\\StorefrontSubscriber::propagateSubscriptionDetails"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "RuneLaenen\TwoFactorAuth\Subscriber\CustomerLoginSubscriber::onController".
{
    "event": "kernel.controller",
    "listener": "RuneLaenen\\TwoFactorAuth\\Subscriber\\CustomerLoginSubscriber::onController"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Production\Subscriber\BasicAuthSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Production\\Subscriber\\BasicAuthSubscriber::onKernelController"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener::validateRequest"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::validateRequest"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\ContextResolverListener::resolveContext"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Commercial\B2B\EmployeeManagement\Domain\RouteAccess\B2bRouteBlocker::blockRouteForEmployee".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Commercial\\B2B\\EmployeeManagement\\Domain\\RouteAccess\\B2bRouteBlocker::blockRouteForEmployee"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteScopeListener::checkScope"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator::validate"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener::validateCaptcha"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bEmployeePermissionValidator::validate".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Commercial\\B2B\\EmployeeManagement\\Api\\Annotation\\B2bEmployeePermissionValidator::validate"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Commercial\B2B\QuickOrder\Api\Annotation\CustomerSpecificFeatureActivated::validate".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Commercial\\B2B\\QuickOrder\\Api\\Annotation\\CustomerSpecificFeatureActivated::validate"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber::setStates"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber::checkExpectations"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener::checkAffiliateTracking"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Pickware\ApiVersioningBundle\ApiVersioningRequestSubscriber::processControllerEvent".
{
    "event": "kernel.controller",
    "listener": "Pickware\\ApiVersioningBundle\\ApiVersioningRequestSubscriber::processControllerEvent"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Pickware\ValidationBundle\Subscriber\JsonValidationAnnotationSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pickware\\ValidationBundle\\Subscriber\\JsonValidationAnnotationSubscriber::onKernelController"
}
DEBUG 12:35:31 event Notified event "kernel.controller" to listener "Pickware\ValidationBundle\Subscriber\AclValidationAnnotationSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pickware\\ValidationBundle\\Subscriber\\AclValidationAnnotationSubscriber::onKernelController"
}
DEBUG 12:35:31 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 12:35:31 event Notified event "kernel.controller_arguments" to listener "Pickware\ValidationBundle\Subscriber\JsonRequestValueResolver::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Pickware\\ValidationBundle\\Subscriber\\JsonRequestValueResolver::onKernelControllerArguments"
}
DEBUG 12:35:31 event Notified event "kernel.controller_arguments" to listener "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::setSubscriptionToken".
{
    "event": "kernel.controller_arguments",
    "listener": "Shopware\\Commercial\\Subscription\\Storefront\\StorefrontSubscriber::setSubscriptionToken"
}
DEBUG 12:35:31 event Notified event "kernel.controller_arguments" to listener "NetInventors\NetiNextEasyCoupon\Subscriber\EntitySubscriber::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "NetInventors\\NetiNextEasyCoupon\\Subscriber\\EntitySubscriber::onControllerArguments"
}
DEBUG 12:35:31 event Notified event "kernel.controller_arguments" to listener "ContainerMhXp6tN\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerMhXp6tN\\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
}
DEBUG 12:35:31 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 12:35:31 event Notified event "Shopware\Storefront\Page\Product\ProductPageCriteriaEvent" to listener "Shopware\Commercial\ReviewSummary\Subscriber\ProductPageSubscriber::enrichCriteria".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageCriteriaEvent",
    "listener": "Shopware\\Commercial\\ReviewSummary\\Subscriber\\ProductPageSubscriber::enrichCriteria"
}
DEBUG 12:35:31 event Notified event "Shopware\Storefront\Page\Product\ProductPageCriteriaEvent" to listener "NetInventors\NetiNextEasyCoupon\Subscriber\ProductExtensionLoader::onProductCriteriaEvent".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageCriteriaEvent",
    "listener": "NetInventors\\NetiNextEasyCoupon\\Subscriber\\ProductExtensionLoader::onProductCriteriaEvent"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Content\Product\Events\ProductDetailRouteCacheKeyEvent" to listener "Shopware\Commercial\CustomPricing\Subscriber\CacheKeyEventSubscriber::disableCache".
{
    "event": "Shopware\\Core\\Content\\Product\\Events\\ProductDetailRouteCacheKeyEvent",
    "listener": "Shopware\\Commercial\\CustomPricing\\Subscriber\\CacheKeyEventSubscriber::disableCache"
}
DEBUG 12:35:31 event Notified event "sales_channel.product.process.criteria" to listener "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Shopware\\Commercial\\Subscription\\Content\\Product\\ProductSubscriber::onProcessCriteria"
}
DEBUG 12:35:31 event Notified event "sales_channel.product.process.criteria" to listener "Maxia\MaxiaListingVariants6\Core\Content\Product\Subscriber\ProductSubscriber::handleIgnoreVisibilityCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Maxia\\MaxiaListingVariants6\\Core\\Content\\Product\\Subscriber\\ProductSubscriber::handleIgnoreVisibilityCriteria"
}
DEBUG 12:35:31 event Notified event "sales_channel.product.process.criteria" to listener "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Shopware\\Commercial\\Subscription\\Content\\Product\\ProductSubscriber::onProcessCriteria"
}
DEBUG 12:35:31 event Notified event "sales_channel.product.process.criteria" to listener "Maxia\MaxiaListingVariants6\Core\Content\Product\Subscriber\ProductSubscriber::handleIgnoreVisibilityCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Maxia\\MaxiaListingVariants6\\Core\\Content\\Product\\Subscriber\\ProductSubscriber::handleIgnoreVisibilityCriteria"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "sales_channel.product.search.result.loaded" to listener "NetInventors\NetiNextEasyCoupon\Subscriber\ProductExtensionLoader::addCalculatedPrices".
{
    "event": "sales_channel.product.search.result.loaded",
    "listener": "NetInventors\\NetiNextEasyCoupon\\Subscriber\\ProductExtensionLoader::addCalculatedPrices"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector::__invoke"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber::add"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Content\Product\Events\ProductDetailRouteCacheKeyEvent" to listener "Shopware\Commercial\CustomPricing\Subscriber\CacheKeyEventSubscriber::disableCache".
{
    "event": "Shopware\\Core\\Content\\Product\\Events\\ProductDetailRouteCacheKeyEvent",
    "listener": "Shopware\\Commercial\\CustomPricing\\Subscriber\\CacheKeyEventSubscriber::disableCache"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector::__invoke"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber::add"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:31 hbh_dynamic_yield API-CALL
{
    "method": "POST",
    "endpoint": "serve/user/choose",
    "options": {
        "json": {
            "context": {
                "page": {
                    "type": "PRODUCT",
                    "location": "https://alphaindustries.dev.hob-by-horse.de/no/crew-camo-label-beanie/148912-13-onesize",
                    "data": [
                        "148912-13-onesize"
                    ]
                },
                "device": {
                    "ip": [
                        "216.73.216.115"
                    ]
                },
                "channel": "WEB"
            },
            "user": {
                "dyid": null,
                "dyid_server": null,
                "active_consent_accepted": false
            },
            "selector": {
                "names": [
                    "Last Seen Slider"
                ]
            }
        }
    }
}
DEBUG 12:35:31 event Notified event "sales_channel.product.process.criteria" to listener "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Shopware\\Commercial\\Subscription\\Content\\Product\\ProductSubscriber::onProcessCriteria"
}
DEBUG 12:35:31 event Notified event "sales_channel.product.process.criteria" to listener "Maxia\MaxiaListingVariants6\Core\Content\Product\Subscriber\ProductSubscriber::handleIgnoreVisibilityCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Maxia\\MaxiaListingVariants6\\Core\\Content\\Product\\Subscriber\\ProductSubscriber::handleIgnoreVisibilityCriteria"
}
DEBUG 12:35:31 event Notified event "sales_channel.product.process.criteria" to listener "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Shopware\\Commercial\\Subscription\\Content\\Product\\ProductSubscriber::onProcessCriteria"
}
DEBUG 12:35:31 event Notified event "sales_channel.product.process.criteria" to listener "Maxia\MaxiaListingVariants6\Core\Content\Product\Subscriber\ProductSubscriber::handleIgnoreVisibilityCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Maxia\\MaxiaListingVariants6\\Core\\Content\\Product\\Subscriber\\ProductSubscriber::handleIgnoreVisibilityCriteria"
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Maxia\MaxiaListingVariants6\Config\BaseConfig::$disableCacheInvalidation is deprecated
{
    "exception": {}
}
INFO 12:35:31 php Deprecated: Creation of dynamic property Maxia\MaxiaListingVariants6\Config\BaseConfig::$cacheEnabled is deprecated
{
    "exception": {}
}
DEBUG 12:35:31 event Notified event "sales_channel.product.process.criteria" to listener "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Shopware\\Commercial\\Subscription\\Content\\Product\\ProductSubscriber::onProcessCriteria"
}
DEBUG 12:35:31 event Notified event "sales_channel.product.process.criteria" to listener "Maxia\MaxiaListingVariants6\Core\Content\Product\Subscriber\ProductSubscriber::handleIgnoreVisibilityCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Maxia\\MaxiaListingVariants6\\Core\\Content\\Product\\Subscriber\\ProductSubscriber::handleIgnoreVisibilityCriteria"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Content\Cms\Events\CmsPageLoadedEvent" to listener "Shopware\Core\Content\Cms\Subscriber\CmsLinksForStoreApiSubscriber::relativeLinksForStoreAPIOutput".
{
    "event": "Shopware\\Core\\Content\\Cms\\Events\\CmsPageLoadedEvent",
    "listener": "Shopware\\Core\\Content\\Cms\\Subscriber\\CmsLinksForStoreApiSubscriber::relativeLinksForStoreAPIOutput"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Content\Cms\Events\CmsPageLoadedEvent" to listener "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber::onCmsPageLoaded".
{
    "event": "Shopware\\Core\\Content\\Cms\\Events\\CmsPageLoadedEvent",
    "listener": "Dtgs\\GoogleTagManager\\Subscriber\\GeneralSubscriber::onCmsPageLoaded"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector::__invoke"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber::add"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector::__invoke"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber::add"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector::__invoke"
}
DEBUG 12:35:31 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber::add"
}
DEBUG 12:35:32 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector::__invoke"
}
DEBUG 12:35:32 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber::add"
}
DEBUG 12:35:32 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector::__invoke"
}
DEBUG 12:35:32 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber::add"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textTop is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textMiddle is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textBottom is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textButton is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelCountry is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelLanguage is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
INFO 12:35:35 php Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textTop is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textMiddle is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textBottom is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textButton is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelCountry is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelLanguage is deprecated
{
    "exception": {}
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textTop is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textMiddle is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textBottom is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textButton is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelCountry is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelLanguage is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Pagelet\Header\HeaderPageletLoadedEvent" to listener "Shopgate\WebcheckoutSW6\Subscribers\IsShopgateSubscriber::addPageData".
{
    "event": "Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoadedEvent",
    "listener": "Shopgate\\WebcheckoutSW6\\Subscribers\\IsShopgateSubscriber::addPageData"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Pagelet\Header\HeaderPageletLoadedEvent" to listener "HbH\ProjectMainTheme\Subscriber\NavigationSubscriber::onNavigationpageLoaded3".
{
    "event": "Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoadedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\NavigationSubscriber::onNavigationpageLoaded3"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Pagelet\Header\HeaderPageletLoadedEvent" to listener "HbH\ProjectMainTheme\Subscriber\NavigationSubscriber::onPagletLoaded".
{
    "event": "Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoadedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\NavigationSubscriber::onPagletLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Pagelet\Header\HeaderPageletLoadedEvent" to listener "Acris\ShopSwitch\Subscriber\ShopSwitchHeaderSubscriber::onHeaderPageletLoaded".
{
    "event": "Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoadedEvent",
    "listener": "Acris\\ShopSwitch\\Subscriber\\ShopSwitchHeaderSubscriber::onHeaderPageletLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Pagelet\Header\HeaderPageletLoadedEvent" to listener "Acris\ShopSwitch\Subscriber\ShopSwitchModalDataSubscriber::onHeaderPageletLoaded".
{
    "event": "Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoadedEvent",
    "listener": "Acris\\ShopSwitch\\Subscriber\\ShopSwitchModalDataSubscriber::onHeaderPageletLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector::__invoke"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber::add"
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textTop is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textMiddle is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textBottom is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textButton is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelCountry is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelLanguage is deprecated
{
    "exception": {}
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector::__invoke"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber::add"
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textTop is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textMiddle is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textBottom is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textButton is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelCountry is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelLanguage is deprecated
{
    "exception": {}
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\GenericPageLoadedEvent" to listener "HbH\ProjectMainTheme\Subscriber\HreflangSubscriber::onPageLoaded".
{
    "event": "Shopware\\Storefront\\Page\\GenericPageLoadedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\HreflangSubscriber::onPageLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\GenericPageLoadedEvent" to listener "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber::onPageLoaded".
{
    "event": "Shopware\\Storefront\\Page\\GenericPageLoadedEvent",
    "listener": "Dtgs\\GoogleTagManager\\Subscriber\\GeneralSubscriber::onPageLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\GenericPageLoadedEvent" to listener "Omikron\FactFinder\Shopware6\Subscriber\ConfigurationSubscriber::onPageLoaded".
{
    "event": "Shopware\\Storefront\\Page\\GenericPageLoadedEvent",
    "listener": "Omikron\\FactFinder\\Shopware6\\Subscriber\\ConfigurationSubscriber::onPageLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\GenericPageLoadedEvent" to listener "NetInventors\NetiNextEasyCoupon\Subscriber\PageSubscriber::onGenericPageLoaded".
{
    "event": "Shopware\\Storefront\\Page\\GenericPageLoadedEvent",
    "listener": "NetInventors\\NetiNextEasyCoupon\\Subscriber\\PageSubscriber::onGenericPageLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\GenericPageLoadedEvent" to listener "NetInventors\NetiNextEasyCouponPos\Subscriber\AccountSubscriber::onPageLoaded".
{
    "event": "Shopware\\Storefront\\Page\\GenericPageLoadedEvent",
    "listener": "NetInventors\\NetiNextEasyCouponPos\\Subscriber\\AccountSubscriber::onPageLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\GenericPageLoadedEvent" to listener "HbH\DynamicYield\Subscriber\PageSubscriber::onPageLoaded".
{
    "event": "Shopware\\Storefront\\Page\\GenericPageLoadedEvent",
    "listener": "HbH\\DynamicYield\\Subscriber\\PageSubscriber::onPageLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\GenericPageLoadedEvent" to listener "Klaviyo\Integration\EventListener\AddPluginExtensionToPageDTOEventListener::onPageLoaded".
{
    "event": "Shopware\\Storefront\\Page\\GenericPageLoadedEvent",
    "listener": "Klaviyo\\Integration\\EventListener\\AddPluginExtensionToPageDTOEventListener::onPageLoaded"
}
DEBUG 12:35:35 event Notified event "sales_channel.product.process.criteria" to listener "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Shopware\\Commercial\\Subscription\\Content\\Product\\ProductSubscriber::onProcessCriteria"
}
DEBUG 12:35:35 event Notified event "sales_channel.product.process.criteria" to listener "Maxia\MaxiaListingVariants6\Core\Content\Product\Subscriber\ProductSubscriber::handleIgnoreVisibilityCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Maxia\\MaxiaListingVariants6\\Core\\Content\\Product\\Subscriber\\ProductSubscriber::handleIgnoreVisibilityCriteria"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "sales_channel.product.search.result.loaded" to listener "NetInventors\NetiNextEasyCoupon\Subscriber\ProductExtensionLoader::addCalculatedPrices".
{
    "event": "sales_channel.product.search.result.loaded",
    "listener": "NetInventors\\NetiNextEasyCoupon\\Subscriber\\ProductExtensionLoader::addCalculatedPrices"
}
DEBUG 12:35:35 event Notified event "sales_channel.product.process.criteria" to listener "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Shopware\\Commercial\\Subscription\\Content\\Product\\ProductSubscriber::onProcessCriteria"
}
DEBUG 12:35:35 event Notified event "sales_channel.product.process.criteria" to listener "Maxia\MaxiaListingVariants6\Core\Content\Product\Subscriber\ProductSubscriber::handleIgnoreVisibilityCriteria".
{
    "event": "sales_channel.product.process.criteria",
    "listener": "Maxia\\MaxiaListingVariants6\\Core\\Content\\Product\\Subscriber\\ProductSubscriber::handleIgnoreVisibilityCriteria"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "sales_channel.product.search.result.loaded" to listener "NetInventors\NetiNextEasyCoupon\Subscriber\ProductExtensionLoader::addCalculatedPrices".
{
    "event": "sales_channel.product.search.result.loaded",
    "listener": "NetInventors\\NetiNextEasyCoupon\\Subscriber\\ProductExtensionLoader::addCalculatedPrices"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
INFO 12:35:35 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Page\Product\Review\ProductReviewLoader" is deprecated and will be removed in v6.7.0.0. Use "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewLoader" instead.
{
    "exception": {}
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Content\Product\Events\ProductDetailRouteCacheKeyEvent" to listener "Shopware\Commercial\CustomPricing\Subscriber\CacheKeyEventSubscriber::disableCache".
{
    "event": "Shopware\\Core\\Content\\Product\\Events\\ProductDetailRouteCacheKeyEvent",
    "listener": "Shopware\\Commercial\\CustomPricing\\Subscriber\\CacheKeyEventSubscriber::disableCache"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollector::__invoke"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent" to listener "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add".
{
    "event": "Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\AddCacheTagEvent",
    "listener": "Shopware\\Core\\Profiling\\Subscriber\\HttpCacheTagDataCollectorSubscriber::add"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleDomainEntity::$name is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textTop is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textMiddle is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textBottom is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$textButton is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelCountry is deprecated
{
    "exception": {}
}
INFO 12:35:35 php Deprecated: Creation of dynamic property Acris\ShopSwitch\Custom\ShopSwitchRuleEntity::$labelLanguage is deprecated
{
    "exception": {}
}
INFO 12:35:35 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Page\Product\Review\ProductReviewsLoadedEvent" is deprecated and will be removed in v6.7.0.0. Use "Shopware\Core\Content\Product\SalesChannel\Review\Event\ProductReviewsLoadedEvent" instead.
{
    "exception": {}
}
INFO 12:35:35 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Page\Product\Review\ReviewLoaderResult" is deprecated and will be removed in v6.7.0.0. Use "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewResult" instead.
{
    "exception": {}
}
INFO 12:35:35 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Page\Product\Review\ReviewLoaderResult" is deprecated and will be removed in v6.7.0.0. Use "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewResult" instead.
{
    "exception": {}
}
INFO 12:35:35 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Page\Product\Review\ReviewLoaderResult" is deprecated and will be removed in v6.7.0.0. Use "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewResult" instead.
{
    "exception": {}
}
INFO 12:35:35 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Page\Product\Review\ReviewLoaderResult" is deprecated and will be removed in v6.7.0.0. Use "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewResult" instead.
{
    "exception": {}
}
INFO 12:35:35 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Page\Product\Review\ReviewLoaderResult" is deprecated and will be removed in v6.7.0.0. Use "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewResult" instead.
{
    "exception": {}
}
INFO 12:35:35 php User Deprecated: Since shopware/core : Class "Shopware\Storefront\Page\Product\Review\ReviewLoaderResult" is deprecated and will be removed in v6.7.0.0. Use "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewResult" instead.
{
    "exception": {}
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber::emitAssociationsCountMetric"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator::validateEntitySearch"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "Shopware\\Core\\Content\\Media\\Subscriber\\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
}
DEBUG 12:35:35 event Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "HbH\ProjectMainTheme\Subscriber\OrderSubscriber::onEntitySearched".
{
    "event": "Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\OrderSubscriber::onEntitySearched"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\Product\ProductPageLoadedEvent" to listener "HbH\ProjectMainTheme\Subscriber\Product\ParentProductSubscriber::setPdpProductParent".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\Product\\ParentProductSubscriber::setPdpProductParent"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\Product\ProductPageLoadedEvent" to listener "HbH\ProjectMainTheme\Subscriber\Product\VariationProductSubscriber::onPageLoaded".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\Product\\VariationProductSubscriber::onPageLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\Product\ProductPageLoadedEvent" to listener "HbH\ProjectMainTheme\Subscriber\HreflangSubscriber::onPageLoaded".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent",
    "listener": "HbH\\ProjectMainTheme\\Subscriber\\HreflangSubscriber::onPageLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\Product\ProductPageLoadedEvent" to listener "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber::onPageLoaded".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent",
    "listener": "Dtgs\\GoogleTagManager\\Subscriber\\GeneralSubscriber::onPageLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\Product\ProductPageLoadedEvent" to listener "Adyen\Shopware\Subscriber\PaymentSubscriber::onProductPageLoaded".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent",
    "listener": "Adyen\\Shopware\\Subscriber\\PaymentSubscriber::onProductPageLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\Product\ProductPageLoadedEvent" to listener "Flink\SizeCharts\Subscriber\ProductSubscriber::onProductPageLoaded".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent",
    "listener": "Flink\\SizeCharts\\Subscriber\\ProductSubscriber::onProductPageLoaded"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\Product\ProductPageLoadedEvent" to listener "DreiscSeoPro\Subscriber\Installment\Canonical\CanonicalSubscriber::addInstallment".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent",
    "listener": "DreiscSeoPro\\Subscriber\\Installment\\Canonical\\CanonicalSubscriber::addInstallment"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\Product\ProductPageLoadedEvent" to listener "DreiscSeoPro\Subscriber\Installment\RichSnippet\RichSnippetSubscriber::addInstallment".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent",
    "listener": "DreiscSeoPro\\Subscriber\\Installment\\RichSnippet\\RichSnippetSubscriber::addInstallment"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\Product\ProductPageLoadedEvent" to listener "DreiscSeoPro\Subscriber\Installment\RobotsTag\RobotsTagSubscriber::addInstallment".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent",
    "listener": "DreiscSeoPro\\Subscriber\\Installment\\RobotsTag\\RobotsTagSubscriber::addInstallment"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\Product\ProductPageLoadedEvent" to listener "DreiscSeoPro\Subscriber\Installment\SocialMedia\SocialMediaSubscriber::addInstallment".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent",
    "listener": "DreiscSeoPro\\Subscriber\\Installment\\SocialMedia\\SocialMediaSubscriber::addInstallment"
}
DEBUG 12:35:35 event Notified event "Shopware\Storefront\Page\Product\ProductPageLoadedEvent" to listener "HbH\LastSeen\Subscriber\PdpLoadedSubscriber::onProductLoaded".
{
    "event": "Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent",
    "listener": "HbH\\LastSeen\\Subscriber\\PdpLoadedSubscriber::onProductLoaded"
}
CRITICAL 12:35:35 request Uncaught PHP Exception ErrorException: "Warning: Cannot modify header information - headers already sent by (output started at /var/www/share/alphaindustries.dev.hob-by-horse.de/shopware6/releases/20251223-104005/custom/static-plugins/HbHProjectMainTheme/src/Subscriber/Product/VariationProductSubscriber.php:64)" at LastSeenService.php line 104
{
    "exception": {}
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener::onRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::setupOAuth"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "HbH\Shopware5Redirect\Subscriber\RedirectSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "HbH\\Shopware5Redirect\\Subscriber\\RedirectSubscriber::onKernelRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::startSession"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener::__invoke"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener::onKernelRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Shopware\Commercial\Licensing\Subscriber\LicenseReportListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Shopware\\Commercial\\Licensing\\Subscriber\\LicenseReportListener::__invoke"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bRouteParamsCleanupListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Shopware\\Commercial\\B2B\\EmployeeManagement\\Api\\Annotation\\B2bRouteParamsCleanupListener::__invoke"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\CoreSubscriber::initializeCspNonce"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::maintenanceResolver"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent".
{
    "event": "kernel.request",
    "listener": "Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder::requestEvent"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Acris\ShopSwitch\Subscriber\LanguageSwitchRequestSubscriber::onKernelRequestAddShopSwitchDone".
{
    "event": "kernel.request",
    "listener": "Acris\\ShopSwitch\\Subscriber\\LanguageSwitchRequestSubscriber::onKernelRequestAddShopSwitchDone"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Adyen\Shopware\Subscriber\PaymentSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Adyen\\Shopware\\Subscriber\\PaymentSubscriber::onKernelRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "HbH\IndigoCustoms\Subscriber\ProductSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "HbH\\IndigoCustoms\\Subscriber\\ProductSubscriber::onKernelRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "NetInventors\NetiNextEasyCoupon\Subscriber\KernelSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "NetInventors\\NetiNextEasyCoupon\\Subscriber\\KernelSubscriber::onKernelRequest"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "HbH\DynamicYield\Component\EventTracking\Subscriber\ProductTrackingSubscriber::onChangeVariant".
{
    "event": "kernel.request",
    "listener": "HbH\\DynamicYield\\Component\\EventTracking\\Subscriber\\ProductTrackingSubscriber::onChangeVariant"
}
DEBUG 12:35:35 event Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::request".
{
    "event": "kernel.request",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber::request"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopgate\WebcheckoutSW6\Subscribers\IsShopgateSubscriber::checkShopgateApiCall".
{
    "event": "kernel.controller",
    "listener": "Shopgate\\WebcheckoutSW6\\Subscribers\\IsShopgateSubscriber::checkShopgateApiCall"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopgate\WebcheckoutSW6\Subscribers\IsShopgateSubscriber::addTrackers".
{
    "event": "kernel.controller",
    "listener": "Shopgate\\WebcheckoutSW6\\Subscribers\\IsShopgateSubscriber::addTrackers"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopgate\WebcheckoutSW6\Subscribers\SessionExtenderSubscriber::handleSession".
{
    "event": "kernel.controller",
    "listener": "Shopgate\\WebcheckoutSW6\\Subscribers\\SessionExtenderSubscriber::handleSession"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::propagateSubscriptionDetails".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Commercial\\Subscription\\Storefront\\StorefrontSubscriber::propagateSubscriptionDetails"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "RuneLaenen\TwoFactorAuth\Subscriber\CustomerLoginSubscriber::onController".
{
    "event": "kernel.controller",
    "listener": "RuneLaenen\\TwoFactorAuth\\Subscriber\\CustomerLoginSubscriber::onController"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Production\Subscriber\BasicAuthSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Production\\Subscriber\\BasicAuthSubscriber::onKernelController"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener::validateRequest"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener::validateRequest"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\ContextResolverListener::resolveContext"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Commercial\B2B\EmployeeManagement\Domain\RouteAccess\B2bRouteBlocker::blockRouteForEmployee".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Commercial\\B2B\\EmployeeManagement\\Domain\\RouteAccess\\B2bRouteBlocker::blockRouteForEmployee"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Routing\\RouteScopeListener::checkScope"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator::validate"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener::validateCaptcha"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bEmployeePermissionValidator::validate".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Commercial\\B2B\\EmployeeManagement\\Api\\Annotation\\B2bEmployeePermissionValidator::validate"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Commercial\B2B\QuickOrder\Api\Annotation\CustomerSpecificFeatureActivated::validate".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Commercial\\B2B\\QuickOrder\\Api\\Annotation\\CustomerSpecificFeatureActivated::validate"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber::setStates"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber::checkExpectations"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking".
{
    "event": "kernel.controller",
    "listener": "Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener::checkAffiliateTracking"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Pickware\ApiVersioningBundle\ApiVersioningRequestSubscriber::processControllerEvent".
{
    "event": "kernel.controller",
    "listener": "Pickware\\ApiVersioningBundle\\ApiVersioningRequestSubscriber::processControllerEvent"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Pickware\ValidationBundle\Subscriber\JsonValidationAnnotationSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pickware\\ValidationBundle\\Subscriber\\JsonValidationAnnotationSubscriber::onKernelController"
}
DEBUG 12:35:35 event Notified event "kernel.controller" to listener "Pickware\ValidationBundle\Subscriber\AclValidationAnnotationSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pickware\\ValidationBundle\\Subscriber\\AclValidationAnnotationSubscriber::onKernelController"
}
DEBUG 12:35:35 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 12:35:35 event Notified event "kernel.controller_arguments" to listener "Pickware\ValidationBundle\Subscriber\JsonRequestValueResolver::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Pickware\\ValidationBundle\\Subscriber\\JsonRequestValueResolver::onKernelControllerArguments"
}
DEBUG 12:35:35 event Notified event "kernel.controller_arguments" to listener "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::setSubscriptionToken".
{
    "event": "kernel.controller_arguments",
    "listener": "Shopware\\Commercial\\Subscription\\Storefront\\StorefrontSubscriber::setSubscriptionToken"
}
DEBUG 12:35:35 event Notified event "kernel.controller_arguments" to listener "NetInventors\NetiNextEasyCoupon\Subscriber\EntitySubscriber::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "NetInventors\\NetiNextEasyCoupon\\Subscriber\\EntitySubscriber::onControllerArguments"
}
DEBUG 12:35:35 event Notified event "kernel.controller_arguments" to listener "ContainerMhXp6tN\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerMhXp6tN\\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
}
DEBUG 12:35:35 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Trace

ErrorException
ErrorException:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/share/alphaindustries.dev.hob-by-horse.de/shopware6/releases/20251223-104005/custom/static-plugins/HbHProjectMainTheme/src/Subscriber/Product/VariationProductSubscriber.php:64)

  at custom/static-plugins/HbHLastSeen/src/Components/Service/LastSeenService.php:104
  at HbH\LastSeen\Components\Service\LastSeenService->cookieHandling(object(ProductPage), array('productId' => '051156f458514565b42fe7aa367167e4', 'customerId' => null))
     (custom/static-plugins/HbHLastSeen/src/Components/Service/LastSeenService.php:85)
  at HbH\LastSeen\Components\Service\LastSeenService->insertData(object(Context), object(SalesChannelContext), object(ProductPage))
     (custom/static-plugins/HbHLastSeen/src/Subscriber/PdpLoadedSubscriber.php:43)
  at HbH\LastSeen\Subscriber\PdpLoadedSubscriber->onProductLoaded(object(ProductPageLoadedEvent), 'Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(ProductPageLoadedEvent), 'Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:206)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', object(ProductPageLoadedEvent))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(ProductPageLoadedEvent), 'Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent')
     (vendor/store.shopware.com/swagcommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:36)
  at Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object(ProductPageLoadedEvent), 'Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent')
     (vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50)
  at Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object(ProductPageLoadedEvent), 'Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent')
     (vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70)
  at Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object(ProductPageLoadedEvent), 'Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent')
     (vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31)
  at Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object(ProductPageLoadedEvent), 'Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent')
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(ProductPageLoadedEvent))
     (vendor/shopware/storefront/Page/Product/ProductPageLoader.php:100)
  at Shopware\Storefront\Page\Product\ProductPageLoader->load(object(Request), object(SalesChannelContext))
     (vendor/shopware/storefront/Controller/ProductController.php:62)
  at Shopware\Storefront\Controller\ProductController->index(object(SalesChannelContext), object(Request))
     (vendor/symfony/http-kernel/HttpKernel.php:183)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72)
  at Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86)
  at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 1, true)
     (vendor/symfony/http-kernel/HttpCache/HttpCache.php:461)
  at Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(object(Request), true)
     (vendor/symfony/http-kernel/HttpCache/HttpCache.php:438)
  at Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(object(Request), true)
     (vendor/symfony/http-kernel/HttpCache/HttpCache.php:336)
  at Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(object(Request), true)
     (vendor/symfony/http-kernel/HttpCache/HttpCache.php:214)
  at Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(object(Request), 1, true)
     (vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65)
  at Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(object(Request), 1, true)
     (vendor/shopware/core/Kernel.php:155)
  at Shopware\Core\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/var/www/share/alphaindustries.dev.hob-by-horse.de/shopware6/releases/20251223-104005/vendor/autoload_runtime.php')
     (public/index.php:10)