Skip to content

Commit deed930

Browse files
Reduce log level
1 parent e974812 commit deed930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ protected function refreshUser(TokenInterface $token): ?TokenInterface
234234
} catch (UnsupportedUserException) {
235235
// let's try the next user provider
236236
} catch (UserNotFoundException $e) {
237-
$this->logger?->warning('Username could not be found in the selected user provider.', ['username' => $e->getUserIdentifier(), 'provider' => $provider::class]);
237+
$this->logger?->info('Username could not be found in the selected user provider.', ['username' => $e->getUserIdentifier(), 'provider' => $provider::class]);
238238

239239
$userNotFoundByProvider = true;
240240
}

0 commit comments

Comments
 (0)