| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1226
-records: [
2 => [
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.446+09:00"
"message" => "Client IP: 216.73.216.7"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "front"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.447+09:00"
"message" => "INIT"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.449+09:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "product_detail"
"route_parameters" => [
"_route" => "product_detail"
"_controller" => "Customize\Controller\ProductController::detail"
"id" => "56"
]
"request_uri" => "http://133.125.62.206/products/detail/56"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.449+09:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_pgsql"
"charset" => "utf8"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 5432
"user" => "dbuser"
"password" => "<redacted>"
"driverOptions" => []
"serverVersion" => "14"
"defaultTableOptions" => [
"charset" => "utf8mb4"
"collation" => "utf8mb4_bin"
]
"dbname" => "eccubedb"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.460+09:00"
"message" => "User Deprecated: Subscribing to postConnect events is deprecated. Implement a middleware instead. (Connection.php:393 called by Connection.php:1692, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#476
#message: "User Deprecated: Subscribing to postConnect events is deprecated. Implement a middleware instead. (Connection.php:393 called by Connection.php:1692, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
#code: 0
#file: "/var/www/html/shop/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/shop/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/html/shop/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/html/shop/vendor/doctrine/dbal/src/Connection.php:393 {
Doctrine\DBAL\Connection->connect() …
› if ($this->_eventManager->hasListeners(Events::postConnect)) {
› Deprecation::trigger(
› 'doctrine/dbal',
}
/var/www/html/shop/vendor/doctrine/dbal/src/Connection.php:1692 {
Doctrine\DBAL\Connection->getWrappedConnection() …
›
› $this->connect();
›
}
/var/www/html/shop/vendor/doctrine/dbal/src/Connection.php:1195 {
Doctrine\DBAL\Connection->executeStatement($sql, array $params = [], array $types = []) …
› {
› $connection = $this->getWrappedConnection();
›
}
/var/www/html/shop/app/Customize/Service/PendingOrderCancelService.php:48 {
Customize\Service\PendingOrderCancelService->cancelExpiredPendingOrders(): void …
›
› $count = (int) $conn->executeStatement(
› <<<SQL
}
/var/www/html/shop/app/Customize/EventSubscriber/FrontPendingOrderCancelEventSubscriber.php:64 {
Customize\EventSubscriber\FrontPendingOrderCancelEventSubscriber->onKernelRequest(RequestEvent $event): void …
› // 全期限切れ決済処理中受注をキャンセル (2系 checkDbAllPendingOrder)
› $this->pendingOrderCancelService->cancelExpiredPendingOrders();
›
}
/var/www/html/shop/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/html/shop/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/html/shop/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/html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/html/shop/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/html/shop/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/html/shop/vendor/symfony/http-kernel/Kernel.php:193 {
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/html/shop/index.php:83 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.461+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SET TIME ZONE 'UTC'"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.461+09:00"
"message" => "Executing statement: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SET TIME ZONE 'Asia/Tokyo'"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.461+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
UPDATE dtb_order\n
SET order_status_id = ?,\n
update_date = CURRENT_TIMESTAMP\n
WHERE order_status_id = ?\n
AND device_type_id <> ?\n
AND create_date <= ?
"""
"params" => [
1 => 3
2 => 7
3 => 80
4 => "2026-08-09 23:14:18"
]
"types" => [
1 => 2
2 => 2
3 => 2
4 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.464+09:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "customer"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.464+09:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "customer"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.464+09:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "customer"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.464+09:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "customer"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.464+09:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "customer"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.464+09:00"
"message" => "PROCESS START"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"product_detail"
]
"channel" => "app"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.471+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.invoice_registration_number AS invoice_registration_number_25, t0.option_product_tax_rule AS option_product_tax_rule_26, t0.option_customer_activate AS option_customer_activate_27, t0.option_remember_me AS option_remember_me_28, t0.option_mail_notifier AS option_mail_notifier_29, t0.authentication_key AS authentication_key_30, t0.option_guest_purchase AS option_guest_purchase_31, t0.php_path AS php_path_32, t0.option_point AS option_point_33, t0.basic_point_rate AS basic_point_rate_34, t0.point_conversion_rate AS point_conversion_rate_35, t0.ga_id AS ga_id_36, t0.mail_domain AS mail_domain_37, t0.border_weight AS border_weight_38, t0.border_weight_sagawa AS border_weight_sagawa_39, t0.syuka_border_time AS syuka_border_time_40, t0.chat_work_apikey AS chat_work_apikey_41, t0.chat_work_apikey2 AS chat_work_apikey2_42, t0.chat_work_room_url AS chat_work_room_url_43, t0.background_id AS background_id_44, t0.welcome_point AS welcome_point_45, t0.tax_rule AS tax_rule_46, t0.regular_holiday_ids AS regular_holiday_ids_47, t0.country_id AS country_id_48, t0.pref_id AS pref_id_49, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN ('baseinfo')"
"params" => [
1 => 1
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.476+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.page_name AS page_name_1, d0_.url AS url_2, d0_.file_name AS file_name_3, d0_.edit_type AS edit_type_4, d0_.author AS author_5, d0_.description AS description_6, d0_.keyword AS keyword_7, d0_.create_date AS create_date_8, d0_.update_date AS update_date_9, d0_.meta_robots AS meta_robots_10, d0_.meta_tags AS meta_tags_11, d1_.page_id AS page_id_12, d1_.layout_id AS layout_id_13, d1_.sort_no AS sort_no_14, d2_.id AS id_15, d2_.layout_name AS layout_name_16, d2_.create_date AS create_date_17, d2_.update_date AS update_date_18, d0_.discriminator_type AS discriminator_type_19, d0_.master_page_id AS master_page_id_20, d1_.discriminator_type AS discriminator_type_21, d1_.page_id AS page_id_22, d1_.layout_id AS layout_id_23, d2_.discriminator_type AS discriminator_type_24, d2_.device_type_id AS device_type_id_25 FROM dtb_page d0_ LEFT JOIN dtb_page_layout d1_ ON d0_.id = d1_.page_id AND d1_.discriminator_type IN ('pagelayout') LEFT JOIN dtb_layout d2_ ON d1_.layout_id = d2_.id AND d2_.discriminator_type IN ('layout') WHERE (d0_.url = ?) AND d0_.discriminator_type IN ('page')"
"params" => [
1 => "product_detail"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.479+09:00"
"message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#104
#message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
#code: 0
#file: "/var/www/html/shop/vendor/symfony/http-foundation/Request.php"
#line: 754
#severity: E_USER_DEPRECATED
trace: {
/var/www/html/shop/vendor/symfony/http-foundation/Request.php:754 {
Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
› {
› trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');
›
}
/var/www/html/shop/src/Eccube/EventListener/TwigInitializeListener.php:124 {
Eccube\EventListener\TwigInitializeListener->setFrontVariables(RequestEvent $event): void …
› // 管理者ログインしている場合にページレイアウトのプレビューが可能
› if ($request->get('preview')) {
› $is_admin = $request->getSession()->has('_security_admin');
}
/var/www/html/shop/src/Eccube/EventListener/TwigInitializeListener.php:71 {
Eccube\EventListener\TwigInitializeListener->onKernelRequest(RequestEvent $event): void …
› } else {
› $this->setFrontVariables($event);
› }
}
/var/www/html/shop/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/html/shop/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/html/shop/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/html/shop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/html/shop/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/html/shop/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/html/shop/vendor/symfony/http-kernel/Kernel.php:193 {
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/html/shop/index.php:83 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.480+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.layout_name AS layout_name_1, d0_.create_date AS create_date_2, d0_.update_date AS update_date_3, d1_.section AS section_4, d1_.block_id AS block_id_5, d1_.layout_id AS layout_id_6, d1_.block_row AS block_row_7, d2_.id AS id_8, d2_.block_name AS block_name_9, d2_.file_name AS file_name_10, d2_.use_controller AS use_controller_11, d2_.deletable AS deletable_12, d2_.create_date AS create_date_13, d2_.update_date AS update_date_14, d0_.discriminator_type AS discriminator_type_15, d0_.device_type_id AS device_type_id_16, d1_.discriminator_type AS discriminator_type_17, d1_.block_id AS block_id_18, d1_.layout_id AS layout_id_19, d2_.discriminator_type AS discriminator_type_20, d2_.device_type_id AS device_type_id_21 FROM dtb_layout d0_ LEFT JOIN dtb_block_position d1_ ON d0_.id = d1_.layout_id AND d1_.discriminator_type IN ('blockposition') LEFT JOIN dtb_block d2_ ON d1_.block_id = d2_.id AND d2_.discriminator_type IN ('block') WHERE (d0_.id = ?) AND d0_.discriminator_type IN ('layout') ORDER BY d1_.block_row ASC"
"params" => [
1 => 2
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.481+09:00"
"message" => "Executing statement: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SET SESSION CHARACTERISTICS AS TRANSACTION ISOLATION LEVEL READ COMMITTED"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.481+09:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09:00"
"message" => "Begin Transaction."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "front"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\IpAddrListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\MobileTemplatePathListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\LogListener::onKernelRequestEarly"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Customize\EventSubscriber\AdminIpAddressAuthSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.482+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.483+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.483+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Customize\EventSubscriber\FrontPendingOrderCancelEventSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.483+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.483+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.483+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\RestrictFileUploadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.483+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\LogListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.483+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\TwigInitializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.483+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.483+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\TransactionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.483+09:00"
"message" => "LOGIC START"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"product_detail"
]
"channel" => "app"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.483+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.484+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\ForwardOnlyListener::onController"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.484+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\LogListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.484+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\RateLimiterListener::onController"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.484+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.489+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.note AS note_2, d0_.description_list AS description_list_3, d0_.description_detail AS description_detail_4, d0_.search_word AS search_word_5, d0_.free_area AS free_area_6, d0_.create_date AS create_date_7, d0_.update_date AS update_date_8, d0_.name_official AS name_official_9, d0_.brand_id AS brand_id_10, d0_.is_teiki AS is_teiki_11, d0_.tax_status AS tax_status_12, d0_.deliv_fee AS deliv_fee_13, d0_.irisu_txt AS irisu_txt_14, d0_.weight AS weight_15, d0_.is_confirm_show AS is_confirm_show_16, d0_.product_image AS product_image_17, d0_.product_code AS product_code_18, d0_.category_id AS category_id_19, d0_.price AS price_20, d1_.id AS id_21, d1_.product_code AS product_code_22, d1_.stock AS stock_23, d1_.stock_unlimited AS stock_unlimited_24, d1_.sale_limit AS sale_limit_25, d1_.price01 AS price01_26, d1_.price02 AS price02_27, d1_.delivery_fee AS delivery_fee_28, d1_.visible AS visible_29, d1_.create_date AS create_date_30, d1_.update_date AS update_date_31, d1_.currency_code AS currency_code_32, d1_.point_rate AS point_rate_33, d2_.id AS id_34, d2_.stock AS stock_35, d2_.create_date AS create_date_36, d2_.update_date AS update_date_37, d3_.id AS id_38, d3_.tax_rate AS tax_rate_39, d3_.tax_adjust AS tax_adjust_40, d3_.apply_date AS apply_date_41, d3_.create_date AS create_date_42, d3_.update_date AS update_date_43, d4_.id AS id_44, d4_.backend_name AS backend_name_45, d4_.name AS name_46, d4_.sort_no AS sort_no_47, d4_.visible AS visible_48, d4_.create_date AS create_date_49, d4_.update_date AS update_date_50, d5_.id AS id_51, d5_.backend_name AS backend_name_52, d5_.name AS name_53, d5_.sort_no AS sort_no_54, d5_.visible AS visible_55, d5_.create_date AS create_date_56, d5_.update_date AS update_date_57, d6_.id AS id_58, d6_.backend_name AS backend_name_59, d6_.name AS name_60, d6_.sort_no AS sort_no_61, d6_.create_date AS create_date_62, d6_.update_date AS update_date_63, d7_.id AS id_64, d7_.backend_name AS backend_name_65, d7_.name AS name_66, d7_.sort_no AS sort_no_67, d7_.create_date AS create_date_68, d7_.update_date AS update_date_69, d8_.id AS id_70, d8_.file_name AS file_name_71, d8_.sort_no AS sort_no_72, d8_.create_date AS create_date_73, d9_.id AS id_74, d9_.create_date AS create_date_75, d0_.discriminator_type AS discriminator_type_76, d0_.creator_id AS creator_id_77, d0_.product_status_id AS product_status_id_78, d1_.discriminator_type AS discriminator_type_79, d1_.product_id AS product_id_80, d1_.sale_type_id AS sale_type_id_81, d1_.class_category_id1 AS class_category_id1_82, d1_.class_category_id2 AS class_category_id2_83, d1_.delivery_duration_id AS delivery_duration_id_84, d1_.creator_id AS creator_id_85, d2_.discriminator_type AS discriminator_type_86, d2_.product_class_id AS product_class_id_87, d2_.creator_id AS creator_id_88, d3_.discriminator_type AS discriminator_type_89, d3_.product_class_id AS product_class_id_90, d3_.creator_id AS creator_id_91, d3_.country_id AS country_id_92, d3_.pref_id AS pref_id_93, d3_.product_id AS product_id_94, d3_.rounding_type_id AS rounding_type_id_95, d4_.discriminator_type AS discriminator_type_96, d4_.class_name_id AS class_name_id_97, d4_.creator_id AS creator_id_98, d5_.discriminator_type AS discriminator_type_99, d5_.class_name_id AS class_name_id_100, d5_.creator_id AS creator_id_101, d6_.discriminator_type AS discriminator_type_102, d6_.creator_id AS creator_id_103, d7_.discriminator_type AS discriminator_type_104, d7_.creator_id AS creator_id_105, d8_.discriminator_type AS discriminator_type_106, d8_.product_id AS product_id_107, d8_.creator_id AS creator_id_108, d9_.discriminator_type AS discriminator_type_109, d9_.product_id AS product_id_110, d9_.tag_id AS tag_id_111, d9_.creator_id AS creator_id_112 FROM dtb_product d0_ INNER JOIN dtb_product_class d1_ ON d0_.id = d1_.product_id AND d1_.discriminator_type IN ('productclass') LEFT JOIN dtb_product_stock d2_ ON d1_.id = d2_.product_class_id AND d2_.discriminator_type IN ('productstock') LEFT JOIN dtb_tax_rule d3_ ON d1_.id = d3_.product_class_id AND d3_.discriminator_type IN ('taxrule') LEFT JOIN dtb_class_category d4_ ON d1_.class_category_id1 = d4_.id AND d4_.discriminator_type IN ('classcategory') LEFT JOIN dtb_class_category d5_ ON d1_.class_category_id2 = d5_.id AND d5_.discriminator_type IN ('classcategory') LEFT JOIN dtb_class_name d6_ ON d4_.class_name_id = d6_.id AND d6_.discriminator_type IN ('classname') LEFT JOIN dtb_class_name d7_ ON d5_.class_name_id = d7_.id AND d7_.discriminator_type IN ('classname') LEFT JOIN dtb_product_image d8_ ON d0_.id = d8_.product_id AND d8_.discriminator_type IN ('productimage') LEFT JOIN dtb_product_tag d9_ ON d0_.id = d9_.product_id AND d9_.discriminator_type IN ('producttag') WHERE (d0_.id = ? AND d1_.visible = ?) AND d0_.discriminator_type IN ('product') ORDER BY d4_.sort_no DESC, d5_.sort_no DESC, d8_.sort_no ASC"
"params" => [
1 => 56
2 => 1
]
"types" => [
1 => 1
2 => 5
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.497+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.tax_rate AS tax_rate_1, d0_.tax_adjust AS tax_adjust_2, d0_.apply_date AS apply_date_3, d0_.create_date AS create_date_4, d0_.update_date AS update_date_5, d0_.discriminator_type AS discriminator_type_6, d0_.product_class_id AS product_class_id_7, d0_.creator_id AS creator_id_8, d0_.country_id AS country_id_9, d0_.pref_id AS pref_id_10, d0_.product_id AS product_id_11, d0_.rounding_type_id AS rounding_type_id_12 FROM dtb_tax_rule d0_ WHERE (d0_.apply_date < ? AND d0_.pref_id IS NULL AND d0_.country_id IS NULL AND d0_.product_id IS NULL AND d0_.product_class_id IS NULL) AND d0_.discriminator_type IN ('taxrule') ORDER BY d0_.apply_date DESC"
"params" => [
1 => "2026-08-09 14:29:18"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.498+09:00"
"message" => "Rollback executed."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "front"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.499+09:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: ""Eccube\Entity\Product" object not found by "Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver". The expression "repository.findWithSortedClassCategories(id)" returned null." at EntityValueResolver.php line 86"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2413
#message: ""Eccube\Entity\Product" object not found by "Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver". The expression "repository.findWithSortedClassCategories(id)" returned null."
#code: 0
#file: "/var/www/html/shop/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php"
#line: 86
-statusCode: 404
-headers: []
trace: {
/var/www/html/shop/vendor/symfony/doctrine-bridge/ArgumentResolver/EntityValueResolver.php:86 {
Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver->resolve(Request $request, ArgumentMetadata $argument): array …
› if (null === $object && !$argument->isNullable()) {
› throw new NotFoundHttpException($options->message ?? (\sprintf('"%s" object not found by "%s".', $options->class, self::class).$message));
› }
}
/var/www/html/shop/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php:37 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver->resolve(Request $request, ArgumentMetadata $argument): iterable …
›
› yield from $this->inner->resolve($request, $argument);
›
}
/var/www/html/shop/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:91 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
› $count = 0;
› foreach ($resolver->resolve($request, $metadata) as $argument) {
› ++$count;
}
/var/www/html/shop/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php:33 {
Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver->getArguments(Request $request, callable $controller, ?ReflectionFunctionAbstract $reflector = null): array …
› try {
› return $this->resolver->getArguments($request, $controller, $reflector);
› } finally {
}
/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php:175 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // controller arguments
› $arguments = $this->argumentResolver->getArguments($request, $controller, $event->getControllerReflector());
›
}
/var/www/html/shop/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/html/shop/vendor/symfony/http-kernel/Kernel.php:193 {
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/html/shop/index.php:83 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.499+09:00"
"message" => ""Eccube\Entity\Product" object not found by "Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver". The expression "repository.findWithSortedClassCategories(id)" returned null."
"priority" => 200
"priorityName" => "INFO"
"context" => [
404
]
"channel" => "app"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Eccube\EventListener\TransactionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.535+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Eccube\EventListener\LogListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.535+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.535+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.535+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.535+09:00"
"message" => "LOGIC END"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"product_detail"
]
"channel" => "app"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.540+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.enabled AS enabled_4, t0.version AS version_5, t0.source AS source_6, t0.initialized AS initialized_7, t0.create_date AS create_date_8, t0.update_date AS update_date_9, t0.discriminator_type FROM dtb_plugin t0 WHERE t0.discriminator_type IN ('plugin')"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.542+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.542+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.543+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Eccube\EventListener\LogListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.543+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Eccube\EventListener\MaintenanceListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.543+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.543+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.543+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.543+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.543+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.543+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.543+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.543+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.543+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.543+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.544+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.544+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.544+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.544+09: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"
]
]
2542 => [
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.499+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.499+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.499+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.499+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\IpAddrListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.499+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\MobileTemplatePathListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.499+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\LogListener::onKernelRequestEarly"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Customize\EventSubscriber\AdminIpAddressAuthSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Customize\EventSubscriber\FrontPendingOrderCancelEventSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\RestrictFileUploadListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\LogListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\TwigInitializeListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.500+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Eccube\EventListener\TransactionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.501+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.501+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\ForwardOnlyListener::onController"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.501+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\LogListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.501+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Eccube\EventListener\RateLimiterListener::onController"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.501+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.501+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.501+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.501+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.502+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.502+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Eccube\EventListener\TwoFactorAuthListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.502+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerQV0jQsh\RequestPayloadValueResolverGhost8b88c26::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.502+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.512+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.513+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT quote_ident(table_name) AS table_name,\n
table_schema AS schema_name\n
FROM information_schema.tables\n
WHERE table_catalog = ?\n
AND table_schema NOT LIKE 'pg\_%'\n
AND table_schema != 'information_schema'\n
AND table_name != 'geometry_columns'\n
AND table_name != 'spatial_ref_sys'\n
AND table_type = 'BASE TABLE'\n
ORDER BY\n
quote_ident(table_name)
"""
"params" => [
1 => "eccubedb"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.517+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT schema_name\n
FROM information_schema.schemata\n
WHERE schema_name NOT LIKE 'pg\_%'\n
AND schema_name != 'information_schema'
"""
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.518+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SHOW search_path"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.518+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.519+09:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT quote_ident(table_name) AS table_name,\n
table_schema AS schema_name\n
FROM information_schema.tables\n
WHERE table_catalog = ?\n
AND table_schema NOT LIKE 'pg\_%'\n
AND table_schema != 'information_schema'\n
AND table_name != 'geometry_columns'\n
AND table_name != 'spatial_ref_sys'\n
AND table_type = 'BASE TABLE'\n
ORDER BY\n
quote_ident(table_name)
"""
"params" => [
1 => "eccubedb"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.521+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.521+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT n.nspname AS schema_name,\n
c.relname AS table_name,\n
CASE c.relpersistence WHEN 'u' THEN true ELSE false END as unlogged,\n
obj_description(c.oid, 'pg_class') AS comment\n
FROM pg_class c\n
INNER JOIN pg_namespace n\n
ON n.oid = c.relnamespace WHERE c.relkind = 'r' AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')
"""
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.522+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.522+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT quote_ident(r.conname) as conname,\n
pg_get_constraintdef(r.oid, true) as condef\n
FROM pg_constraint r\n
JOIN pg_class AS tc ON tc.oid = r.conrelid\n
JOIN pg_namespace tn ON tn.oid = tc.relnamespace\n
WHERE r.conrelid IN\n
(\n
SELECT c.oid\n
FROM pg_class c, pg_namespace n WHERE n.oid = c.relnamespace AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) AND r.contype = 'f' ORDER BY quote_ident(r.conname)
"""
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.523+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT a.attnum,\n
quote_ident(a.attname) AS field,\n
t.typname AS type,\n
format_type(a.atttypid, a.atttypmod) AS complete_type,\n
(SELECT tc.collcollate FROM pg_catalog.pg_collation tc WHERE tc.oid = a.attcollation) AS collation,\n
(SELECT t1.typname FROM pg_catalog.pg_type t1 WHERE t1.oid = t.typbasetype) AS domain_type,\n
(SELECT format_type(t2.typbasetype, t2.typtypmod) FROM\n
pg_catalog.pg_type t2 WHERE t2.typtype = 'd' AND t2.oid = a.atttypid) AS domain_complete_type,\n
a.attnotnull AS isnotnull,\n
(SELECT 't'\n
FROM pg_index\n
WHERE c.oid = pg_index.indrelid\n
AND pg_index.indkey[0] = a.attnum\n
AND pg_index.indisprimary = 't'\n
) AS pri,\n
( SELECT\n
CASE\n
WHEN a.attgenerated = 's' THEN NULL\n
ELSE pg_get_expr(adbin, adrelid)\n
END\n
FROM pg_attrdef\n
WHERE c.oid = pg_attrdef.adrelid\n
AND pg_attrdef.adnum=a.attnum) AS default,\n
(SELECT pg_description.description\n
FROM pg_description WHERE pg_description.objoid = c.oid AND a.attnum = pg_description.objsubid\n
) AS comment\n
FROM pg_attribute a\n
INNER JOIN pg_class c\n
ON c.oid = a.attrelid\n
INNER JOIN pg_type t\n
ON t.oid = a.atttypid\n
INNER JOIN pg_namespace n\n
ON n.oid = c.relnamespace\n
LEFT JOIN pg_depend d\n
ON d.objid = c.oid\n
AND d.deptype = 'e'\n
AND d.classid = (SELECT oid FROM pg_class WHERE relname = 'pg_class') WHERE a.attnum > 0 AND c.relkind = 'r' AND d.refobjid IS NULL AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') ORDER BY a.attnum
"""
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.525+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.525+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT quote_ident(ic.relname) AS relname,\n
i.indisunique,\n
i.indisprimary,\n
i.indkey,\n
i.indrelid,\n
pg_get_expr(indpred, indrelid) AS "where"\n
FROM pg_index i\n
JOIN pg_class AS tc ON tc.oid = i.indrelid\n
JOIN pg_namespace tn ON tn.oid = tc.relnamespace\n
JOIN pg_class AS ic ON ic.oid = i.indexrelid\n
WHERE ic.oid IN (\n
SELECT indexrelid\n
FROM pg_index i, pg_class c, pg_namespace n WHERE c.oid = i.indrelid AND c.relnamespace = n.oid AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) ORDER BY quote_ident(ic.relname)
"""
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.527+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT attnum,\n
quote_ident(attname) AS attname\n
FROM pg_attribute\n
WHERE attrelid = 20094\n
AND attnum IN (1)\n
ORDER BY attnum
"""
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.527+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM doctrine_migration_versions"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.531+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT CURRENT_DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.532+09:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.enabled AS enabled_4, t0.version AS version_5, t0.source AS source_6, t0.initialized AS initialized_7, t0.create_date AS create_date_8, t0.update_date AS update_date_9, t0.discriminator_type FROM dtb_plugin t0 WHERE t0.discriminator_type IN ('plugin')"
]
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.533+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.533+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.533+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Eccube\EventListener\LogListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.533+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Eccube\EventListener\MaintenanceListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.533+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.533+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.533+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.533+09:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09: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" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.534+09: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"
]
]
"" => [
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.734+09:00"
"message" => "PROCESS END"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"product_detail"
]
"channel" => "app"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.734+09:00"
"message" => "Committing transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.735+09:00"
"message" => "Beginning transaction"
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "doctrine"
]
[
"timestamp" => 1786285758
"timestamp_rfc3339" => "2026-08-09T23:29:18.735+09:00"
"message" => "Commit executed."
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "app"
]
]
]
-errorCount: [
2 => 1
2542 => 0
"" => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1225 …}
} |