logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#117
-records: [
2 => [
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.566+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.566+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.566+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.566+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.566+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.566+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.566+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.566+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://pocshopi.prestarocket.com/s3.js"" at RouterListener.php line 149"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#522
#message: "No route found for "GET http://pocshopi.prestarocket.com/s3.js""
#code: 0
#file: "/var/www/pocshopi.prestarocket.com/htdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 149
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#501 …}
-statusCode: 404
-headers: []
trace: {
/var/www/pocshopi.prestarocket.com/htdocs/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/pocshopi.prestarocket.com/htdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pocshopi.prestarocket.com/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pocshopi.prestarocket.com/htdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/pocshopi.prestarocket.com/htdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/pocshopi.prestarocket.com/htdocs/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/pocshopi.prestarocket.com/htdocs/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/pocshopi.prestarocket.com/htdocs/vendor/symfony/http-kernel/Kernel.php:182 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/pocshopi.prestarocket.com/htdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/pocshopi.prestarocket.com/htdocs/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/pocshopi.prestarocket.com/htdocs/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/pocshopi.prestarocket.com/htdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.967+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
510 => [
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.868+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "pocshopi-dfda32"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"collation" => "utf8mb4_unicode_ci"
]
"dbname" => "pocshopi-prestarocket-com"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.869+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7824669474931
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.871+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518572236915
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.872+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.872+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518572236915
2 => 7824669474931
3 => "2024-11-08 09:10:57"
4 => "2025-01-07 08:13:40"
5 => 44543956320371
6 => "42518572236915"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.872+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.873+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7824669769843
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.873+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573023347
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.873+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.873+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573023347
2 => 7824669769843
3 => "2024-11-08 09:11:10"
4 => "2024-11-08 09:11:12"
5 => 44543957106803
6 => "42518573023347"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.874+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.874+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7824669835379
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.874+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573318259
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.874+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.874+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573318259
2 => 7824669835379
3 => "2024-11-08 09:11:16"
4 => "2024-11-08 09:11:21"
5 => 44543957401715
6 => "42518573318259"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.875+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.875+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7781782880371
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.875+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42337952202867
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.875+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42337952235635
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.876+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.876+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42337952202867
2 => 7781782880371
3 => "2024-09-25 15:17:31"
4 => "2024-09-25 15:17:31"
5 => 44363228348531
6 => "42337952202867"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.876+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42337952235635
2 => 7781782880371
3 => "2024-09-25 15:17:31"
4 => "2024-09-25 15:17:31"
5 => 44363228381299
6 => "42337952235635"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.876+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.877+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430415475
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.877+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747650163
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.877+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747682931
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.877+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747715699
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.878+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747748467
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.878+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.878+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747650163
2 => 7581430415475
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832230707315
6 => "41786747650163"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.879+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747682931
2 => 7581430415475
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832230740083
6 => "41786747682931"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.879+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747715699
2 => 7581430415475
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832230772851
6 => "41786747715699"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.879+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747748467
2 => 7581430415475
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832230805619
6 => "41786747748467"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.879+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.879+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7824669540467
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.880+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518572466291
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.880+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518572499059
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.880+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518572531827
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.881+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.881+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518572466291
2 => 7824669540467
3 => "2024-11-08 09:11:03"
4 => "2024-11-08 09:11:03"
5 => 44543956549747
6 => "42518572466291"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.881+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518572499059
2 => 7824669540467
3 => "2024-11-08 09:11:03"
4 => "2024-11-08 09:11:03"
5 => 44543956582515
6 => "42518572499059"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.881+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518572531827
2 => 7824669540467
3 => "2024-11-08 09:11:03"
4 => "2024-11-08 09:11:03"
5 => 44543956615283
6 => "42518572531827"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.882+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.882+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7824668786803
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.882+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518569877619
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.882+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518569910387
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.883+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518569943155
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.883+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518569975923
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.883+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518570008691
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.884+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518570041459
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.884+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518570074227
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.884+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518570106995
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.885+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.885+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518569877619
2 => 7824668786803
3 => "2024-11-08 09:10:31"
4 => "2024-11-08 09:10:49"
5 => 44543953961075
6 => "42518569877619"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.885+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518569910387
2 => 7824668786803
3 => "2024-11-08 09:10:31"
4 => "2024-11-08 09:10:49"
5 => 44543953993843
6 => "42518569910387"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.886+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518569943155
2 => 7824668786803
3 => "2024-11-08 09:10:31"
4 => "2024-11-08 09:10:36"
5 => 44543954026611
6 => "42518569943155"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.886+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518569975923
2 => 7824668786803
3 => "2024-11-08 09:10:31"
4 => "2024-11-08 09:10:49"
5 => 44543954059379
6 => "42518569975923"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.886+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518570008691
2 => 7824668786803
3 => "2024-11-08 09:10:31"
4 => "2024-11-08 09:10:41"
5 => 44543954092147
6 => "42518570008691"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.886+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518570041459
2 => 7824668786803
3 => "2024-11-08 09:10:31"
4 => "2024-11-08 09:10:50"
5 => 44543954124915
6 => "42518570041459"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.886+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518570074227
2 => 7824668786803
3 => "2024-11-08 09:10:31"
4 => "2024-11-08 09:10:49"
5 => 44543954157683
6 => "42518570074227"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.887+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518570106995
2 => 7824668786803
3 => "2024-11-08 09:10:31"
4 => "2024-11-08 09:10:49"
5 => 44543954190451
6 => "42518570106995"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.887+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.887+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7824669376627
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.887+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518571778163
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.888+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.888+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518571778163
2 => 7824669376627
3 => "2024-11-08 09:10:51"
4 => "2024-11-08 09:10:56"
5 => 44543955861619
6 => "42518571778163"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.888+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.888+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430743155
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.888+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786748239987
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.889+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786748272755
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.889+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786748305523
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.890+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.890+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786748239987
2 => 7581430743155
3 => "2024-05-13 14:13:14"
4 => "2024-11-24 02:37:36"
5 => 43832231297139
6 => "41786748239987"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.890+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786748272755
2 => 7581430743155
3 => "2024-05-13 14:13:14"
4 => "2024-05-13 14:13:14"
5 => 43832231329907
6 => "41786748272755"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.890+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786748305523
2 => 7581430743155
3 => "2024-05-13 14:13:14"
4 => "2024-05-13 14:13:14"
5 => 43832231362675
6 => "41786748305523"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.891+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.891+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430612083
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.891+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786748108915
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.892+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.892+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786748108915
2 => 7581430612083
3 => "2024-05-13 14:13:11"
4 => "2024-05-13 14:13:17"
5 => 43832231166067
6 => "41786748108915"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.892+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.892+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430251635
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.892+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41791917097075
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.893+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41791917129843
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.893+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.894+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41791917097075
2 => 7581430251635
3 => "2024-05-14 01:33:43"
4 => "2024-05-14 01:33:43"
5 => 43837348184179
6 => "41791917097075"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.894+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41791917129843
2 => 7581430251635
3 => "2024-05-14 01:33:43"
4 => "2024-05-14 01:33:43"
5 => 43837348216947
6 => "41791917129843"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.894+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.894+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430284403
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.894+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747551859
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.895+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.895+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747551859
2 => 7581430284403
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832230609011
6 => "41786747551859"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.895+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.895+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430710387
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.896+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786748207219
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.897+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.897+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786748207219
2 => 7581430710387
3 => "2024-05-13 14:13:13"
4 => "2024-05-13 14:13:13"
5 => 43832231264371
6 => "41786748207219"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.897+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.897+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430644851
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.897+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786748141683
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.898+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.898+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786748141683
2 => 7581430644851
3 => "2024-05-13 14:13:12"
4 => "2024-05-13 14:13:12"
5 => 43832231198835
6 => "41786748141683"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.898+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.898+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430546547
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.899+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786748043379
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.900+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.900+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786748043379
2 => 7581430546547
3 => "2024-05-13 14:13:11"
4 => "2024-05-13 14:13:11"
5 => 43832231100531
6 => "41786748043379"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.900+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.900+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430382707
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.900+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747846771
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.901+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747879539
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.901+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747912307
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.901+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747945075
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.901+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747977843
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.902+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.902+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747846771
2 => 7581430382707
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832230903923
6 => "41786747846771"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.903+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747879539
2 => 7581430382707
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832230936691
6 => "41786747879539"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.903+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747912307
2 => 7581430382707
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832230969459
6 => "41786747912307"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.903+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747945075
2 => 7581430382707
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832231002227
6 => "41786747945075"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.903+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747977843
2 => 7581430382707
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832231034995
6 => "41786747977843"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.903+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.903+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430317171
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.904+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747584627
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.905+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.905+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747584627
2 => 7581430317171
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832230641779
6 => "41786747584627"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.905+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.905+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430349939
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.905+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747617395
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.906+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.906+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747617395
2 => 7581430349939
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832230674547
6 => "41786747617395"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.907+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.907+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430481011
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.907+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747781235
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.908+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.908+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747781235
2 => 7581430481011
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832230838387
6 => "41786747781235"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.908+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.908+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430186099
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.908+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747453555
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.909+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.910+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747453555
2 => 7581430186099
3 => "2024-05-13 14:13:09"
4 => "2024-05-13 14:13:09"
5 => 43832230510707
6 => "41786747453555"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.910+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.910+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430513779
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.910+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786748010611
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.911+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.911+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786748010611
2 => 7581430513779
3 => "2024-05-13 14:13:11"
4 => "2024-05-25 02:31:15"
5 => 43832231067763
6 => "41786748010611"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.911+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.912+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430579315
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.912+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786748076147
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.913+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.913+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786748076147
2 => 7581430579315
3 => "2024-05-13 14:13:11"
4 => "2024-05-13 14:13:26"
5 => 43832231133299
6 => "41786748076147"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.913+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.913+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430448243
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.913+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747814003
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.915+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.915+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747814003
2 => 7581430448243
3 => "2024-05-13 14:13:10"
4 => "2024-05-13 14:13:10"
5 => 43832230871155
6 => "41786747814003"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.915+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.915+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7581430218867
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.915+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 41786747486323
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.916+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.916+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 41786747486323
2 => 7581430218867
3 => "2024-05-13 14:13:09"
4 => "2024-05-13 14:13:09"
5 => 43832230543475
6 => "41786747486323"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.916+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.917+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.vendor AS vendor_3, t0.product_type AS product_type_4, t0.price AS price_5, t0.inventory_quantity AS inventory_quantity_6, t0.status AS status_7 FROM shopify_product t0 WHERE t0.id = ?"
"params" => [
1 => 7824669933683
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.917+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573613171
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.917+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573645939
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.917+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573678707
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.918+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573711475
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.918+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573744243
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.918+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573777011
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.919+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573809779
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.919+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573842547
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.919+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573875315
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.920+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573908083
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.920+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573940851
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.920+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.title AS title_3, t0.price AS price_4, t0.position AS position_5, t0.inventory_policy AS inventory_policy_6, t0.compare_at_price AS compare_at_price_7, t0.option1 AS option1_8, t0.option2 AS option2_9, t0.option3 AS option3_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.taxable AS taxable_13, t0.barcode AS barcode_14, t0.fulfillment_service AS fulfillment_service_15, t0.grams AS grams_16, t0.inventory_management AS inventory_management_17, t0.requires_shipping AS requires_shipping_18, t0.sku AS sku_19, t0.weight AS weight_20, t0.weight_unit AS weight_unit_21, t0.inventory_item_id AS inventory_item_id_22, t0.inventory_quantity AS inventory_quantity_23, t0.old_inventory_quantity AS old_inventory_quantity_24, t0.admin_graphql_api_id AS admin_graphql_api_id_25, t0.image_id AS image_id_26 FROM shopify_product_variant t0 WHERE t0.id = ?"
"params" => [
1 => 42518573973619
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.921+00:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.922+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573613171
2 => 7824669933683
3 => "2024-11-08 09:11:23"
4 => "2024-11-08 09:11:25"
5 => 44543957696627
6 => "42518573613171"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.922+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573645939
2 => 7824669933683
3 => "2024-11-08 09:11:23"
4 => "2024-11-08 09:11:26"
5 => 44543957729395
6 => "42518573645939"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.922+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573678707
2 => 7824669933683
3 => "2024-11-08 09:11:23"
4 => "2024-11-08 09:11:27"
5 => 44543957762163
6 => "42518573678707"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.922+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573711475
2 => 7824669933683
3 => "2024-11-08 09:11:23"
4 => "2024-11-08 09:11:28"
5 => 44543957794931
6 => "42518573711475"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.922+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573744243
2 => 7824669933683
3 => "2024-11-08 09:11:23"
4 => "2024-11-08 09:11:28"
5 => 44543957827699
6 => "42518573744243"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.922+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573777011
2 => 7824669933683
3 => "2024-11-08 09:11:23"
4 => "2024-11-08 09:11:29"
5 => 44543957860467
6 => "42518573777011"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.923+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573809779
2 => 7824669933683
3 => "2024-11-08 09:11:23"
4 => "2024-11-08 09:11:30"
5 => 44543957893235
6 => "42518573809779"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.923+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573842547
2 => 7824669933683
3 => "2024-11-08 09:11:23"
4 => "2024-11-08 09:11:31"
5 => 44543957926003
6 => "42518573842547"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.923+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573875315
2 => 7824669933683
3 => "2024-11-08 09:11:23"
4 => "2024-11-08 09:11:32"
5 => 44543957958771
6 => "42518573875315"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.923+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573908083
2 => 7824669933683
3 => "2024-11-08 09:11:23"
4 => "2024-11-08 09:11:33"
5 => 44543957991539
6 => "42518573908083"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.923+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573940851
2 => 7824669933683
3 => "2024-11-08 09:11:23"
4 => "2024-11-08 09:11:34"
5 => 44543958024307
6 => "42518573940851"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.923+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "UPDATE shopify_product_variant SET id = ?, product_id = ?, created_at = ?, updated_at = ?, inventory_item_id = ? WHERE id = ?"
"params" => [
1 => 42518573973619
2 => 7824669933683
3 => "2024-11-08 09:11:23"
4 => "2024-11-08 09:11:35"
5 => 44543958057075
6 => "42518573973619"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
5 => 2
6 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.923+00:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventListener\ShopifyContextInitializer::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.925+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.925+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.925+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.925+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerMNWwBP5\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.925+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1754112095
"timestamp_rfc3339" => "2025-08-02T05:21:35.963+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
2 => 1
510 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#116 …}
} |