http://kokorone-san.com/wsoyanz.php

n/a

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

No attributes

Request Headers

Header Value
authorization
""
host
"kokorone-san.com"
listen-ipaddr
"219.94.129.209"
x-php-ob-level
"0"
x-real-ip
"52.169.18.233"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 28 Sep 2024 14:20:15 GMT"
x-debug-token
"3673cc"
x-debug-token-link
"https://kokorone-san.com/_profiler/7318aa"
x-previous-debug-token
"7318aa"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
APP_DEBUG
"0"
APP_ENV
"dev"
CONTEXT_DOCUMENT_ROOT
"/home/kokoronesan/www/kokorone-san.com"
CONTEXT_PREFIX
""
DATABASE_SERVER_VERSION
"5.7.36-log"
DATABASE_URL
"mysql://kokoronesan:et5k_XG9i-Sv@mysql633.db.sakura.ne.jp:3306/kokoronesan_db"
DOCUMENT_ROOT
"/home/kokoronesan/www/kokorone-san.com"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"kokoronesan_admin"
ECCUBE_AUTH_MAGIC
"U07HGBEPZdN7WFAKC6hsRxBWbWC4rBY7"
ECCUBE_COOKIE_PATH
"/"
ECCUBE_FORCE_SSL
"true"
ECCUBE_LOCALE
"ja"
ECCUBE_TEMPLATE_CODE
"default"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_AUTHORIZATION
""
HTTP_HOST
"kokorone-san.com"
HTTP_LISTEN_IPADDR
"219.94.129.209"
HTTP_X_REAL_IP
"52.169.18.233"
MAILER_URL
"smtp://localhost:25"
PATH
"/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/wsoyanz.php"
REMOTE_ADDR
"52.169.18.233"
REMOTE_PORT
"0"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1727533215
REQUEST_TIME_FLOAT
1727533215.65
REQUEST_URI
"/wsoyanz.php"
SCRIPT_FILENAME
"/home/kokoronesan/www/kokorone-san.com/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"100.64.0.35"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"kokorone-san.com"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
argc
0
argv
[]

Sub Requests 1

ErrorController (token = 7318aa)

Key Value
_controller
"error_controller"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1346
  -statusCode: 404
  -headers: []
  #message: "No route found for "GET /wsoyanz.php""
  #code: 0
  #file: "/home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 136
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1347 …}
  trace: {
    /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /home/kokoronesan/www/kokorone-san.com/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
      Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
        ...: {
          "kernel.request"
          Eccube\Event\EventDispatcherWrapper {#107 …}
        }
      }
    }
    /home/kokoronesan/www/kokorone-san.com/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
      › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
        $listeners: [ …21]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
      }
    }
    /home/kokoronesan/www/kokorone-san.com/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …21]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
      }
    }
    /home/kokoronesan/www/kokorone-san.com/src/Eccube/Event/EventDispatcherWrapper.php:32 {
      Eccube\Event\EventDispatcherWrapper->dispatch($event) …
      › 
      ›     return parent::dispatch($event, $eventName);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
        ...: {
          "kernel.request"
        }
      }
    }
    /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/HttpKernel.php:134 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
        ...: {
          "kernel.request"
        }
      }
    }
    /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/HttpKernel.php:80 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#7 …}
        $type: 1
      }
    }
    /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/Kernel.php:201 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#7 …}
        $type: 1
        $catch: true
      }
    }
    /home/kokoronesan/www/kokorone-san.com/index.php:76 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#7 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#280
  #name: "request"
  #handlers: [
    Monolog\Handler\BufferHandler {#89
      #handler: EasyCorp\EasyLog\EasyLogHandler {#90 …}
      #bufferSize: 9
      #bufferLimit: 0
      #flushOnOverflow: false
      #buffer: [
        [
          "message" => "INIT"
          "context" => []
          "level" => 200
          "level_name" => "INFO"
          "channel" => "app"
          "datetime" => DateTime @1727533215 {#1350
            date: 2024-09-28 23:20:15.717472 Asia/Tokyo (+09:00)
          }
          "extra" => [
            "url" => "/wsoyanz.php"
            "ip" => "52.169.18.233"
            "http_method" => "GET"
            "server" => "kokorone-san.com"
            "referrer" => null
            "user_agent" => null
            "file" => "/home/kokoronesan/www/kokorone-san.com/src/Eccube/EventListener/LogListener.php"
            "line" => 73
            "class" => "Eccube\EventListener\LogListener"
            "function" => "onKernelRequestEarly"
            "uid" => "e1528b2"
            "user_id" => "N/A"
            "session_id" => "N/A"
          ]
        ]
        [
          "message" => "Transaction is not active. Rollback skipped."
          "context" => []
          "level" => 100
          "level_name" => "DEBUG"
          "channel" => "front"
          "datetime" => DateTime @1727533215 {#54
            date: 2024-09-28 23:20:15.719269 Asia/Tokyo (+09:00)
          }
          "extra" => [
            "url" => "/wsoyanz.php"
            "ip" => "52.169.18.233"
            "http_method" => "GET"
            "server" => "kokorone-san.com"
            "referrer" => null
            "user_agent" => null
            "file" => "/home/kokoronesan/www/kokorone-san.com/src/Eccube/Log/Logger.php"
            "line" => 66
            "class" => "Eccube\Log\Logger"
            "function" => "log"
            "uid" => "e1528b2"
            "user_id" => "N/A"
            "session_id" => "N/A"
          ]
        ]
        [
          "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /wsoyanz.php"" at /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136"
          "context" => [
            "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1346
              -statusCode: 404
              -headers: []
              #message: "No route found for "GET /wsoyanz.php""
              #code: 0
              #file: "/home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/EventListener/RouterListener.php"
              #line: 136
              -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1347 …}
              trace: {
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
                  Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
                  › 
                  ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
                }
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
                  Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                  ›     }    $listener($event, $eventName, $this);}
                  arguments: {
                    $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
                    ...: {
                      "kernel.request"
                      Eccube\Event\EventDispatcherWrapper {#107 …}
                    }
                  }
                }
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
                  Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                  › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
                    $listeners: [ …21]
                    $eventName: "kernel.request"
                    $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
                  }
                }
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
                  Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                  › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                  arguments: {
                    $listeners: [ …21]
                    $eventName: "kernel.request"
                    $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
                  }
                }
                /home/kokoronesan/www/kokorone-san.com/src/Eccube/Event/EventDispatcherWrapper.php:32 {
                  Eccube\Event\EventDispatcherWrapper->dispatch($event) …
                  › 
                  ›     return parent::dispatch($event, $eventName);}
                  arguments: {
                    $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
                    ...: {
                      "kernel.request"
                    }
                  }
                }
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/HttpKernel.php:134 {
                  Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                  › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
                    $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
                    ...: {
                      "kernel.request"
                    }
                  }
                }
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/HttpKernel.php:80 {
                  Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                  › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  arguments: {
                    $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    $type: 1
                  }
                }
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/Kernel.php:201 {
                  Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                  › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  arguments: {
                    $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    $type: 1
                    $catch: true
                  }
                }
                /home/kokoronesan/www/kokorone-san.com/index.php:76 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
                  arguments: {
                    $request: Symfony\Component\HttpFoundation\Request {#7 …}
                  }
                }
              }
            }
          ]
          "level" => 400
          "level_name" => "ERROR"
          "channel" => "request"
          "datetime" => DateTime @1727533215 {#1393
            date: 2024-09-28 23:20:15.719875 Asia/Tokyo (+09:00)
          }
          "extra" => [
            "url" => "/wsoyanz.php"
            "ip" => "52.169.18.233"
            "http_method" => "GET"
            "server" => "kokorone-san.com"
            "referrer" => null
            "user_agent" => null
            "file" => "/home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
            "line" => 129
            "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
            "function" => "logException"
            "uid" => "e1528b2"
            "user_id" => "N/A"
            "session_id" => "N/A"
          ]
        ]
        [
          "message" => "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
          "context" => [
            "exception" => ErrorException {#266
              #message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
              #code: 0
              #file: "/home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php"
              #line: 57
              #severity: E_USER_DEPRECATED
              trace: {
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php:57 {
                  Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
                  › {    @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);}
                /home/kokoronesan/www/kokorone-san.com/src/Eccube/EventListener/LogListener.php:141 {
                  Eccube\EventListener\LogListener->onKernelException(GetResponseForExceptionEvent $event) …
                  › {    $e = $event->getException();    if ($e instanceof HttpExceptionInterface && $e->getStatusCode() < 500) {
                }
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
                  Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                  ›     }    $listener($event, $eventName, $this);}
                  arguments: {
                    $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
                    ...: {
                      "kernel.request"
                      Eccube\Event\EventDispatcherWrapper {#107 …}
                    }
                  }
                }
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
                  Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                  › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
                    $listeners: [ …21]
                    $eventName: "kernel.request"
                    $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
                  }
                }
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
                  Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                  › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                  arguments: {
                    $listeners: [ …21]
                    $eventName: "kernel.request"
                    $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
                  }
                }
                /home/kokoronesan/www/kokorone-san.com/src/Eccube/Event/EventDispatcherWrapper.php:32 {
                  Eccube\Event\EventDispatcherWrapper->dispatch($event) …
                  › 
                  ›     return parent::dispatch($event, $eventName);}
                  arguments: {
                    $event: Symfony\Component\HttpKernel\Event\RequestEvent {#287 …}
                    ...: {
                      "kernel.request"
                    }
                  }
                }
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/HttpKernel.php:219 {
                  Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                  › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/HttpKernel.php:91 {
                  Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                  › 
                  ›     return $this->handleThrowable($e, $request, $type);}
                }
                /home/kokoronesan/www/kokorone-san.com/vendor/symfony/http-kernel/Kernel.php:201 {
                  Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                  › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  arguments: {
                    $request: Symfony\Component\HttpFoundation\Request {#7 …}
                    $type: 1
                    $catch: true
                  }
                }
                /home/kokoronesan/www/kokorone-san.com/index.php:76 {$kernel = new Kernel($env, $debug);$response = $kernel->handle($request);$response->send();
                  arguments: {
                    $request: Symfony\Component\HttpFoundation\Request {#7 …}
                  }
                }
              }
            }
          ]
          "level" => 200
          "level_name" => "INFO"
          "channel" => "php"
          "datetime" => DateTime @1727533215 {#1392
            date: 2024-09-28 23:20:15.720065 Asia/Tokyo (+09:00)
          }
          "extra" => [
            "url" => "/wsoyanz.php"
            "ip" => "52.169.18.233"
            "http_method" => "GET"
            "server" => "kokorone-san.com"
            "referrer" => null
            "user_agent" => null
            "file" => "/home/kokoronesan/www/kokorone-san.com/vendor/symfony/error-handler/ErrorHandler.php"
            "line" => 532
            "class" => "Symfony\Component\ErrorHandler\ErrorHandler"
            "function" => "handleError"
            "uid" => "e1528b2"
            "user_id" => "N/A"
            "session_id" => "N/A"
          ]
        ]
        [
          "message" => "No route found for "GET /wsoyanz.php""
          "context" => [
            404
          ]
          "level" => 200
          "level_name" => "INFO"
          "channel" => "app"
          "datetime" => DateTime @1727533215 {#1394
            date: 2024-09-28 23:20:15.720133 Asia/Tokyo (+09:00)
          }
          "extra" => [
            "url" => "/wsoyanz.php"
            "ip" => "52.169.18.233"
            "http_method" => "GET"
            "server" => "kokorone-san.com"
            "referrer" => null
            "user_agent" => null
            "file" => "/home/kokoronesan/www/kokorone-san.com/src/Eccube/EventListener/LogListener.php"
            "line" => 143
            "class" => "Eccube\EventListener\LogListener"
            "function" => "onKernelException"
            "uid" => "e1528b2"
            "user_id" => "N/A"
            "session_id" => "N/A"
          ]
        ]
        [
          "message" => "fallback to PC layout"
          "context" => []
          "level" => 200
          "level_name" => "INFO"
          "channel" => "front"
          "datetime" => DateTime @1727533215 {#1436
            date: 2024-09-28 23:20:15.730339 Asia/Tokyo (+09:00)
          }
          "extra" => [
            "url" => "/wsoyanz.php"
            "ip" => "52.169.18.233"
            "http_method" => "GET"
            "server" => "kokorone-san.com"
            "referrer" => null
            "user_agent" => null
            "file" => "/home/kokoronesan/www/kokorone-san.com/src/Eccube/Log/Logger.php"
            "line" => 66
            "class" => "Eccube\Log\Logger"
            "function" => "log"
            "uid" => "e1528b2"
            "user_id" => "N/A"
            "session_id" => "N/A"
          ]
        ]
        [
          "message" => "LOGIC END"
          "context" => [
            null
          ]
          "level" => 200
          "level_name" => "INFO"
          "channel" => "app"
          "datetime" => DateTime @1727533215 {#1602
            date: 2024-09-28 23:20:15.795072 Asia/Tokyo (+09:00)
          }
          "extra" => [
            "url" => "/wsoyanz.php"
            "ip" => "52.169.18.233"
            "http_method" => "GET"
            "server" => "kokorone-san.com"
            "referrer" => null
            "user_agent" => null
            "file" => "/home/kokoronesan/www/kokorone-san.com/src/Eccube/EventListener/LogListener.php"
            "line" => 124
            "class" => "Eccube\EventListener\LogListener"
            "function" => "onKernelResponse"
            "uid" => "e1528b2"
            "user_id" => "N/A"
            "session_id" => "N/A"
          ]
        ]
        [
          "message" => "PROCESS END"
          "context" => [
            null
          ]
          "level" => 200
          "level_name" => "INFO"
          "channel" => "app"
          "datetime" => DateTime @1727533215 {#243
            date: 2024-09-28 23:20:15.820229 Asia/Tokyo (+09:00)
          }
          "extra" => [
            "url" => "/wsoyanz.php"
            "ip" => "52.169.18.233"
            "http_method" => "GET"
            "server" => "kokorone-san.com"
            "referrer" => null
            "user_agent" => null
            "file" => "/home/kokoronesan/www/kokorone-san.com/src/Eccube/EventListener/LogListener.php"
            "line" => 133
            "class" => "Eccube\EventListener\LogListener"
            "function" => "onKernelTerminate"
            "uid" => "e1528b2"
            "user_id" => "N/A"
            "session_id" => "N/A"
          ]
        ]
        [
          "message" => "Transaction is not active. Rollback skipped."
          "context" => []
          "level" => 100
          "level_name" => "DEBUG"
          "channel" => "app"
          "datetime" => DateTime @1727533215 {#267
            date: 2024-09-28 23:20:15.820339 Asia/Tokyo (+09:00)
          }
          "extra" => [
            "url" => "/wsoyanz.php"
            "ip" => "52.169.18.233"
            "http_method" => "GET"
            "server" => "kokorone-san.com"
            "referrer" => null
            "user_agent" => null
            "file" => "/home/kokoronesan/www/kokorone-san.com/src/Eccube/Log/Logger.php"
            "line" => 68
            "class" => "Eccube\Log\Logger"
            "function" => "log"
            "uid" => "e1528b2"
            "user_id" => "N/A"
            "session_id" => "N/A"
          ]
        ]
      ]
      #initialized: true
      #level: 100
      #bubble: true
      #formatter: null
      #processors: []
    }
    Symfony\Bridge\Monolog\Handler\ConsoleHandler {#88
      -output: null
      -verbosityLevelMap: [
        16 => 400
        32 => 300
        64 => 250
        128 => 200
        256 => 100
      ]
      -consoleFormatterOptions: []
      #level: 100
      #bubble: true
      #formatter: null
      #processors: []
    }
  ]
  #processors: [
    Symfony\Bridge\Monolog\Processor\WebProcessor {#87
      #serverData: [
        "REDIRECT_HTTP_AUTHORIZATION" => ""
        "REDIRECT_STATUS" => "200"
        "HTTP_AUTHORIZATION" => ""
        "HTTP_HOST" => "kokorone-san.com"
        "HTTP_X_REAL_IP" => "52.169.18.233"
        "HTTP_LISTEN_IPADDR" => "219.94.129.209"
        "PATH" => "/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
        "SERVER_SIGNATURE" => ""
        "SERVER_SOFTWARE" => "Apache"
        "SERVER_NAME" => "kokorone-san.com"
        "SERVER_ADDR" => "100.64.0.35"
        "SERVER_PORT" => "80"
        "REMOTE_ADDR" => "52.169.18.233"
        "DOCUMENT_ROOT" => "/home/kokoronesan/www/kokorone-san.com"
        "REQUEST_SCHEME" => "http"
        "CONTEXT_PREFIX" => ""
        "CONTEXT_DOCUMENT_ROOT" => "/home/kokoronesan/www/kokorone-san.com"
        "SERVER_ADMIN" => "[no address given]"
        "SCRIPT_FILENAME" => "/home/kokoronesan/www/kokorone-san.com/index.php"
        "REMOTE_PORT" => "0"
        "REDIRECT_URL" => "/wsoyanz.php"
        "GATEWAY_INTERFACE" => "CGI/1.1"
        "SERVER_PROTOCOL" => "HTTP/1.1"
        "REQUEST_METHOD" => "GET"
        "QUERY_STRING" => ""
        "REQUEST_URI" => "/wsoyanz.php"
        "SCRIPT_NAME" => "/index.php"
        "PHP_SELF" => "/index.php"
        "REQUEST_TIME_FLOAT" => 1727533215.65
        "REQUEST_TIME" => 1727533215
        "argv" => []
        "argc" => 0
        "APP_ENV" => "dev"
        "APP_DEBUG" => "0"
        "DATABASE_URL" => "mysql://kokoronesan:et5k_XG9i-Sv@mysql633.db.sakura.ne.jp:3306/kokoronesan_db"
        "DATABASE_SERVER_VERSION" => "5.7.36-log"
        "MAILER_URL" => "smtp://localhost:25"
        "ECCUBE_AUTH_MAGIC" => "U07HGBEPZdN7WFAKC6hsRxBWbWC4rBY7"
        "ECCUBE_ADMIN_ALLOW_HOSTS" => "[]"
        "ECCUBE_FORCE_SSL" => "true"
        "ECCUBE_ADMIN_ROUTE" => "kokoronesan_admin"
        "ECCUBE_COOKIE_PATH" => "/"
        "ECCUBE_TEMPLATE_CODE" => "default"
        "ECCUBE_LOCALE" => "ja"
      ]
      #extraFields: [
        "url" => "REQUEST_URI"
        "ip" => "REMOTE_ADDR"
        "http_method" => "REQUEST_METHOD"
        "server" => "SERVER_NAME"
        "referrer" => "HTTP_REFERER"
        "user_agent" => "HTTP_USER_AGENT"
      ]
    }
    Monolog\Processor\IntrospectionProcessor {#86
      -level: "!php/const:Monolog\Logger::DEBUG"
      -skipClassesPartials: [
        "Monolog\"
        "Eccube\\Log"
        "Psr\\Log"
      ]
      -skipStackFramesCount: 0
      -skipFunctions: [
        "call_user_func"
        "call_user_func_array"
      ]
    }
    Monolog\Processor\UidProcessor {#85
      -uid: "e1528b2"
    }
    Eccube\Log\Processor\TokenProcessor {#82
      #tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#80 …}
    }
    Eccube\Log\Processor\SessionProcessor {#70
      #session: Symfony\Component\HttpFoundation\Session\Session {#71 …}
    }
  ]
  #microsecondTimestamps: true
  #exceptionHandler: null
}