add SessionId to context key

This commit is contained in:
Carlosokumu 2025-01-06 09:54:28 +03:00
parent c69d3896f1
commit 362eb209ef
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

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")
)
type ATSessionHandler struct {