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 6811aaa commit 867eb78Copy full SHA for 867eb78
src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php
@@ -176,7 +176,7 @@ abstract protected function attemptAuthentication(Request $request);
176
private function onFailure(Request $request, AuthenticationException $failed)
177
{
178
if (null !== $this->logger) {
179
- $this->logger->info('Authentication request failed.', ['exception' => $failed]);
+ $this->logger->error('Authentication request failed.', ['exception' => $failed]);
180
}
181
182
$token = $this->tokenStorage->getToken();
0 commit comments