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

Issue #10829 downgrade expired session WARN to DEBUG #10847

Conversation

janbartel
Copy link
Contributor

Closes #10829

Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conditional ok

@@ -415,7 +415,8 @@ public ManagedSession getManagedSession(String extendedId)
}
catch (Exception e)
{
LOG.warn("Invalidating session {} found to be expired when requested", id, e);
if (LOG.isDebugEnabled())
LOG.warn("Invalidating session {} found to be expired when requested", id, e);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably should also be debug here rather than warn.

…10829-downgrade-expired-session-log-to-debug
@janbartel janbartel merged commit fb84f3f into jetty-12.0.x Nov 13, 2023
7 checks passed
@joakime joakime deleted the jetty-12.0.x-10829-downgrade-expired-session-log-to-debug branch December 20, 2023 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

4 participants