We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d59e1e commit 9d306f9Copy full SHA for 9d306f9
src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php
@@ -184,7 +184,7 @@ abstract protected function attemptAuthentication(Request $request);
184
private function onFailure(Request $request, AuthenticationException $failed): Response
185
{
186
if (null !== $this->logger) {
187
- $this->logger->error('Authentication request failed.', ['exception' => $failed]);
+ $this->logger->info('Authentication request failed.', ['exception' => $failed]);
188
}
189
190
$token = $this->tokenStorage->getToken();
0 commit comments