Skip to content

fix(session): Log why session renewal failed#40859

Merged
ChristophWurst merged 1 commit into
masterfrom
fix/session/log-why-session-renewal-failed
Nov 2, 2023
Merged

fix(session): Log why session renewal failed#40859
ChristophWurst merged 1 commit into
masterfrom
fix/session/log-why-session-renewal-failed

Conversation

@ChristophWurst

@ChristophWurst ChristophWurst commented Oct 11, 2023

Copy link
Copy Markdown
Member

Summary

This is a follow-up to #40785, which logs

{
  "reqId": "wEtQ6wYq1uWybvZebFcb",
  "level": 3,
  "time": "2023-10-11T06:18:27+00:00",
  "remoteAddr": "abc:def::",
  "user": "--",
  "app": "core",
  "method": "GET",
  "url": "/",
  "message": "Renewing session token failed",
  "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36",
  "version": "27.1.2.1",
  "data": {
    "app": "core",
    "user": "user123"
  },
  "id": "65264067911b1"
}

but doesn't tell me the reason for the renewal error.

Checklist

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to release Ready to be released and/or waiting for tests to finish

Projects

Development

Successfully merging this pull request may close these issues.

5 participants