| logger | 
                Symfony\Bridge\Monolog\Processor\DebugProcessor {#121
  -records: [
    4 => [
      [
        "timestamp" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.091+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.091+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.091+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.091+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.091+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.091+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.093+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://credifastdev.com/robots.txt"" at RouterListener.php line 156"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#323
            #message: "No route found for "GET http://credifastdev.com/robots.txt""
            #code: 0
            #file: "/mnt/www/credifast/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 156
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#169 …}
            -statusCode: 404
            -headers: []
            trace: {
              /mnt/www/credifast/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) {
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /mnt/www/credifast/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);
                › }
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/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);
                › 
              }
              /mnt/www/credifast/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) {
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /mnt/www/credifast/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /mnt/www/credifast/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/mnt/www/credifast/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.126+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.126+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.126+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.126+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.126+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.126+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.127+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.127+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.127+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.127+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.127+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.127+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.127+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.127+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.127+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.127+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.128+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.128+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.128+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.128+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.128+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"
      ]
    ]
    459 => [
      [
        "timestamp" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.093+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.093+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.093+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.093+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.093+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.093+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.093+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.093+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.093+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.093+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.094+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.094+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.095+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.095+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.095+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.095+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerLUtaKDe\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.095+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.120+00:00"
        "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1280, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#846
            #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1280, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/mnt/www/credifast/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);
                › }
              }
              /mnt/www/credifast/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);
                › }
              }
              /mnt/www/credifast/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
                › if (! $reportFieldsWhereDeclared) {
                ›     Deprecation::trigger(
                ›         'doctrine/orm',
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/App_KernelDevDebugContainer.php:1280 {
                ContainerLUtaKDe\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
                › $a->addDriver(($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/CrediFast/Domain/Model')], false)), 'App\\CrediFast\\Domain\\Model');
                › 
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/App_KernelDevDebugContainer.php:737 {
                ContainerLUtaKDe\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
                › 
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/App_KernelDevDebugContainer.php:728 {
                ContainerLUtaKDe\App_KernelDevDebugContainer::ContainerLUtaKDe\{closure} …
                › if (true === $lazyLoad) {
                ›     return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost614a58f', static fn () => \EntityManagerGhost614a58f::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
                › }
              }
              /mnt/www/credifast/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);
                › } catch (\Throwable $e) {
              }
              /mnt/www/credifast/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerLUtaKDe\EntityManagerGhost614a58f->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
                ›     goto get_in_scope;
              }
              /mnt/www/credifast/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {
                ›     return $this->metadataFactory->getMetadataFor($className);
                › }
              }
              /mnt/www/credifast/src/CrediFast/Infrastructure/Persistence/Repository/DoctrineUserRepository.php:16 {
                App\CrediFast\Infrastructure\Persistence\Repository\DoctrineUserRepository->__construct(EntityManagerInterface $em) …
                › {
                ›     parent::__construct($em, $em->getClassMetadata(User::class));
                › }
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/getUserServiceService.php:28 {
                ContainerLUtaKDe\getUserServiceService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['App\\CrediFast\\Domain\\Service\\UserService'] = new \App\CrediFast\Domain\Service\UserService(new \App\CrediFast\Infrastructure\Persistence\Repository\DoctrineUserRepository(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container))), ($container->privates['App\\CrediFast\\Domain\\Service\\CreditService'] ?? $container->load('getCreditServiceService')));
                › }
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/App_KernelDevDebugContainer.php:517 {
                ContainerLUtaKDe\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/getLoginFormAuthenticatorService.php:29 {
                ContainerLUtaKDe\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['App\\CrediFast\\Infrastructure\\Security\\LoginFormAuthenticator'] = new \App\CrediFast\Infrastructure\Security\LoginFormAuthenticator(($container->services['router'] ?? self::getRouterService($container)), ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container)), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['App\\CrediFast\\Domain\\Service\\UserService'] ?? $container->load('getUserServiceService')));
                › }
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/App_KernelDevDebugContainer.php:517 {
                ContainerLUtaKDe\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/getSecurity_Firewall_Map_Context_MainService.php:36 {
                ContainerLUtaKDe\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
                ›         yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
                ›     }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), $b, 'main', ($container->privates['App\\CrediFast\\Infrastructure\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? self::getMonolog_Logger_SecurityService($container)), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\CrediFast\\Infrastructure\\Security\\LoginFormAuthenticator', NULL, NULL, ['form_login', 'App\\CrediFast\\Infrastructure\\Security\\LoginFormAuthenticator'], NULL, ['path' => 'app_logout', 'enable_csrf' => NULL, 'csrf_token_id' => 'logout', 'csrf_parameter' => '_csrf_token', 'target' => '/', 'invalidate_session' => true, 'clear_site_data' => [], 'delete_cookies' => []]), ($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()));
                › }
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/App_KernelDevDebugContainer.php:517 {
                ContainerLUtaKDe\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /mnt/www/credifast/vendor/symfony/dependency-injection/Container.php:399 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {
                ›     return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
                › }
              }
              /mnt/www/credifast/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],
                ›     default => ($this->factory)(...$this->serviceMap[$id]),
                › };
              }
              /mnt/www/credifast/vendor/symfony/security-bundle/Security/FirewallMap.php:66 {
                Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
                › 
                ›     return $this->container->get($contextId);
                › }
              }
              /mnt/www/credifast/vendor/symfony/security-bundle/Security/FirewallMap.php:46 {
                Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request): FirewallConfig …
                › {
                ›     return $this->getFirewallContext($request)?->getConfig();
                › }
              }
              /mnt/www/credifast/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:165 {
                Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › if ($this->firewallMap instanceof FirewallMap) {
                ›     $firewallConfig = $this->firewallMap->getFirewallConfig($request);
                ›     if (null !== $firewallConfig) {
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {
                ›     $collector->collect($request, $response, $exception);
                › 
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {
                ›     if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
                ›         return;
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /mnt/www/credifast/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);
                › }
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
                › 
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);
                › }
              }
              /mnt/www/credifast/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) {
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {
                ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
                › } catch (\Exception $e) {
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /mnt/www/credifast/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);
                › }
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
                › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
                › 
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);
                › } finally {
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /mnt/www/credifast/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /mnt/www/credifast/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/mnt/www/credifast/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.120+00:00"
        "message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#868
            #message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
            #code: 0
            #file: "/mnt/www/credifast/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);
                › }
              }
              /mnt/www/credifast/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);
                › }
              }
              /mnt/www/credifast/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
                Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
                › if (PHP_VERSION_ID >= 80100) {
                ›     Deprecation::trigger(
                ›         'doctrine/orm',
              }
              /mnt/www/credifast/vendor/doctrine/orm/src/EntityManager.php:177 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
                › $this->unitOfWork        = new UnitOfWork($this);
                › $this->proxyFactory      = new ProxyFactory(
                ›     $this,
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/App_KernelDevDebugContainer.php:737 {
                ContainerLUtaKDe\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
                › 
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/App_KernelDevDebugContainer.php:728 {
                ContainerLUtaKDe\App_KernelDevDebugContainer::ContainerLUtaKDe\{closure} …
                › if (true === $lazyLoad) {
                ›     return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhost614a58f', static fn () => \EntityManagerGhost614a58f::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));
                › }
              }
              /mnt/www/credifast/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);
                › } catch (\Throwable $e) {
              }
              /mnt/www/credifast/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerLUtaKDe\EntityManagerGhost614a58f->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {
                ›     goto get_in_scope;
              }
              /mnt/www/credifast/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {
                ›     return $this->metadataFactory->getMetadataFor($className);
                › }
              }
              /mnt/www/credifast/src/CrediFast/Infrastructure/Persistence/Repository/DoctrineUserRepository.php:16 {
                App\CrediFast\Infrastructure\Persistence\Repository\DoctrineUserRepository->__construct(EntityManagerInterface $em) …
                › {
                ›     parent::__construct($em, $em->getClassMetadata(User::class));
                › }
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/getUserServiceService.php:28 {
                ContainerLUtaKDe\getUserServiceService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['App\\CrediFast\\Domain\\Service\\UserService'] = new \App\CrediFast\Domain\Service\UserService(new \App\CrediFast\Infrastructure\Persistence\Repository\DoctrineUserRepository(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container))), ($container->privates['App\\CrediFast\\Domain\\Service\\CreditService'] ?? $container->load('getCreditServiceService')));
                › }
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/App_KernelDevDebugContainer.php:517 {
                ContainerLUtaKDe\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/getLoginFormAuthenticatorService.php:29 {
                ContainerLUtaKDe\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['App\\CrediFast\\Infrastructure\\Security\\LoginFormAuthenticator'] = new \App\CrediFast\Infrastructure\Security\LoginFormAuthenticator(($container->services['router'] ?? self::getRouterService($container)), ($container->privates['security.csrf.token_manager'] ?? self::getSecurity_Csrf_TokenManagerService($container)), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['App\\CrediFast\\Domain\\Service\\UserService'] ?? $container->load('getUserServiceService')));
                › }
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/App_KernelDevDebugContainer.php:517 {
                ContainerLUtaKDe\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/getSecurity_Firewall_Map_Context_MainService.php:36 {
                ContainerLUtaKDe\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
                ›         yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
                ›     }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), $b, 'main', ($container->privates['App\\CrediFast\\Infrastructure\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? self::getMonolog_Logger_SecurityService($container)), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\CrediFast\\Infrastructure\\Security\\LoginFormAuthenticator', NULL, NULL, ['form_login', 'App\\CrediFast\\Infrastructure\\Security\\LoginFormAuthenticator'], NULL, ['path' => 'app_logout', 'enable_csrf' => NULL, 'csrf_token_id' => 'logout', 'csrf_parameter' => '_csrf_token', 'target' => '/', 'invalidate_session' => true, 'clear_site_data' => [], 'delete_cookies' => []]), ($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()));
                › }
              }
              /mnt/www/credifast/var/cache/dev/ContainerLUtaKDe/App_KernelDevDebugContainer.php:517 {
                ContainerLUtaKDe\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
                › }
              }
              /mnt/www/credifast/vendor/symfony/dependency-injection/Container.php:399 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {
                ›     return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
                › }
              }
              /mnt/www/credifast/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],
                ›     default => ($this->factory)(...$this->serviceMap[$id]),
                › };
              }
              /mnt/www/credifast/vendor/symfony/security-bundle/Security/FirewallMap.php:66 {
                Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
                › 
                ›     return $this->container->get($contextId);
                › }
              }
              /mnt/www/credifast/vendor/symfony/security-bundle/Security/FirewallMap.php:46 {
                Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request): FirewallConfig …
                › {
                ›     return $this->getFirewallContext($request)?->getConfig();
                › }
              }
              /mnt/www/credifast/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:165 {
                Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › if ($this->firewallMap instanceof FirewallMap) {
                ›     $firewallConfig = $this->firewallMap->getFirewallConfig($request);
                ›     if (null !== $firewallConfig) {
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {
                ›     $collector->collect($request, $response, $exception);
                › 
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {
                ›     if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
                ›         return;
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /mnt/www/credifast/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);
                › }
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
                › 
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);
                › }
              }
              /mnt/www/credifast/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) {
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {
                ›     $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
                › } catch (\Exception $e) {
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }
                ›     $listener($event, $eventName, $this);
                › }
              }
              /mnt/www/credifast/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);
                › }
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
                › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
                › 
              }
              /mnt/www/credifast/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);
                › } finally {
              }
              /mnt/www/credifast/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 {
              }
              /mnt/www/credifast/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {
                ›     $response = $this->kernel->handle($this->request);
                › 
              }
              /mnt/www/credifast/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)
                ›         ->run()
                › );
              }
              /mnt/www/credifast/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
                › 
                arguments: {
                  "/mnt/www/credifast/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.121+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "user" => "credifast"
            "password" => "<redacted>"
            "host" => "127.0.0.1"
            "port" => "3306"
            "dbname" => "credifast"
            "idle_connection_ttl" => 600
            "driverOptions" => []
            "defaultTableOptions" => [
              "collation" => "utf8mb4_unicode_ci"
            ]
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.125+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.125+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.125+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.125+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.125+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.125+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.125+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.125+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.125+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.125+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.126+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.126+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.126+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.126+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" => 1762127439
        "timestamp_rfc3339" => "2025-11-02T23:50:39.126+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: [
    4 => 1
    459 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#120 …}
} |