summaryrefslogtreecommitdiff
path: root/internal/gtscontext/log_hooks.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gtscontext/log_hooks.go')
-rw-r--r--internal/gtscontext/log_hooks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gtscontext/log_hooks.go b/internal/gtscontext/log_hooks.go
index 2fe43e488..94300cbb7 100644
--- a/internal/gtscontext/log_hooks.go
+++ b/internal/gtscontext/log_hooks.go
@@ -34,7 +34,7 @@ func init() {
}
return kvs
})
- // Client IP middleware hook.
+ // Public Key ID middleware hook.
log.Hook(func(ctx context.Context, kvs []kv.Field) []kv.Field {
if id := PublicKeyID(ctx); id != "" {
return append(kvs, kv.Field{K: "pubKeyID", V: id})