Uh oh!
There was an error while loading. Please reload this page.
Lower some session warnings to debug level - #41195
Conversation
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
solracsf
commented
Oct 30, 2023
/backport to stable27 |
solracsf
commented
Oct 30, 2023
/backport to stable26 |
brianjmurrell
commented
Oct 30, 2023
Are either of the changes in this PR for the specific message being spammed in #41156? The message in that issue seems to be:
|
| return false; | ||
| } | ||
| if (!$this->checkTokenCredentials($dbToken, $token)) { |
There was a problem hiding this comment.
inside this method there are critical paths that might still be worth logging. That is every time \OC\Authentication\Token\IProvider::invalidateToken or markPasswordInvalid is called, for example.
There was a problem hiding this comment.
Maybe in a follow up PR? Otherwise, feel free to commit them as output messages would require a deeper knowledge of what they exactly accomplish, which I don't have. 🦺
solracsf
commented
Nov 10, 2023
Closing as #41302 has been merged. |
Summary
No need to Warn about these, and they can be noisy.
Resolves#41156
Checklist