Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unsuccessful token login logged as error #35007

Merged

Commits on Nov 7, 2022

  1. Fix unsuccessful token login logged as error

    The condition of a non-existent login token can happen for concurrent
    requests. Admins can not do anything about this. So this is to be
    expected to happen occasionally. This event is only bad if none of the
    requests is able to re-acquire a session. Luckily this happens rarely.
    
    If a login loop persists an admin can still lower the log level to find
    this info. But a default error log level will no longer write those
    infos about the failed cookie login of one request.
    
    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e2d3409 View commit details
    Browse the repository at this point in the history