diff --git a/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php b/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php index 7fe1d15656bbc..0703ec6ff5fd8 100644 --- a/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php +++ b/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php @@ -189,7 +189,7 @@ private function startAuthentication(Request $request, AuthenticationException $ $this->throwUnauthorizedException($authException); } - $this->logger?->debug('Calling Authentication entry point.'); + $this->logger?->debug('Calling Authentication entry point.', ['entry_point' => $this->authenticationEntryPoint]); if (!$this->stateless) { $this->setTargetPath($request);