add SessionId to context key

This commit is contained in:
2025-01-06 09:54:28 +03:00
parent c69d3896f1
commit 362eb209ef

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 {