https://staging.consentz.com/admin/login

Log Messages

Info. & Errors 2

Informational and error log messages generated during the execution of the application.

Level Channel Message
INFO request Matched route
"login"
.
[
  "route" => "login"
  "route_parameters" => [
    "_route" => "login"
    "_controller" => "App\Controller\DefaultController::login"
  ]
  "request_uri" => "https://staging.consentz.com/admin/login"
  "method" => "GET"
]
INFO security Populated the TokenStorage with an anonymous Token.

Deprecations 57

Log messages generated by using features marked as deprecated.

Time Channel Message
php (57 times) User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead.
[
  "exception" => ErrorException {#1371
    #message: "User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead."
    #code: 0
    #file: "/var/www/consentz/vendor/symfony/deprecation-contracts/function.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/consentz/vendor/symfony/deprecation-contracts/function.php:25 {
        trigger_deprecation(string $package, string $version, string $message, ...$args): void …
        › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
      }
      /var/www/consentz/vendor/symfony/http-foundation/RequestStack.php:92 {
        Symfony\Component\HttpFoundation\RequestStack->getMasterRequest() …
        › {    trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);}
      /var/www/consentz/vendor/symfony/security-csrf/CsrfTokenManager.php:53 {
        Symfony\Component\Security\Csrf\CsrfTokenManager->Symfony\Component\Security\Csrf\{closure} …
        › $this->namespace = function () use ($namespace, $superGlobalNamespaceGenerator) {    if ($request = $namespace->getMasterRequest()) {        return $request->isSecure() ? 'https-' : '';
      }
      /var/www/consentz/vendor/symfony/security-csrf/CsrfTokenManager.php:119 {
        Symfony\Component\Security\Csrf\CsrfTokenManager->getNamespace(): string …
        › {    return \is_callable($ns = $this->namespace) ? $ns() : $ns;}
      }
      /var/www/consentz/vendor/symfony/security-csrf/CsrfTokenManager.php:71 {
        Symfony\Component\Security\Csrf\CsrfTokenManager->getToken($tokenId) …
        › {    $namespacedId = $this->getNamespace().$tokenId;    if ($this->storage->hasToken($namespacedId)) {
      }
      /var/www/consentz/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php:78 {
        Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension->finishView(FormView $view, FormInterface $form, array $options) …
        › $tokenId = $options['csrf_token_id'] ?: ($form->getName() ?: \get_class($form->getConfig()->getType()->getInnerType()));$data = (string) $options['csrf_token_manager']->getToken($tokenId);}
      /var/www/consentz/vendor/symfony/form/ResolvedFormType.php:167 {
        Symfony\Component\Form\ResolvedFormType->finishView(FormView $view, FormInterface $form, array $options) …
        ›     /* @var FormTypeExtensionInterface $extension */    $extension->finishView($view, $form, $options);}
      }
      /var/www/consentz/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:111 {
        Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->finishView(FormView $view, FormInterface $form, array $options) …
        › {    $this->proxiedType->finishView($view, $form, $options);}
      /var/www/consentz/vendor/symfony/form/ResolvedFormType.php:160 {
        Symfony\Component\Form\ResolvedFormType->finishView(FormView $view, FormInterface $form, array $options) …
        › if (null !== $this->parent) {    $this->parent->finishView($view, $form, $options);}
      }
      /var/www/consentz/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:111 {
        Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->finishView(FormView $view, FormInterface $form, array $options) …
        › {    $this->proxiedType->finishView($view, $form, $options);}
      /var/www/consentz/vendor/symfony/form/Form.php:1070 {
        Symfony\Component\Form\Form->createView(FormView $parent = null) …
        › 
        › $type->finishView($view, $this, $options);}
      /var/www/consentz/src/Controller/DefaultController.php:369 {
        App\Controller\DefaultController->login(AuthenticationUtils $authenticationUtils) …
        › 
        ›     return ['form' => $form->createView()];}
      }
      /var/www/consentz/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/consentz/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/consentz/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/consentz/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/consentz/vendor/symfony/deprecation-contracts/function.php:25 {
    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
  }
  /var/www/consentz/vendor/symfony/http-foundation/RequestStack.php:92 {
    Symfony\Component\HttpFoundation\RequestStack->getMasterRequest() …
    › {    trigger_deprecation('symfony/http-foundation', '5.3', '"%s()" is deprecated, use "getMainRequest()" instead.', __METHOD__);}
  /var/www/consentz/vendor/symfony/security-csrf/CsrfTokenManager.php:53 {
    Symfony\Component\Security\Csrf\CsrfTokenManager->Symfony\Component\Security\Csrf\{closure} …
    › $this->namespace = function () use ($namespace, $superGlobalNamespaceGenerator) {    if ($request = $namespace->getMasterRequest()) {        return $request->isSecure() ? 'https-' : '';
  }
  /var/www/consentz/vendor/symfony/security-csrf/CsrfTokenManager.php:119 {
    Symfony\Component\Security\Csrf\CsrfTokenManager->getNamespace(): string …
    › {    return \is_callable($ns = $this->namespace) ? $ns() : $ns;}
  }
  /var/www/consentz/vendor/symfony/security-csrf/CsrfTokenManager.php:71 {
    Symfony\Component\Security\Csrf\CsrfTokenManager->getToken($tokenId) …
    › {    $namespacedId = $this->getNamespace().$tokenId;    if ($this->storage->hasToken($namespacedId)) {
  }
  /var/www/consentz/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php:78 {
    Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension->finishView(FormView $view, FormInterface $form, array $options) …
    › $tokenId = $options['csrf_token_id'] ?: ($form->getName() ?: \get_class($form->getConfig()->getType()->getInnerType()));$data = (string) $options['csrf_token_manager']->getToken($tokenId);}
  /var/www/consentz/vendor/symfony/form/ResolvedFormType.php:167 {
    Symfony\Component\Form\ResolvedFormType->finishView(FormView $view, FormInterface $form, array $options) …
    ›     /* @var FormTypeExtensionInterface $extension */    $extension->finishView($view, $form, $options);}
  }
  /var/www/consentz/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:111 {
    Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->finishView(FormView $view, FormInterface $form, array $options) …
    › {    $this->proxiedType->finishView($view, $form, $options);}
  /var/www/consentz/vendor/symfony/form/ResolvedFormType.php:160 {
    Symfony\Component\Form\ResolvedFormType->finishView(FormView $view, FormInterface $form, array $options) …
    › if (null !== $this->parent) {    $this->parent->finishView($view, $form, $options);}
  }
  /var/www/consentz/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:111 {
    Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->finishView(FormView $view, FormInterface $form, array $options) …
    › {    $this->proxiedType->finishView($view, $form, $options);}
  /var/www/consentz/vendor/symfony/form/Form.php:1070 {
    Symfony\Component\Form\Form->createView(FormView $parent = null) …
    › 
    › $type->finishView($view, $this, $options);}
  /var/www/consentz/src/Controller/DefaultController.php:369 {
    App\Controller\DefaultController->login(AuthenticationUtils $authenticationUtils) …
    › 
    ›     return ['form' => $form->createView()];}
  }
  /var/www/consentz/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/consentz/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/consentz/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/consentz/public/index.php:24 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}

Debug 65

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\EventListener\DoctrineExtensionSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventListener\DoctrineExtensionSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Stof\DoctrineExtensionsBundle\EventListener\BlameListener::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"App\EventListener\ThumborListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\EventListener\ThumborListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"App\EventListener\ClinicSubscriber::onKernelController"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "App\EventListener\ClinicSubscriber::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.view"
to listener
"App\EventListener\ClinicSubscriber::onKernelView"
.
[
  "event" => "kernel.view"
  "listener" => "App\EventListener\ClinicSubscriber::onKernelView"
]
event Notified event
"kernel.view"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
.
[
  "event" => "kernel.view"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
]
event Listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
stopped propagation of the event
"kernel.view"
.
[
  "event" => "kernel.view"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
]
event Notified event
"kernel.response"
to listener
"App\EventListener\JsonResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\EventListener\JsonResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\EventListener\XFrameOptionsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\EventListener\XFrameOptionsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"App\EventListener\ClinicSubscriber::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "App\EventListener\ClinicSubscriber::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

Log messages generated by PHP notices silenced with the @ operator.

There are no log messages of this level.

Container 0

Log messages generated during the compilation of the service container.

There are no compiler log messages.