Error 404 Not Found

GET http://core.credifastdev.com/robots.txt

Forwarded to ErrorController (7f9560)

Request / Response

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_remove_csp_headers
true
_stopwatch_token
"763847"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"core.credifastdev.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
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
"Tue, 22 Oct 2024 21:34:12 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20http%3A%2F%2Fcore.credifastdev.com%2Frobots.txt%22"
x-debug-exception-file
"%2Fmnt%2Fwww%2Fcredifast_core%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:127"
x-debug-token
"526035"
x-debug-token-link
"http://core.credifastdev.com/_profiler/7f9560"
x-previous-debug-token
"7f9560"
x-robots-tag
"noindex"

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
API_KEY
"ErsqHGBq0M"
APP_ENV
"dev"
APP_SECRET
"617cd7b668b8b08ebe2e32b3f2e2415"
BASE_FRONT_URL
"http://credifastdev.com/"
BASE_URL
"http://core.credifastdev.com/"
COTIZATIONS_API_URL
"https://cotizaciones.bcu.gub.uy/wscotizaciones/servlet/"
DATABASE_URL
"mysql://credifast:Adocby@503@127.0.0.1:3306/credifast_core"
MAILER_DSN
"mailjet+api://b6866dc82262c928e3cb340d43e6c24e:4216dc7ecc91859be9004e62343958de@default"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
PRIMARY_EMAIL
"diego.alfie11@gmail.com"
SECONDARY_EMAIL
"simonberton@gmail.com"
SENDER
"admin@credifastdev.com"
TWILIO_ACCOUNT_SID
"pending"
TWILIO_AUTH_TOKEN
"pending"
TWILIO_SMS_NUMBER
"pending"
TWILIO_WHATSAPP_NUMBER
"pending"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/mnt/www/credifast_core/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"core.credifastdev.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"3.147.78.151"
REMOTE_PORT
"24618"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1729632852
REQUEST_TIME_FLOAT
1729632852.7406
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/mnt/www/credifast_core/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"159.203.94.145"
SERVER_NAME
"core.credifastdev.com"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"DATABASE_URL,APP_ENV,APP_SECRET,MAILER_DSN,COTIZATIONS_API_URL,API_KEY,BASE_URL,BASE_FRONT_URL,SENDER,PRIMARY_EMAIL,SECONDARY_EMAIL,MESSENGER_TRANSPORT_DSN,TWILIO_ACCOUNT_SID,TWILIO_AUTH_TOKEN,TWILIO_WHATSAPP_NUMBER,TWILIO_SMS_NUMBER"
USER
"www-data"

Sub Requests 1

ErrorController (token = 7f9560)

Key Value
_controller
"error_controller"
_stopwatch_token
"106e8d"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#923
  #message: "No route found for "GET http://core.credifastdev.com/robots.txt""
  #code: 0
  #file: "/mnt/www/credifast_core/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 127
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#769 …}
  -statusCode: 404
  -headers: []
  trace: {
    /mnt/www/credifast_core/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      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_core/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /mnt/www/credifast_core/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_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
      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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
      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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#376
  -records: [
    "" => [
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.751-03:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.4: "Symfony\Bridge\Doctrine\Logger\DbalLogger" is deprecated, use a middleware instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#391
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.4: "Symfony\Bridge\Doctrine\Logger\DbalLogger" is deprecated, use a middleware instead."
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php:18 {
                include_once …
                › 
                › trigger_deprecation('symfony/doctrine-bridge', '6.4', '"%s" is deprecated, use a middleware instead.', DbalLogger::class);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:360 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
              }
              /mnt/www/credifast_core/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/Kernel.php:417 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/Kernel.php:763 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /mnt/www/credifast_core/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /mnt/www/credifast_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
    ]
    10 => [
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.752-03:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#207
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/getAnnotations_CachedReaderService.php:23 {
                ContainerYAJLfUD\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:549 {
                ContainerYAJLfUD\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1462 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/CrediFastCore/Domain/Model')]);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:789 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'App\\CrediFastCore\\Domain\\Model');}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:763 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerProxyEbeb667', static fn () => \EntityManagerProxyEbeb667::createLazyProxy(static fn () => self::getDoctrine_Orm_DefaultEntityManagerService($container, false)));}
              }
              /mnt/www/credifast_core/vendor/symfony/var-exporter/LazyProxyTrait.php:95 {
                ContainerYAJLfUD\EntityManagerProxyEbeb667->__get&($name): mixed …
                › if ($state = $this->lazyObjectState ?? null) {    $instance = $state->realInstance ??= ($state->initializer)();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.752-03:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#205
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/getAnnotations_ReaderService.php:23 {
                ContainerYAJLfUD\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:549 {
                ContainerYAJLfUD\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/getAnnotations_CachedReaderService.php:25 {
                ContainerYAJLfUD\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:549 {
                ContainerYAJLfUD\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1462 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/CrediFastCore/Domain/Model')]);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:789 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'App\\CrediFastCore\\Domain\\Model');}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:763 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerProxyEbeb667', static fn () => \EntityManagerProxyEbeb667::createLazyProxy(static fn () => self::getDoctrine_Orm_DefaultEntityManagerService($container, false)));}
              }
              /mnt/www/credifast_core/vendor/symfony/var-exporter/LazyProxyTrait.php:95 {
                ContainerYAJLfUD\EntityManagerProxyEbeb667->__get&($name): mixed …
                › if ($state = $this->lazyObjectState ?? null) {    $instance = $state->realInstance ??= ($state->initializer)();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.752-03:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#198
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/getAnnotations_CacheAdapterService.php:23 {
                ContainerYAJLfUD\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:549 {
                ContainerYAJLfUD\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/getAnnotations_CachedReaderService.php:25 {
                ContainerYAJLfUD\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:549 {
                ContainerYAJLfUD\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1462 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/CrediFastCore/Domain/Model')]);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:789 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'App\\CrediFastCore\\Domain\\Model');}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:763 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerProxyEbeb667', static fn () => \EntityManagerProxyEbeb667::createLazyProxy(static fn () => self::getDoctrine_Orm_DefaultEntityManagerService($container, false)));}
              }
              /mnt/www/credifast_core/vendor/symfony/var-exporter/LazyProxyTrait.php:95 {
                ContainerYAJLfUD\EntityManagerProxyEbeb667->__get&($name): mixed …
                › if ($state = $this->lazyObjectState ?? null) {    $instance = $state->realInstance ??= ($state->initializer)();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.752-03:00"
        "message" => "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:71 called by App_KernelDevDebugContainer.php:1462, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#188
            #message: "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:71 called by App_KernelDevDebugContainer.php:1462, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:71 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
                ›     'https://github.com/doctrine/orm/issues/10098',    'The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver.');
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1462 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/CrediFastCore/Domain/Model')]);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:789 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'App\\CrediFastCore\\Domain\\Model');}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:763 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerProxyEbeb667', static fn () => \EntityManagerProxyEbeb667::createLazyProxy(static fn () => self::getDoctrine_Orm_DefaultEntityManagerService($container, false)));}
              }
              /mnt/www/credifast_core/vendor/symfony/var-exporter/LazyProxyTrait.php:95 {
                ContainerYAJLfUD\EntityManagerProxyEbeb667->__get&($name): mixed …
                › if ($state = $this->lazyObjectState ?? null) {    $instance = $state->realInstance ??= ($state->initializer)();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.752-03: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 also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:82 called by App_KernelDevDebugContainer.php:1462, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#186
            #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 also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:82 called by App_KernelDevDebugContainer.php:1462, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:82 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
                ›     '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 also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true.',    self::class);
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1462 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/src/CrediFastCore/Domain/Model')]);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:789 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'App\\CrediFastCore\\Domain\\Model');}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:763 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerProxyEbeb667', static fn () => \EntityManagerProxyEbeb667::createLazyProxy(static fn () => self::getDoctrine_Orm_DefaultEntityManagerService($container, false)));}
              }
              /mnt/www/credifast_core/vendor/symfony/var-exporter/LazyProxyTrait.php:95 {
                ContainerYAJLfUD\EntityManagerProxyEbeb667->__get&($name): mixed …
                › if ($state = $this->lazyObjectState ?? null) {    $instance = $state->realInstance ??= ($state->initializer)();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.753-03:00"
        "message" => "User Deprecated: DebugStack is deprecated. (DebugStack.php:41 called by App_KernelDevDebugContainer.php:739, https://github.com/doctrine/dbal/pull/4967, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#161
            #message: "User Deprecated: DebugStack is deprecated. (DebugStack.php:41 called by App_KernelDevDebugContainer.php:739, https://github.com/doctrine/dbal/pull/4967, package doctrine/dbal)"
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /mnt/www/credifast_core/vendor/doctrine/dbal/src/Logging/DebugStack.php:41 {
                Doctrine\DBAL\Logging\DebugStack->__construct() …
                ›     'https://github.com/doctrine/dbal/pull/4967',    'DebugStack is deprecated.',);
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:739 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
                › 
                › $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([new \Symfony\Bridge\Doctrine\Logger\DbalLogger(NULL, ($container->services['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))), ($container->privates['doctrine.dbal.logger.profiling.default'] ??= new \Doctrine\DBAL\Logging\DebugStack())]));$a->setMiddlewares([new \Doctrine\DBAL\Logging\Middleware($b)]);
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:812 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = \Doctrine\ORM\EntityManager::create(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:763 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerProxyEbeb667', static fn () => \EntityManagerProxyEbeb667::createLazyProxy(static fn () => self::getDoctrine_Orm_DefaultEntityManagerService($container, false)));}
              }
              /mnt/www/credifast_core/vendor/symfony/var-exporter/LazyProxyTrait.php:95 {
                ContainerYAJLfUD\EntityManagerProxyEbeb667->__get&($name): mixed …
                › if ($state = $this->lazyObjectState ?? null) {    $instance = $state->realInstance ??= ($state->initializer)();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.753-03:00"
        "message" => "User Deprecated: The "url" connection parameter is deprecated. Please use Doctrine\DBAL\Tools\DsnParser to parse a database url before calling Doctrine\DBAL\DriverManager. (DriverManager.php:262 called by DriverManager.php:173, https://github.com/doctrine/dbal/pull/5843, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#156
            #message: "User Deprecated: The "url" connection parameter is deprecated. Please use Doctrine\DBAL\Tools\DsnParser to parse a database url before calling Doctrine\DBAL\DriverManager. (DriverManager.php:262 called by DriverManager.php:173, https://github.com/doctrine/dbal/pull/5843, package doctrine/dbal)"
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /mnt/www/credifast_core/vendor/doctrine/dbal/src/DriverManager.php:262 {
                Doctrine\DBAL\DriverManager::parseDatabaseUrl(array $params): array …
                ›     DsnParser::class,    self::class,);
              }
              /mnt/www/credifast_core/vendor/doctrine/dbal/src/DriverManager.php:173 {
                Doctrine\DBAL\DriverManager::getConnection(array $params, Configuration $config = null, EventManager $eventManager = null): Connection …
                › $eventManager ??= new EventManager();$params         = self::parseDatabaseUrl($params);}
              /mnt/www/credifast_core/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:115 {
                Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
                › } else {    $connection = DriverManager::getConnection($params, $config, $eventManager);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:752 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
                ›         'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',    ]), ['doctrine.orm.messenger.doctrine_schema_subscriber', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', [['loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:812 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = \Doctrine\ORM\EntityManager::create(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:763 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerProxyEbeb667', static fn () => \EntityManagerProxyEbeb667::createLazyProxy(static fn () => self::getDoctrine_Orm_DefaultEntityManagerService($container, false)));}
              }
              /mnt/www/credifast_core/vendor/symfony/var-exporter/LazyProxyTrait.php:95 {
                ContainerYAJLfUD\EntityManagerProxyEbeb667->__get&($name): mixed …
                › if ($state = $this->lazyObjectState ?? null) {    $instance = $state->realInstance ??= ($state->initializer)();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.753-03:00"
        "message" => "User Deprecated: Not configuring a schema manager factory is deprecated. Use Doctrine\DBAL\Schema\DefaultSchemaManagerFactory which is going to be the default in DBAL 4. (Connection.php:227 called by DriverManager.php:197, https://github.com/doctrine/dbal/issues/5812, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#151
            #message: "User Deprecated: Not configuring a schema manager factory is deprecated. Use Doctrine\DBAL\Schema\DefaultSchemaManagerFactory which is going to be the default in DBAL 4. (Connection.php:227 called by DriverManager.php:197, https://github.com/doctrine/dbal/issues/5812, package doctrine/dbal)"
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /mnt/www/credifast_core/vendor/doctrine/dbal/src/Connection.php:227 {
                Doctrine\DBAL\Connection->__construct(array $params, Driver $driver, Configuration $config = null, EventManager $eventManager = null) …
                ›         . ' Use %s which is going to be the default in DBAL 4.',    DefaultSchemaManagerFactory::class,);
              }
              /mnt/www/credifast_core/vendor/doctrine/dbal/src/DriverManager.php:197 {
                Doctrine\DBAL\DriverManager::getConnection(array $params, Configuration $config = null, EventManager $eventManager = null): Connection …
                › 
                ›     return new $wrapperClass($params, $driver, $config, $eventManager);}
              }
              /mnt/www/credifast_core/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:115 {
                Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
                › } else {    $connection = DriverManager::getConnection($params, $config, $eventManager);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:752 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Dbal_DefaultConnectionService($container) …
                ›         'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',    ]), ['doctrine.orm.messenger.doctrine_schema_subscriber', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', [['loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:812 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = \Doctrine\ORM\EntityManager::create(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:763 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerProxyEbeb667', static fn () => \EntityManagerProxyEbeb667::createLazyProxy(static fn () => self::getDoctrine_Orm_DefaultEntityManagerService($container, false)));}
              }
              /mnt/www/credifast_core/vendor/symfony/var-exporter/LazyProxyTrait.php:95 {
                ContainerYAJLfUD\EntityManagerProxyEbeb667->__get&($name): mixed …
                › if ($state = $this->lazyObjectState ?? null) {    $instance = $state->realInstance ??= ($state->initializer)();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.753-03:00"
        "message" => "User Deprecated: Doctrine\ORM\EntityManager::create() is deprecated. To bootstrap a DBAL connection, call Doctrine\DBAL\DriverManager::getConnection() instead. Use the constructor to create an instance of Doctrine\ORM\EntityManager. (EntityManager.php:993 called by App_KernelDevDebugContainer.php:812, https://github.com/doctrine/orm/pull/9961, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#159
            #message: "User Deprecated: Doctrine\ORM\EntityManager::create() is deprecated. To bootstrap a DBAL connection, call Doctrine\DBAL\DriverManager::getConnection() instead. Use the constructor to create an instance of Doctrine\ORM\EntityManager. (EntityManager.php:993 called by App_KernelDevDebugContainer.php:812, https://github.com/doctrine/orm/pull/9961, package doctrine/orm)"
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:993 {
                Doctrine\ORM\EntityManager::create($connection, Configuration $config, EventManager $eventManager = null) …
                ›     DriverManager::class,    self::class);
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:812 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = \Doctrine\ORM\EntityManager::create(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:763 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerProxyEbeb667', static fn () => \EntityManagerProxyEbeb667::createLazyProxy(static fn () => self::getDoctrine_Orm_DefaultEntityManagerService($container, false)));}
              }
              /mnt/www/credifast_core/vendor/symfony/var-exporter/LazyProxyTrait.php:95 {
                ContainerYAJLfUD\EntityManagerProxyEbeb667->__get&($name): mixed …
                › if ($state = $this->lazyObjectState ?? null) {    $instance = $state->realInstance ??= ($state->initializer)();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.753-03:00"
        "message" => "User Deprecated: Doctrine\DBAL\Connection::getEventManager is deprecated. (Connection.php:302 called by EntityManager.php:167, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#148
            #message: "User Deprecated: Doctrine\DBAL\Connection::getEventManager is deprecated. (Connection.php:302 called by EntityManager.php:167, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:173 {
                Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /mnt/www/credifast_core/vendor/doctrine/dbal/src/Connection.php:302 {
                Doctrine\DBAL\Connection->getEventManager() …
                ›     '%s is deprecated.',    __METHOD__,);
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:167 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, EventManager $eventManager = null) …
                › $this->config       = $config;$this->eventManager = $eventManager ?? $conn->getEventManager();}
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:998 {
                Doctrine\ORM\EntityManager::create($connection, Configuration $config, EventManager $eventManager = null) …
                › 
                ›     return new EntityManager($connection, $config);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:812 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = \Doctrine\ORM\EntityManager::create(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:763 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerProxyEbeb667', static fn () => \EntityManagerProxyEbeb667::createLazyProxy(static fn () => self::getDoctrine_Orm_DefaultEntityManagerService($container, false)));}
              }
              /mnt/www/credifast_core/vendor/symfony/var-exporter/LazyProxyTrait.php:95 {
                ContainerYAJLfUD\EntityManagerProxyEbeb667->__get&($name): mixed …
                › if ($state = $this->lazyObjectState ?? null) {    $instance = $state->realInstance ??= ($state->initializer)();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.754-03: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:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#138
            #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:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:169 {
                Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
                ›     'https://github.com/doctrine/orm/pull/10837/',    '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.');
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:182 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, EventManager $eventManager = null) …
                ›     $config->getProxyNamespace(),    $config->getAutoGenerateProxyClasses());
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:998 {
                Doctrine\ORM\EntityManager::create($connection, Configuration $config, EventManager $eventManager = null) …
                › 
                ›     return new EntityManager($connection, $config);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:812 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = \Doctrine\ORM\EntityManager::create(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:763 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerProxyEbeb667', static fn () => \EntityManagerProxyEbeb667::createLazyProxy(static fn () => self::getDoctrine_Orm_DefaultEntityManagerService($container, false)));}
              }
              /mnt/www/credifast_core/vendor/symfony/var-exporter/LazyProxyTrait.php:95 {
                ContainerYAJLfUD\EntityManagerProxyEbeb667->__get&($name): mixed …
                › if ($state = $this->lazyObjectState ?? null) {    $instance = $state->realInstance ??= ($state->initializer)();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.758-03:00"
        "message" => "User Deprecated: MySQL 5.6 support is deprecated and will be removed in DBAL 4. Consider upgrading to MySQL 5.7 or later. (AbstractMySQLDriver.php:97 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5072, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#529
            #message: "User Deprecated: MySQL 5.6 support is deprecated and will be removed in DBAL 4. Consider upgrading to MySQL 5.7 or later. (AbstractMySQLDriver.php:97 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5072, package doctrine/dbal)"
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
            #line: 210
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /mnt/www/credifast_core/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /mnt/www/credifast_core/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:97 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->createDatabasePlatformForVersion($version) …
                ›     'MySQL 5.6 support is deprecated and will be removed in DBAL 4.'    . ' Consider upgrading to MySQL 5.7 or later.',);
              }
              /mnt/www/credifast_core/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:68 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->createDatabasePlatformForVersion($version) …
                › if ($this->wrappedDriver instanceof VersionAwarePlatformDriver) {    return $this->wrappedDriver->createDatabasePlatformForVersion($version);}
              }
              /mnt/www/credifast_core/vendor/doctrine/dbal/src/Connection.php:416 {
                Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
                › 
                ›     return $this->_driver->createDatabasePlatformForVersion($version);}
              }
              /mnt/www/credifast_core/vendor/doctrine/dbal/src/Connection.php:318 {
                Doctrine\DBAL\Connection->getDatabasePlatform() …
                › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:871 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
                › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:629 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
                › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /mnt/www/credifast_core/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.758-03:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaListener" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#542
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaListener" instead."
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php:18 {
                include_once …
                › 
                › trigger_deprecation('symfony/doctrine-bridge', '6.3', 'The "%s" class is deprecated. Use "%s" instead.', MessengerTransportDoctrineSchemaSubscriber::class, MessengerTransportDoctrineSchemaListener::class);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService.php:24 {
                ContainerYAJLfUD\getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService::do($container, $lazyLoad = true) …
                › include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:549 {
                ContainerYAJLfUD\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /mnt/www/credifast_core/vendor/symfony/dependency-injection/Container.php:403 {
                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_core/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:208 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › if (\is_string($listener)) {    $listener = $this->container->get($listener);}
              }
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /mnt/www/credifast_core/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.758-03:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#515
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /mnt/www/credifast_core/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.759-03:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#516
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener" instead."
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php"
            #line: 17
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php:17 {
                include_once …
                › 
                › trigger_deprecation('symfony/doctrine-bridge', '6.3', 'The "%s" class is deprecated. Use "%s" instead.', DoctrineDbalCacheAdapterSchemaSubscriber::class, DoctrineDbalCacheAdapterSchemaListener::class);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService.php:24 {
                ContainerYAJLfUD\getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService::do($container, $lazyLoad = true) …
                › include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:549 {
                ContainerYAJLfUD\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /mnt/www/credifast_core/vendor/symfony/dependency-injection/Container.php:403 {
                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_core/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:208 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › if (\is_string($listener)) {    $listener = $this->container->get($listener);}
              }
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /mnt/www/credifast_core/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.759-03:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#548
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /mnt/www/credifast_core/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.759-03:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#512
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener" instead."
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php:18 {
                include_once …
                › 
                › trigger_deprecation('symfony/doctrine-bridge', '6.3', 'The "%s" class is deprecated. Use "%s" instead.', RememberMeTokenProviderDoctrineSchemaSubscriber::class, RememberMeTokenProviderDoctrineSchemaListener::class);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService.php:24 {
                ContainerYAJLfUD\getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService::do($container, $lazyLoad = true) …
                › include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:549 {
                ContainerYAJLfUD\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /mnt/www/credifast_core/vendor/symfony/dependency-injection/Container.php:403 {
                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_core/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:208 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › if (\is_string($listener)) {    $listener = $this->container->get($listener);}
              }
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /mnt/www/credifast_core/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.759-03:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#460
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /mnt/www/credifast_core/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /mnt/www/credifast_core/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /mnt/www/credifast_core/vendor/doctrine/orm/src/EntityManager.php:318 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /mnt/www/credifast_core/src/CrediFastCore/Infrastructure/Persistence/Repository/DoctrineSettingsRepository.php:16 {
                App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository->__construct(EntityManagerInterface $em) …
                › public function __construct(EntityManagerInterface $em) {    parent::__construct($em, $em->getClassMetadata(Settings::class));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1106 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSettingServiceService($container) …
                › 
                ›     return $container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] = new \App\CrediFastCore\Domain\Service\SettingService(new \App\CrediFastCore\Infrastructure\Persistence\Repository\DoctrineSettingsRepository($a));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1150 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSistemaBloqueadoMiddlewareService($container) …
                ›         'security.authenticator.form_login.main' => '?',    ])]), ($container->privates['App\\CrediFastCore\\Domain\\Service\\SettingService'] ?? self::getSettingServiceService($container)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:832 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › 
                › $instance->addListener('kernel.request', [#[\Closure(name: 'App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware')] fn () => ($container->privates['App\\CrediFastCore\\Infrastructure\\Middleware\\SistemaBloqueadoMiddleware'] ?? self::getSistemaBloqueadoMiddlewareService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.762-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.762-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.762-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.762-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.762-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.762-03:00"
        "message" => "User Notice: Install the curl extension or run "composer require amphp/http-client:^4.2.1" to perform async HTTP operations, including full HTTP/2 support"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#741
            +count: 1
            -severity: E_USER_NOTICE
            trace: {
              /mnt/www/credifast_core/vendor/symfony/http-client/HttpClient.php:65 {
                Symfony\Component\HttpClient\HttpClient::create(array $defaultOptions = [], int $maxHostConnections = 6, int $maxPendingPushes = 50): HttpClientInterface …
                › 
                › @trigger_error((\extension_loaded('curl') ? 'Upgrade' : 'Install').' the curl extension or run "composer require amphp/http-client:^4.2.1" to perform async HTTP operations, including full HTTP/2 support', \E_USER_NOTICE);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1508 {{    $container->privates['http_client.transport'] = $instance = \Symfony\Component\HttpClient\HttpClient::create([], 6);}
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.762-03:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.4: Not passing an instance of "Symfony\Bridge\Doctrine\Middleware\Debug\DebugDataHolder" as "$debugDataHolder" to "Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::__construct()" is deprecated."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#913
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.4: Not passing an instance of "Symfony\Bridge\Doctrine\Middleware\Debug\DebugDataHolder" as "$debugDataHolder" to "Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::__construct()" is deprecated."
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php"
            #line: 48
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php:48 {
                Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector->__construct(ManagerRegistry $registry, DebugDataHolder $debugDataHolder = null) …
                › if (null === $debugDataHolder) {    trigger_deprecation('symfony/doctrine-bridge', '6.4', 'Not passing an instance of "%s" as "$debugDataHolder" to "%s()" is deprecated.', DebugDataHolder::class, __METHOD__);}
              }
              /mnt/www/credifast_core/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php:72 {
                Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->__construct(ManagerRegistry $registry, bool $shouldValidateSchema = true) …
                › 
                ›     parent::__construct($registry);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:578 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $d->registerClient('http_client', ($container->privates['.debug.http_client'] ?? self::get_Debug_HttpClientService($container)));$e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($container->services['doctrine'] ?? self::getDoctrineService($container)), true);$e->addLogger('default', ($container->privates['doctrine.dbal.logger.profiling.default'] ??= new \Doctrine\DBAL\Logging\DebugStack()));
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1683 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:886 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /mnt/www/credifast_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.762-03:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.4: "Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::addLogger()" is deprecated. Pass an instance of "Symfony\Bridge\Doctrine\Middleware\Debug\DebugDataHolder" to the constructor instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#912
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.4: "Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::addLogger()" is deprecated. Pass an instance of "Symfony\Bridge\Doctrine\Middleware\Debug\DebugDataHolder" to the constructor instead."
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php"
            #line: 61
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php:61 {
                Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector->addLogger(string $name, DebugStack $logger) …
                › {    trigger_deprecation('symfony/doctrine-bridge', '6.4', '"%s()" is deprecated. Pass an instance of "%s" to the constructor instead.', __METHOD__, DebugDataHolder::class);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:579 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($container->services['doctrine'] ?? self::getDoctrineService($container)), true);$e->addLogger('default', ($container->privates['doctrine.dbal.logger.profiling.default'] ??= new \Doctrine\DBAL\Logging\DebugStack()));$f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1683 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:886 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /mnt/www/credifast_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.762-03:00"
        "message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#879
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/symfony/validator/ValidatorBuilder.php:252 {
                Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
                › {    trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:2187 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1446 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {    $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:591 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1683 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:886 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::ContainerYAJLfUD\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /mnt/www/credifast_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.764-03:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://core.credifastdev.com/robots.txt"" at RouterListener.php line 127"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#923
            #message: "No route found for "GET http://core.credifastdev.com/robots.txt""
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 127
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#769 …}
            -statusCode: 404
            -headers: []
            trace: {
              /mnt/www/credifast_core/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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_core/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /mnt/www/credifast_core/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_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:157 {
                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_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.828-03: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"
      ]
    ]
    979 => [
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.765-03:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "charset" => "utf8"
            "url" => "<redacted>"
            "host" => "127.0.0.1"
            "port" => 3306
            "user" => "credifast"
            "password" => "<redacted>"
            "driverOptions" => []
            "serverVersion" => "5.6"
            "defaultTableOptions" => []
            "dbname" => "credifast_core"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.766-03:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT MAX(s0_.id) AS sclr_0 FROM settings s0_"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.767-03:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.id AS id_0, s0_.created AS created_1, s0_.multiplier AS multiplier_2, s0_.insurance_rate_value AS insurance_rate_value_3, s0_.insurance_fixed_value AS insurance_fixed_value_4, s0_.iva AS iva_5, s0_.rut AS rut_6, s0_.fecha_primer_aviso AS fecha_primer_aviso_7, s0_.fecha_segundo_aviso AS fecha_segundo_aviso_8, s0_.fecha_tercer_aviso AS fecha_tercer_aviso_9, s0_.precio_primer_aviso AS precio_primer_aviso_10, s0_.precio_segundo_aviso AS precio_segundo_aviso_11, s0_.precio_tercer_aviso AS precio_tercer_aviso_12, s0_.dias_gracia_efectivo AS dias_gracia_efectivo_13, s0_.dias_gracia_orden_de_compra AS dias_gracia_orden_de_compra_14, s0_.dias_gracia_descuento_de_documento AS dias_gracia_descuento_de_documento_15, s0_.tope_concesion_efectivo AS tope_concesion_efectivo_16, s0_.tope_concesion_orden_compra AS tope_concesion_orden_compra_17, s0_.tope_administracion_efectivo AS tope_administracion_efectivo_18, s0_.tope_administracion_orden_compra AS tope_administracion_orden_compra_19, s0_.tope_conjunto_efectivo AS tope_conjunto_efectivo_20, s0_.tope_conjunto_orden_compra AS tope_conjunto_orden_compra_21, s0_.monto_maximo_multa_uyu AS monto_maximo_multa_uyu_22, s0_.monto_multa_uyu AS monto_multa_uyu_23, s0_.monto_maximo_multa_usd AS monto_maximo_multa_usd_24, s0_.monto_multa_usd AS monto_multa_usd_25, s0_.porcentaje_minimo_de_cuotas_pagas_para_cancelacion AS porcentaje_minimo_de_cuotas_pagas_para_cancelacion_26, s0_.porcentaje_intereses_para_cancelacion AS porcentaje_intereses_para_cancelacion_27, s0_.minimo_intereses_para_cancelacion_uyu AS minimo_intereses_para_cancelacion_uyu_28, s0_.minimo_intereses_para_cancelacion_usd AS minimo_intereses_para_cancelacion_usd_29, s0_.limite_condonacion_admin_dep AS limite_condonacion_admin_dep_30, s0_.limite_condonacion_supervisor AS limite_condonacion_supervisor_31, s0_.mora_tasa_annual_sin_iva_para_ui AS mora_tasa_annual_sin_iva_para_ui_32, s0_.porcentaje_maximo_sobre_saldo_para_aprobacion_admin_dep AS porcentaje_maximo_sobre_saldo_para_aprobacion_admin_dep_33, s0_.porcentaje_maximo_sobre_saldo_para_aprobacion_supervisor AS porcentaje_maximo_sobre_saldo_para_aprobacion_supervisor_34, s0_.descuento_documento_empresa_uyu AS descuento_documento_empresa_uyu_35, s0_.descuento_documento_empresa_usd AS descuento_documento_empresa_usd_36, s0_.descuento_documento_financiera_uyu AS descuento_documento_financiera_uyu_37, s0_.descuento_documento_financiera_usd AS descuento_documento_financiera_usd_38, s0_.descuento_documento_especial_uyu AS descuento_documento_especial_uyu_39, s0_.descuento_documento_especial_usd AS descuento_documento_especial_usd_40, s0_.descuento_documento_costo_liquidacion_uyu AS descuento_documento_costo_liquidacion_uyu_41, s0_.descuento_documento_costo_liquidacion_usd AS descuento_documento_costo_liquidacion_usd_42, s0_.refinanciacion_entrega_inicial_uyu AS refinanciacion_entrega_inicial_uyu_43, s0_.refinanciacion_entrega_inicial_usd AS refinanciacion_entrega_inicial_usd_44, s0_.is_system_locked AS is_system_locked_45 FROM settings s0_ WHERE s0_.id = ?"
          "params" => [
            1 => 7
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.769-03:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT MAX(s0_.id) AS sclr_0 FROM settings s0_"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.769-03:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.id AS id_0, s0_.created AS created_1, s0_.multiplier AS multiplier_2, s0_.insurance_rate_value AS insurance_rate_value_3, s0_.insurance_fixed_value AS insurance_fixed_value_4, s0_.iva AS iva_5, s0_.rut AS rut_6, s0_.fecha_primer_aviso AS fecha_primer_aviso_7, s0_.fecha_segundo_aviso AS fecha_segundo_aviso_8, s0_.fecha_tercer_aviso AS fecha_tercer_aviso_9, s0_.precio_primer_aviso AS precio_primer_aviso_10, s0_.precio_segundo_aviso AS precio_segundo_aviso_11, s0_.precio_tercer_aviso AS precio_tercer_aviso_12, s0_.dias_gracia_efectivo AS dias_gracia_efectivo_13, s0_.dias_gracia_orden_de_compra AS dias_gracia_orden_de_compra_14, s0_.dias_gracia_descuento_de_documento AS dias_gracia_descuento_de_documento_15, s0_.tope_concesion_efectivo AS tope_concesion_efectivo_16, s0_.tope_concesion_orden_compra AS tope_concesion_orden_compra_17, s0_.tope_administracion_efectivo AS tope_administracion_efectivo_18, s0_.tope_administracion_orden_compra AS tope_administracion_orden_compra_19, s0_.tope_conjunto_efectivo AS tope_conjunto_efectivo_20, s0_.tope_conjunto_orden_compra AS tope_conjunto_orden_compra_21, s0_.monto_maximo_multa_uyu AS monto_maximo_multa_uyu_22, s0_.monto_multa_uyu AS monto_multa_uyu_23, s0_.monto_maximo_multa_usd AS monto_maximo_multa_usd_24, s0_.monto_multa_usd AS monto_multa_usd_25, s0_.porcentaje_minimo_de_cuotas_pagas_para_cancelacion AS porcentaje_minimo_de_cuotas_pagas_para_cancelacion_26, s0_.porcentaje_intereses_para_cancelacion AS porcentaje_intereses_para_cancelacion_27, s0_.minimo_intereses_para_cancelacion_uyu AS minimo_intereses_para_cancelacion_uyu_28, s0_.minimo_intereses_para_cancelacion_usd AS minimo_intereses_para_cancelacion_usd_29, s0_.limite_condonacion_admin_dep AS limite_condonacion_admin_dep_30, s0_.limite_condonacion_supervisor AS limite_condonacion_supervisor_31, s0_.mora_tasa_annual_sin_iva_para_ui AS mora_tasa_annual_sin_iva_para_ui_32, s0_.porcentaje_maximo_sobre_saldo_para_aprobacion_admin_dep AS porcentaje_maximo_sobre_saldo_para_aprobacion_admin_dep_33, s0_.porcentaje_maximo_sobre_saldo_para_aprobacion_supervisor AS porcentaje_maximo_sobre_saldo_para_aprobacion_supervisor_34, s0_.descuento_documento_empresa_uyu AS descuento_documento_empresa_uyu_35, s0_.descuento_documento_empresa_usd AS descuento_documento_empresa_usd_36, s0_.descuento_documento_financiera_uyu AS descuento_documento_financiera_uyu_37, s0_.descuento_documento_financiera_usd AS descuento_documento_financiera_usd_38, s0_.descuento_documento_especial_uyu AS descuento_documento_especial_uyu_39, s0_.descuento_documento_especial_usd AS descuento_documento_especial_usd_40, s0_.descuento_documento_costo_liquidacion_uyu AS descuento_documento_costo_liquidacion_uyu_41, s0_.descuento_documento_costo_liquidacion_usd AS descuento_documento_costo_liquidacion_usd_42, s0_.refinanciacion_entrega_inicial_uyu AS refinanciacion_entrega_inicial_uyu_43, s0_.refinanciacion_entrega_inicial_usd AS refinanciacion_entrega_inicial_usd_44, s0_.is_system_locked AS is_system_locked_45 FROM settings s0_ WHERE s0_.id = ?"
          "params" => [
            1 => 7
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.770-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.770-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.770-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.770-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.770-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.770-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.770-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.770-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.770-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.770-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\CrediFastCore\Infrastructure\Middleware\SistemaBloqueadoMiddleware::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.770-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\CrediFastCore\Infrastructure\Middleware\SistemaBloqueadoMiddleware::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.771-03:00"
        "message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1043
            #message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
            #code: 0
            #file: "/mnt/www/credifast_core/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /mnt/www/credifast_core/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
                Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(Reader $reader = null) …
                › if ($reader) {    trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1975 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
                › {    return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))]));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:1960 {
                ContainerYAJLfUD\App_KernelDevDebugContainer::getSerializerService($container) …
                › $c = ($container->services['translator'] ?? self::getTranslatorService($container));$d = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));}
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/getErrorControllerService.php:29 {
                ContainerYAJLfUD\getErrorControllerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($container->services['http_kernel'] ?? self::getHttpKernelService($container)), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($container->privates['serializer'] ?? self::getSerializerService($container)), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['error_handler.error_renderer.html'] ?? $container->load('getErrorHandler_ErrorRenderer_HtmlService')), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));}
              }
              /mnt/www/credifast_core/var/cache/dev/ContainerYAJLfUD/App_KernelDevDebugContainer.php:549 {
                ContainerYAJLfUD\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /mnt/www/credifast_core/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /mnt/www/credifast_core/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /mnt/www/credifast_core/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /mnt/www/credifast_core/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /mnt/www/credifast_core/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /mnt/www/credifast_core/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_core/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /mnt/www/credifast_core/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                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_core/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /mnt/www/credifast_core/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_core/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /mnt/www/credifast_core/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /mnt/www/credifast_core/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_core/vendor/symfony/http-kernel/Kernel.php:197 {
                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_core/public/index.php:21 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.772-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.772-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.772-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.772-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.772-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.772-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.772-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.772-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.772-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerYAJLfUD\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.772-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.772-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.772-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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" => 1729632852
        "timestamp_rfc3339" => "2024-10-22T18:34:12.824-03: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
    10 => 1
    979 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#375 …}
}