diff options
-rw-r--r-- | http/router.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/router.go b/http/router.go index be2a128..456ed27 100644 --- a/http/router.go +++ b/http/router.go @@ -78,7 +78,7 @@ func (s *Router) Start(zapWriter io.Writer) { buf.ReadFrom(c.Request.Body) payload := buf.String() log.With( - "payload", + "signature", c.GetHeader("Signature"), ).With( "content-type", |