mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #41383 from nextcloud/backport/41302/stable27
[stable27] Lower log level about invalid session token
This commit is contained in:
commit
ef70f798b5
1 changed files with 1 additions and 1 deletions
|
|
@ -781,7 +781,7 @@ class Session implements IUserSession, Emitter {
|
|||
try {
|
||||
$dbToken = $this->tokenProvider->getToken($token);
|
||||
} catch (InvalidTokenException $ex) {
|
||||
$this->logger->warning('Session token is invalid because it does not exist', [
|
||||
$this->logger->debug('Session token is invalid because it does not exist', [
|
||||
'app' => 'core',
|
||||
'user' => $user,
|
||||
'exception' => $ex,
|
||||
|
|
|
|||
Loading…
Reference in a new issue