8000 [SECURITY] AbstractAuthenticationListener.php error instead info. Reb… · raneomik/symfony@867eb78 · GitHub
[go: up one dir, main page]

Skip to content

Commit 867eb78

Browse files
committed
[SECURITY] AbstractAuthenticationListener.php error instead info. Rebase of symfony#28462
1 parent 6811aaa commit 867eb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ abstract protected function attemptAuthentication(Request $request);
176176
private function onFailure(Request $request, AuthenticationException $failed)
177177
{
178178
if (null !== $this->logger) {
179-
$this->logger->info('Authentication request failed.', ['exception' => $failed]);
179+
$this->logger->error('Authentication request failed.', ['exception' => $failed]);
180180
}
181181

182182
$token = $this->tokenStorage->getToken();

0 commit comments

Comments
 (0)
0