log-session-id-at-sessionid #251
@ -10,7 +10,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
logg = logging.NewVanilla().WithDomain("atserver").WithContextKey("AT-SessionId")
|
logg = logging.NewVanilla().WithDomain("atserver").WithContextKey("SessionId").WithContextKey("AT-SessionId")
|
||||||
|
|||||||
)
|
)
|
||||||
|
|
||||||
type ATSessionHandler struct {
|
type ATSessionHandler struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user
We will need both SessionId and AT-Sessionid in the AT part, otherwise SessionId will not be logged.