diff options
Diffstat (limited to 'http/router.go')
-rw-r--r-- | http/router.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/http/router.go b/http/router.go index 3b4b1d1..910c67c 100644 --- a/http/router.go +++ b/http/router.go @@ -84,6 +84,9 @@ func (s *Router) Start(zapWriter io.Writer) { "content-type", c.GetHeader("Content-Type"), ).With( + "digest", + c.GetHeader("digest"), + ).With( "payload", payload, ).Debug("received inbox item") |