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 44570e20ef - Show all commits

View File

@ -10,7 +10,7 @@ import (
)
var (
logg = logging.NewVanilla().WithDomain("httpserver").WithContextKey("at-session-id")
logg = logging.NewVanilla().WithDomain("httpserver")
Outdated
Review

And then this is wrong..

And then this is wrong..
)
type SessionHandler struct {