Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9d306f9

Browse filesBrowse files
MolloKhannicolas-grekas
authored andcommitted
[SECURITY] Revert "AbstractAuthenticationListener.php error instead info. Rebase of #28462"
This reverts commit 867eb78.
1 parent 1d59e1e commit 9d306f9
Copy full SHA for 9d306f9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ abstract protected function attemptAuthentication(Request $request);
184184
private function onFailure(Request $request, AuthenticationException $failed): Response
185185
{
186186
if (null !== $this->logger) {
187-
$this->logger->error('Authentication request failed.', ['exception' => $failed]);
187+
$this->logger->info('Authentication request failed.', ['exception' => $failed]);
188188
}
189189

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.