log-session-id-at-sessionid #251

Merged
lash merged 4 commits from log-session-id-at-sessionid into master 2025-01-06 08:01:21 +01:00
Showing only changes of commit 362eb209ef - Show all commits

View File

@ -10,7 +10,7 @@ import (
)
var (
logg = logging.NewVanilla().WithDomain("atserver").WithContextKey("AT-SessionId")
logg = logging.NewVanilla().WithDomain("atserver").WithContextKey("SessionId").WithContextKey("AT-SessionId")
Outdated
Review

We will need both SessionId and AT-Sessionid in the AT part, otherwise SessionId will not be logged.

We will need both SessionId and AT-Sessionid in the AT part, otherwise SessionId will not be logged.
)
type ATSessionHandler struct {