Error 404 Not Found

GET https://37.27.205.63/.env

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_editmode
false
_pimcore_context
"default"
_stopwatch_token
"3b7d06"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1419
  #message: "No route found for "GET https://37.27.205.63/.env""
  #code: 0
  #file: "/home/cquinn/pimcore/my-project/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 156
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1491 …}
  -statusCode: 404
  -headers: []
  trace: {
    /home/cquinn/pimcore/my-project/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /home/cquinn/pimcore/my-project/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 {
    }
    /home/cquinn/pimcore/my-project/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/cquinn/pimcore/my-project/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);}
    }
    /home/cquinn/pimcore/my-project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/cquinn/pimcore/my-project/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);}
    /home/cquinn/pimcore/my-project/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) {
    }
    /home/cquinn/pimcore/my-project/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/cquinn/pimcore/my-project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/cquinn/pimcore/my-project/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/cquinn/pimcore/my-project/public/index.php:16 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/cquinn/pimcore/my-project/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#95
  -records: [
    "" => [
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.390+00:00"
        "message" => "User Deprecated: Since pimcore/simple-backend-search-bundle 12.3: The SimpleBackendSearchBundle is deprecated and will be discontinued with Pimcore Studio."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#29
            #message: "User Deprecated: Since pimcore/simple-backend-search-bundle 12.3: The SimpleBackendSearchBundle is deprecated and will be discontinued with Pimcore Studio."
            #code: 0
            #file: "/home/cquinn/pimcore/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/src/PimcoreSimpleBackendSearchBundle.php"
            #line: 31
            #severity: E_USER_DEPRECATED
            trace: {
              /home/cquinn/pimcore/my-project/vendor/pimcore/pimcore/bundles/SimpleBackendSearchBundle/src/PimcoreSimpleBackendSearchBundle.php:31 {
                Pimcore\Bundle\SimpleBackendSearchBundle\PimcoreSimpleBackendSearchBundle->__construct() …
                › {    trigger_deprecation(        'pimcore/simple-backend-search-bundle',
              }
              /home/cquinn/pimcore/my-project/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:143 {
                Pimcore\Kernel->microKernelRegisterBundles(): iterable …
                › if ($envs[$this->environment] ?? $envs['all'] ?? false) {    yield new $class();}
              }
              /home/cquinn/pimcore/my-project/vendor/pimcore/pimcore/lib/Kernel.php:186 {
                Pimcore\Kernel->registerBundles(): array …
                › if (is_file($this->getBundlesPath())) {    foreach ($this->microKernelRegisterBundles() as $flexBundle) {        $collection->addBundle($flexBundle);
              }
              /home/cquinn/pimcore/my-project/vendor/symfony/http-kernel/Kernel.php:339 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /home/cquinn/pimcore/my-project/vendor/symfony/http-kernel/Kernel.php:743 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /home/cquinn/pimcore/my-project/vendor/symfony/http-kernel/Kernel.php:120 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                › if (null === $this->container) {    $this->preBoot();}
              }
              /home/cquinn/pimcore/my-project/vendor/pimcore/pimcore/lib/Kernel.php:138 {
                Pimcore\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /home/cquinn/pimcore/my-project/vendor/pimcore/pimcore/lib/Bootstrap.php:257 {
                Pimcore\Bootstrap::kernel(): KernelInterface …
                › Pimcore::setKernel($kernel);$kernel->boot();}
              /home/cquinn/pimcore/my-project/public/index.php:27 {
                {closure} …
                › Bootstrap::bootstrap();$kernel = Bootstrap::kernel();}
              /home/cquinn/pimcore/my-project/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
                Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
                › static function (...$arguments) use ($closure) {    if (\is_object($app = $closure(...$arguments)) || null === $app) {        return $app;
              }
              /home/cquinn/pimcore/my-project/vendor/autoload_runtime.php:27 {
                require_once …
                › 
                › $app = $app(...$args);}
              /home/cquinn/pimcore/my-project/public/index.php:16 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/cquinn/pimcore/my-project/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.390+00:00"
        "message" => "User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#60
            #message: "User Deprecated: Since pimcore/admin-ui-classic-bundle 2.3: The AdminUiClassicBundle is deprecated and will be discontinued with Pimcore Studio."
            #code: 0
            #file: "/home/cquinn/pimcore/my-project/vendor/pimcore/admin-ui-classic-bundle/src/PimcoreAdminBundle.php"
            #line: 40
            #severity: E_USER_DEPRECATED
            trace: {
              /home/cquinn/pimcore/my-project/vendor/pimcore/admin-ui-classic-bundle/src/PimcoreAdminBundle.php:40 {
                Pimcore\Bundle\AdminBundle\PimcoreAdminBundle->__construct() …
                › {    trigger_deprecation(        'pimcore/admin-ui-classic-bundle',
              }
              /home/cquinn/pimcore/my-project/src/Kernel.php:29 {
                App\Kernel->registerBundlesToCollection(BundleCollection $collection): void …
                › if (class_exists(PimcoreAdminBundle::class)) {    $collection->addBundle(new PimcoreAdminBundle(), 60);}
              }
              /home/cquinn/pimcore/my-project/vendor/pimcore/pimcore/lib/Kernel.php:195 {
                Pimcore\Kernel->registerBundles(): array …
                › // custom bundles$this->registerBundlesToCollection($collection);}
              /home/cquinn/pimcore/my-project/vendor/symfony/http-kernel/Kernel.php:339 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /home/cquinn/pimcore/my-project/vendor/symfony/http-kernel/Kernel.php:743 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /home/cquinn/pimcore/my-project/vendor/symfony/http-kernel/Kernel.php:120 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                › if (null === $this->container) {    $this->preBoot();}
              }
              /home/cquinn/pimcore/my-project/vendor/pimcore/pimcore/lib/Kernel.php:138 {
                Pimcore\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /home/cquinn/pimcore/my-project/vendor/pimcore/pimcore/lib/Bootstrap.php:257 {
                Pimcore\Bootstrap::kernel(): KernelInterface …
                › Pimcore::setKernel($kernel);$kernel->boot();}
              /home/cquinn/pimcore/my-project/public/index.php:27 {
                {closure} …
                › Bootstrap::bootstrap();$kernel = Bootstrap::kernel();}
              /home/cquinn/pimcore/my-project/vendor/symfony/runtime/Resolver/DebugClosureResolver.php:25 {
                Symfony\Component\Runtime\Resolver\DebugClosureResolver::Symfony\Component\Runtime\Resolver\{closure} …
                › static function (...$arguments) use ($closure) {    if (\is_object($app = $closure(...$arguments)) || null === $app) {        return $app;
              }
              /home/cquinn/pimcore/my-project/vendor/autoload_runtime.php:27 {
                require_once …
                › 
                › $app = $app(...$args);}
              /home/cquinn/pimcore/my-project/public/index.php:16 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/cquinn/pimcore/my-project/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.391+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "pimcore.system.configuration.get"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener::updateSystemConfiguration"
        ]
        "channel" => "event"
      ]
    ]
    16 => [
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.393+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "charset" => "UTF8MB4"
            "host" => "localhost"
            "port" => 3306
            "user" => "pimcore_user"
            "password" => "<redacted>"
            "dbname" => "pimcore"
            "idle_connection_ttl" => 600
            "driverOptions" => [
              1002 => "SET sql_mode = '';"
            ]
            "serverVersion" => "10.11.14-MariaDB-0+deb12u2"
            "defaultTableOptions" => [
              "charset" => "UTF8MB4"
              "engine" => "InnoDB"
              "collate" => "utf8mb4_unicode_520_ci"
            ]
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.394+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1771102260
            2 => "site_domain_ea82200f38bd38a23616fe13c3f90a52"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1365
              +name: "INTEGER"
            }
            2 => Doctrine\DBAL\ParameterType {#1378
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.394+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)"
          "params" => [
            1 => 1771102260
            2 => "system\x01tags\x01"
            3 => "site\x01tags\x01"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1365}
            2 => Doctrine\DBAL\ParameterType {#1378}
            3 => Doctrine\DBAL\ParameterType {#1378}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.394+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "site_domain_ea82200f38bd38a23616fe13c3f90a52"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.395+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1771102260
            2 => "maintenance_mode"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1365}
            2 => Doctrine\DBAL\ParameterType {#1378}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.395+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "maintenance_mode"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.396+00:00"
        "message" => "Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/.env/".""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.396+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
          "params" => [
            1 => "/"
            2 => ".env"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1378}
            2 => Doctrine\DBAL\ParameterType {#1378}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.397+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
          "params" => [
            1 => "/.env"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1378}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.397+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
          "params" => [
            1 => "/"
            2 => ".env"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1378}
            2 => Doctrine\DBAL\ParameterType {#1378}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.397+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?"
          "params" => [
            1 => "/.env"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1378}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.397+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?"
          "params" => [
            1 => "/"
            2 => ""
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1378}
            2 => Doctrine\DBAL\ParameterType {#1378}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.398+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1771102260
            2 => "document_1"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1365}
            2 => Doctrine\DBAL\ParameterType {#1378}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.398+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)"
          "params" => [
            1 => 1771102260
            2 => "document_1\x01tags\x01"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#1365}
            2 => Doctrine\DBAL\ParameterType {#1378}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.398+00:00"
        "message" => "Successfully got data for key {key} from cache"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "key" => "document_1"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.398+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT * FROM object_url_slugs WHERE slug = '/.env' AND siteId = 0 ORDER BY siteId DESC LIMIT 1"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.398+00:00"
        "message" => "Router Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter was not able to match, message """
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.398+00:00"
        "message" => "Router Pimcore\Routing\Element\Router was not able to match, message "No routes found for "/.env".""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.399+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://37.27.205.63/.env"" at RouterListener.php line 156"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1419
            #message: "No route found for "GET https://37.27.205.63/.env""
            #code: 0
            #file: "/home/cquinn/pimcore/my-project/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 156
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1491 …}
            -statusCode: 404
            -headers: []
            trace: {
              /home/cquinn/pimcore/my-project/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /home/cquinn/pimcore/my-project/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 {
              }
              /home/cquinn/pimcore/my-project/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/cquinn/pimcore/my-project/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);}
              }
              /home/cquinn/pimcore/my-project/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/cquinn/pimcore/my-project/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);}
              /home/cquinn/pimcore/my-project/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) {
              }
              /home/cquinn/pimcore/my-project/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/cquinn/pimcore/my-project/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/cquinn/pimcore/my-project/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/cquinn/pimcore/my-project/public/index.php:16 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/cquinn/pimcore/my-project/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.423+00:00"
        "message" => "Resolved editmode to {editmode}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "editmode" => "false"
          "params" => [
            "param" => false
            "adminRequest" => false
            "user" => false
          ]
        ]
        "channel" => "init"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.425+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.425+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.425+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.425+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.425+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.425+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.425+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.425+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.425+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.425+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.425+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1573 => [
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00: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" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.401+00:00"
        "message" => "Resolved editmode to {editmode}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "editmode" => "false"
          "params" => [
            "param" => false
            "adminRequest" => false
            "user" => false
          ]
        ]
        "channel" => "init"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.401+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.401+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.401+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.401+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.401+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.401+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.401+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.401+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.401+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.401+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.401+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerKWrvaNZ\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.402+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1771102260
        "timestamp_rfc3339" => "2026-02-14T20:51:00.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    16 => 1
    1573 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#94 …}
}

Request Headers

Header Value
accept-encoding
"gzip, deflate, br"
host
"37.27.205.63"
user-agent
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
x-php-ob-level
"1"

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, 14 Feb 2026 20:51:00 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2F37.27.205.63%2F.env%22"
x-debug-exception-file
"%2Fhome%2Fcquinn%2Fpimcore%2Fmy-project%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:156"
x-debug-token
"14b84f"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
PIMCORE_DEV_MODE
"false"

Defined as regular env variables

Key Value
APP_PROJECT_DIR
"/home/cquinn/pimcore/my-project"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/cquinn/pimcore/my-project"
]
CONTEXT_DOCUMENT_ROOT
"/home/cquinn/pimcore/my-project/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/cquinn/pimcore/my-project/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_HOST
"37.27.205.63"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/.env"
REMOTE_ADDR
"45.55.216.226"
REMOTE_PORT
"58359"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1771102260
REQUEST_TIME_FLOAT
1771102260.3877
REQUEST_URI
"/.env"
SCRIPT_FILENAME
"/home/cquinn/pimcore/my-project/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"37.27.205.63"
SERVER_ADMIN
"webmaster@edataservices.org"
SERVER_NAME
"37.27.205.63"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_PATH
"/home/cquinn/pimcore/my-project/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,PIMCORE_DEV_MODE"

Parent Request

Return to parent request (token = 73b1e1)

Key Value
_editmode
false
_pimcore_context
"default"
_pimcore_frontend_request
true
_remove_csp_headers
true
_stopwatch_token
"63fde0"