Skip to content

Commit 714e3de

Browse files
Seldaekfabpot
authored andcommitted
Add debug info about auth entry point
1 parent f6bf553 commit 714e3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firewall/ExceptionListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ private function startAuthentication(Request $request, AuthenticationException $
189189
$this->throwUnauthorizedException($authException);
190190
}
191191

192-
$this->logger?->debug('Calling Authentication entry point.');
192+
$this->logger?->debug('Calling Authentication entry point.', ['entry_point' => $this->authenticationEntryPoint]);
193193

194194
if (!$this->stateless) {
195195
$this->setTargetPath($request);

0 commit comments

Comments
 (0)